Skip to content

Commit

Permalink
10.3.3 (#5596)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 15, 2023
1 parent 8b37ed6 commit d561fc9
Show file tree
Hide file tree
Showing 18 changed files with 164 additions and 163 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Contributed:

- Add support for Fungibles runtime api (Thanks to https://github.com/bkontur)
- Update Nimbus Collator lookups (Thanks to https://github.com/grenade)

Changes:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"versions": {
"git": "10.3.3-3-x",
"npm": "10.3.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "10.3.3-3-x",
"@polkadot/rpc-augment": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-augment": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/api-base": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-create": "10.3.3-3-x",
"@polkadot/api": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/api-augment": "10.3.3",
"@polkadot/keyring": "^11.1.3"
}
}
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3-3-x",
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/api-base": "10.3.3-3-x",
"@polkadot/rpc-core": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/api-base": "10.3.3",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.3-3-x",
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/rpc-augment": "10.3.3-3-x",
"@polkadot/rpc-provider": "10.3.3-3-x",
"@polkadot/types-support": "10.3.3-3-x"
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types-support": "10.3.3"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/api-base": "10.3.3-3-x",
"@polkadot/api-derive": "10.3.3-3-x",
"@polkadot/api-augment": "10.3.3",
"@polkadot/api-base": "10.3.3",
"@polkadot/api-derive": "10.3.3",
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3-3-x",
"@polkadot/rpc-core": "10.3.3-3-x",
"@polkadot/rpc-provider": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-augment": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-create": "10.3.3-3-x",
"@polkadot/types-known": "10.3.3-3-x",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types-known": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"eventemitter3": "^5.0.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/types-support": "10.3.3-3-x"
"@polkadot/api-augment": "10.3.3",
"@polkadot/types-support": "10.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "10.3.3-3-x",
"@polkadot/rpc-provider": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3-3-x"
"@polkadot/rpc-augment": "10.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-support": "10.3.3-3-x",
"@polkadot/types": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-fetch": "^11.1.3",
Expand Down
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "10.3.3-3-x",
"@polkadot/api-augment": "10.3.3-3-x",
"@polkadot/rpc-augment": "10.3.3-3-x",
"@polkadot/rpc-provider": "10.3.3-3-x",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-augment": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-create": "10.3.3-3-x",
"@polkadot/types-support": "10.3.3-3-x",
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-ws": "^11.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
"@polkadot/x-bigint": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-augment": "10.3.3-3-x",
"@polkadot/types-support": "10.3.3-3-x",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/util-crypto": "^11.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3-3-x"
"@polkadot/types": "10.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.1.3",
"@polkadot/types": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-create": "10.3.3-3-x",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.3-3-x"
"@polkadot/api": "10.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-3-x",
"version": "10.3.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-augment": "10.3.3-3-x",
"@polkadot/types-codec": "10.3.3-3-x",
"@polkadot/types-create": "10.3.3-3-x",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-support": "10.3.3-3-x"
"@polkadot/types-support": "10.3.3"
}
}
Loading

0 comments on commit d561fc9

Please sign in to comment.