Skip to content

Commit

Permalink
Merge pull request #474 from multiversx/package-bureaucracy-1
Browse files Browse the repository at this point in the history
Run npm audit fix, add missing info in package.json
  • Loading branch information
andreibancioiu authored Aug 28, 2024
2 parents 42d9c5d + d398ddb commit 3901f3f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Feel free to skip this section if you are not a contributor.

```
npm install --global browserify
npm install esmify
npm install esmify --no-save
```

### Building the library
Expand Down
2 changes: 1 addition & 1 deletion browser-tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="/node_modules/mocha/mocha.js"></script>

<script>mocha.setup('bdd')</script>
Expand Down
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 3901f3f

Please sign in to comment.