Skip to content

Commit

Permalink
⬆️ Upgrade vert
Browse files Browse the repository at this point in the history
  • Loading branch information
Metallicus Dev committed Aug 28, 2022
1 parent ccc1982 commit 280d5d2
Show file tree
Hide file tree
Showing 6 changed files with 2,133 additions and 2,112 deletions.
14 changes: 7 additions & 7 deletions examples/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"proton-tsc": "^0.3.56"
},
"devDependencies": {
"@proton/vert": "^0.3.18",
"@proton/vert": "^0.3.20",
"@types/node": "^18.0.0",
"chai": "^4.3.6",
"mocha": "^9.2.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"resolved" "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz"
"version" "1.6.3"

"@proton/vert@^0.3.18":
"integrity" "sha512-bsKqfpGpxAfTTgG3QtCtd83nEA+Q9YbhDRmr5ihVnrQ/Pp1uITScU97ufO46APSpJPmxWt5upEP8OSZPidWazg=="
"resolved" "https://registry.npmjs.org/@proton/vert/-/vert-0.3.18.tgz"
"version" "0.3.18"
"@proton/vert@^0.3.20":
"integrity" "sha512-57Gha8o7AWMxEaKMak0xHP4l9KIVgWlwt/gb/DCNSuKmOcuPVYIfujWd/aAw0ET+S7oOWklJ1fTnTveDEYOFkw=="
"resolved" "https://registry.npmjs.org/@proton/vert/-/vert-0.3.20.tgz"
"version" "0.3.20"
dependencies:
"@ethereumjs/util" "^8.0.0-beta.1"
"@greymass/eosio" "^0.5.5"
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@greymass/abi2core": "^1.1.0",
"@greymass/eosio": "^0.5.5",
"@proton/js": "^26.1.2",
"@proton/vert": "^0.3.18",
"@proton/vert": "^0.3.20",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.22",
Expand Down
Loading

0 comments on commit 280d5d2

Please sign in to comment.