Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## master

**Important** Webpack 4 has known issues with `import.meta.url` that is solvable via a rule, see https://polkadot.js.org/docs/usage/FAQ#on-webpack-4-i-have-a-parse-error-on-importmetaurl

Changes:

- Extend support for `WrapperKeepOpaque` with internal decoding (allowed to fail)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.16.7",
"@babel/register": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@polkadot/dev": "^0.65.22",
"@polkadot/dev": "^0.65.23",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^27.4.0",
"copyfiles": "^2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@polkadot/types": "7.2.2-10",
"@polkadot/types-augment": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime": "^7.16.7",
"@polkadot/rpc-core": "7.2.2-10",
"@polkadot/types": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"rxjs": "^7.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@polkadot/types": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/types-create": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util-crypto": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"rxjs": "^7.5.1"
},
"devDependencies": {
"@polkadot/api-augment": "7.2.2-10",
"@polkadot/keyring": "^8.2.3-30"
"@polkadot/keyring": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@polkadot/rpc-core": "7.2.2-10",
"@polkadot/types": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util-crypto": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"rxjs": "^7.5.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@polkadot/api-augment": "7.2.2-10",
"@polkadot/api-base": "7.2.2-10",
"@polkadot/api-derive": "7.2.2-10",
"@polkadot/keyring": "^8.2.3-30",
"@polkadot/keyring": "^8.3.1",
"@polkadot/rpc-augment": "7.2.2-10",
"@polkadot/rpc-core": "7.2.2-10",
"@polkadot/rpc-provider": "7.2.2-10",
Expand All @@ -36,8 +36,8 @@
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/types-create": "7.2.2-10",
"@polkadot/types-known": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util-crypto": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@polkadot/rpc-core": "7.2.2-10",
"@polkadot/types": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@polkadot/rpc-augment": "7.2.2-10",
"@polkadot/rpc-provider": "7.2.2-10",
"@polkadot/types": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"rxjs": "^7.5.1"
},
"devDependencies": {
"@polkadot/keyring": "^8.2.3-30",
"@polkadot/keyring": "^8.3.1",
"@polkadot/rpc-augment": "7.2.2-10"
}
}
12 changes: 6 additions & 6 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/keyring": "^8.2.3-30",
"@polkadot/keyring": "^8.3.1",
"@polkadot/types": "7.2.2-10",
"@polkadot/types-support": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util-crypto": "^8.2.3-30",
"@polkadot/x-fetch": "^8.2.3-30",
"@polkadot/x-global": "^8.2.3-30",
"@polkadot/x-ws": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"@polkadot/x-fetch": "^8.3.1",
"@polkadot/x-global": "^8.3.1",
"@polkadot/x-ws": "^8.3.1",
"eventemitter3": "^4.0.7",
"mock-socket": "^9.0.8",
"nock": "^13.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/types-create": "7.2.2-10",
"@polkadot/types-support": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/x-ws": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/x-ws": "^8.3.1",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
"yargs": "^17.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@babel/runtime": "^7.16.7",
"@polkadot/types": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
},
"devDependencies": {
"@polkadot/types": "7.2.2-10",
"@polkadot/types-augment": "7.2.2-10",
"@polkadot/types-support": "7.2.2-10",
"@polkadot/util-crypto": "^8.2.3-30"
"@polkadot/util-crypto": "^8.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
},
"devDependencies": {
"@polkadot/types": "7.2.2-10"
Expand Down
4 changes: 2 additions & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/networks": "^8.2.3-30",
"@polkadot/networks": "^8.3.1",
"@polkadot/types": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/types-create": "7.2.2-10",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/util": "^8.2.3-30"
"@polkadot/util": "^8.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/keyring": "^8.2.3-30",
"@polkadot/keyring": "^8.3.1",
"@polkadot/types-augment": "7.2.2-10",
"@polkadot/types-codec": "7.2.2-10",
"@polkadot/types-create": "7.2.2-10",
"@polkadot/util": "^8.2.3-30",
"@polkadot/util-crypto": "^8.2.3-30",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"rxjs": "^7.5.1"
},
"devDependencies": {
"@polkadot/keyring": "^8.2.3-30",
"@polkadot/keyring": "^8.3.1",
"@polkadot/types-support": "7.2.2-10"
}
}
Loading