Skip to content

Commit

Permalink
Proto as optional dependency (experiment).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 20, 2024
1 parent 900ef61 commit 3e2147c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 28 deletions.
80 changes: 54 additions & 26 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "12.19.1",
"version": "12.20.0-beta.0",
"description": "MultiversX SDK for JavaScript and TypeScript",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down Expand Up @@ -30,7 +30,9 @@
"blake2b": "2.1.3",
"buffer": "6.0.3",
"json-duplicate-key-handle": "1.0.0",
"keccak": "3.0.2",
"keccak": "3.0.2"
},
"optionalDependencies": {
"protobufjs": "7.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit 3e2147c

Please sign in to comment.