Skip to content

Commit

Permalink
Run npm audit fix, add missing info in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 27, 2024
1 parent 42d9c5d commit cacb1f0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "@multiversx/sdk-core",
"version": "13.4.1",
"version": "13.4.2",
"description": "MultiversX SDK for JavaScript and TypeScript",
"author": "MultiversX",
"homepage": "https://multiversx.com",
"license": "MIT",
"repository": "github:multiversx/mx-sdk-js-core",
"bugs": {
"url": "https://github.com/multiversx/mx-sdk-js-core/issues"
},
"keywords": [
"multiversx",
"sdk",
"blockchain"
],
"main": "out/index.js",
"types": "out/index.d.js",
"files": [
Expand All @@ -23,8 +35,6 @@
"pretest": "npm run compile",
"prepare": "npm run compile"
},
"author": "MultiversX",
"license": "MIT",
"dependencies": {
"@multiversx/sdk-transaction-decoder": "1.0.2",
"json-bigint": "1.0.0",
Expand All @@ -35,7 +45,7 @@
},
"devDependencies": {
"@multiversx/sdk-network-providers": "2.6.0",
"@multiversx/sdk-wallet": "4.5.0",
"@multiversx/sdk-wallet": "4.5.1",
"@types/assert": "1.4.6",
"@types/chai": "4.2.11",
"@types/mocha": "9.1.0",
Expand Down

0 comments on commit cacb1f0

Please sign in to comment.