Skip to content

Commit

Permalink
Merge pull request #395 from docknetwork/feat/upgrade-polkadot
Browse files Browse the repository at this point in the history
Upgrade Polkadot API
  • Loading branch information
cykoder authored Feb 16, 2024
2 parents 0c60649 + 4693eb9 commit bdf7acc
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 252 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/sdk",
"version": "7.3.2",
"version": "7.4.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -19,9 +19,6 @@
"@comunica/actor-init-sparql-rdfjs": "^1.22.3",
"@comunica/types": "^1.0.0",
"@docknetwork/crypto-wasm": "^0.22.0",
"@polkadot/x-bigint": "10.1.11",
"@polkadot/x-bundle": "10.1.11",
"@polkadot/x-global": "10.1.11",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -97,14 +94,14 @@
"type-check": "tsc --allowJs --checkJs --noEmit --moduleResolution node --resolveJsonModule --target ES6 --skipLibCheck true --allowSyntheticDefaultImports true"
},
"resolutions": {
"@polkadot/api": "9.7.1"
"@polkadot/api": "9.11.1"
},
"dependencies": {
"@digitalbazaar/vc-status-list": "^4.0.0",
"@docknetwork/crypto-wasm-ts": "0.48.0",
"@docknetwork/node-types": "^0.17.0",
"@juanelas/base64": "^1.0.5",
"@polkadot/api": "9.7.1",
"@polkadot/api": "9.11.1",
"@transmute/json-web-signature": "^0.7.0-unstable.80",
"base64url": "3.0.1",
"blake2b": "2.1.4",
Expand Down
Loading

0 comments on commit bdf7acc

Please sign in to comment.