Compare commits

...
8 Commits
Author SHA1 Message Date
github-actions[bot] 0449dd7b51 [CI Skip] release/stable 8.3.2
skip-checks: true
2022-05-08 16:23:38 +00:00
Jaco 4d44c1187b 8.3.2 (#4800) 2022-05-08 19:15:30 +03:00
github-actions[bot] f2eff6628b [CI Skip] release/beta 8.3.2-2
skip-checks: true
2022-05-06 11:22:58 +00:00
Nikos KontakisandPierre Krieger 4923bc3e35 Bump @substrate/connect in rpc-provider to 0.7.4 (#4796)
* Bump @substrate/connect in rpc-provider to 0.7.4

* Add new optional param config in ScProvider's connect() where user can alter the log level

* Satisfy linter

* Update packages/rpc-provider/src/substrate-connect/ScProvider.ts

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>

* Address PRs comments

* Fix build error

* remove config feature

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
2022-05-06 14:11:37 +03:00
github-actions[bot] 47da005bee [CI Skip] release/beta 8.3.2-1
skip-checks: true
2022-05-06 03:51:19 +00:00
Jaco 7e82ab3d43 Adjust BTreeSet in typegen top-level generation (#4794) 2022-05-06 06:42:22 +03:00
github-actions[bot] 8df9642e04 [CI Skip] release/beta 8.3.2-0
skip-checks: true
2022-05-05 06:17:33 +00:00
Jaco 6f76e1c4cc Bump @polkadot/dev (#4792) 2022-05-05 09:07:55 +03:00
37 changed files with 283 additions and 262 deletions
+2 -1
View File
@@ -51,4 +51,5 @@
7.14.2
7.14.3
8.0.2
8.0.2
8.3.2
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 8.3.2 May 8, 2022
Contributed:
- Bump `@substrate/connect` to 0.7.4 (Thanks to https://github.com/wirednkod)
Changes:
- Adjust `BTreeSet` in typegen top-level generation
## 8.3.1 May 1, 2022
Contributed:
+2 -2
View File
@@ -1,4 +1,4 @@
2936 Jaco 8.3.1 (#4789)
2939 Jaco 8.3.2 (#4800)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
@@ -26,6 +26,7 @@
3 Julien Eluard Fixed typos about module balances (#1402)
3 KarishmaBothara Backward compatibility thing (#3511)
3 Miguel Hervas Adding RT4 Types (#3007)
3 Nikos Kontakis Bump @substrate/connect in rpc-provider to 0.7.4 (#4796)
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
3 YJ feat: Vote interface as U8a (#1061)
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)
@@ -36,7 +37,6 @@
2 James Lefrère Add `.eq()` usage to docs and fix docs typos (#1405)
2 Keith Yeung Allow keyPrefix to accept an additional argument for double maps (#2230)
2 MOZGIII Follow-up fix after #4665 (#4666)
2 Nikos Kontakis Add auction in shared types (#4085)
2 Paweł Nguyen Fix a minor typo in cookbook blocks docs (#2294)
2 sung wu Update tx.md (#2485)
2 Veliko Abi constructor takes different parameters (#3347)
+3 -3
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "8.3.1",
"version": "8.3.2",
"workspaces": [
"packages/*"
],
@@ -34,9 +34,9 @@
"@babel/core": "^7.17.10",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@polkadot/dev": "^0.66.16",
"@polkadot/dev": "^0.66.17",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.0",
"copyfiles": "^2.4.1"
},
"resolutions": {
+7 -7
View File
@@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/api-base": "8.3.1",
"@polkadot/rpc-augment": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-augment": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/api-base": "8.3.2",
"@polkadot/rpc-augment": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-augment": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/util": "^9.1.1"
},
"devDependencies": {
"@polkadot/types-support": "8.3.1"
"@polkadot/types-support": "8.3.2"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '8.3.2' };
+3 -3
View File
@@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/rpc-core": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/rpc-core": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/util": "^9.1.1",
"rxjs": "^7.5.5"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '8.3.2' };
+6 -6
View File
@@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/api": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-create": "8.3.1",
"@polkadot/api": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/types-create": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/api-augment": "8.3.1",
"@polkadot/api-augment": "8.3.2",
"@polkadot/keyring": "^9.1.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.3.2' };
+12 -12
View File
@@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/api": "8.3.1",
"@polkadot/api-augment": "8.3.1",
"@polkadot/api-base": "8.3.1",
"@polkadot/rpc-core": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/api": "8.3.2",
"@polkadot/api-augment": "8.3.2",
"@polkadot/api-base": "8.3.2",
"@polkadot/rpc-core": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/api": "8.3.1",
"@polkadot/api-augment": "8.3.1",
"@polkadot/rpc-augment": "8.3.1",
"@polkadot/rpc-provider": "8.3.1",
"@polkadot/types-support": "8.3.1"
"@polkadot/api": "8.3.2",
"@polkadot/api-augment": "8.3.2",
"@polkadot/rpc-augment": "8.3.2",
"@polkadot/rpc-provider": "8.3.2",
"@polkadot/types-support": "8.3.2"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '8.3.2' };
+14 -14
View File
@@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/api-augment": "8.3.1",
"@polkadot/api-base": "8.3.1",
"@polkadot/api-derive": "8.3.1",
"@polkadot/api-augment": "8.3.2",
"@polkadot/api-base": "8.3.2",
"@polkadot/api-derive": "8.3.2",
"@polkadot/keyring": "^9.1.1",
"@polkadot/rpc-augment": "8.3.1",
"@polkadot/rpc-core": "8.3.1",
"@polkadot/rpc-provider": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-augment": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-create": "8.3.1",
"@polkadot/types-known": "8.3.1",
"@polkadot/rpc-augment": "8.3.2",
"@polkadot/rpc-core": "8.3.2",
"@polkadot/rpc-provider": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-augment": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/types-create": "8.3.2",
"@polkadot/types-known": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/api-augment": "8.3.1",
"@polkadot/types-support": "8.3.1"
"@polkadot/api-augment": "8.3.2",
"@polkadot/types-support": "8.3.2"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '8.3.2' };
+4 -4
View File
@@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/rpc-core": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/rpc-core": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/util": "^9.1.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '8.3.2' };
+5 -5
View File
@@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/rpc-augment": "8.3.1",
"@polkadot/rpc-provider": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/rpc-augment": "8.3.2",
"@polkadot/rpc-provider": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/util": "^9.1.1",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^9.1.1",
"@polkadot/rpc-augment": "8.3.1"
"@polkadot/rpc-augment": "8.3.2"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '8.3.2' };
+4 -4
View File
@@ -20,19 +20,19 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.1.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-support": "8.3.1",
"@polkadot/types": "8.3.2",
"@polkadot/types-support": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"@polkadot/x-fetch": "^9.1.1",
"@polkadot/x-global": "^9.1.1",
"@polkadot/x-ws": "^9.1.1",
"@substrate/connect": "0.7.2",
"@substrate/connect": "0.7.4",
"eventemitter3": "^4.0.7",
"mock-socket": "^9.1.3",
"nock": "^13.2.4"
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '8.3.2' };
@@ -155,7 +155,7 @@ const getFakeClient = () => {
enum WellKnownChain {
polkadot = 'polkadot',
ksmcc3 = 'ksmcc3',
rococo_v2_1 = 'rococo_v2_1',
rococo_v2_2 = 'rococo_v2_2',
westend2 = 'westend2'
}
+10 -10
View File
@@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
@@ -33,15 +33,15 @@
"@babel/core": "^7.17.10",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@polkadot/api": "8.3.1",
"@polkadot/api-augment": "8.3.1",
"@polkadot/rpc-augment": "8.3.1",
"@polkadot/rpc-provider": "8.3.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-augment": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-create": "8.3.1",
"@polkadot/types-support": "8.3.1",
"@polkadot/api": "8.3.2",
"@polkadot/api-augment": "8.3.2",
"@polkadot/rpc-augment": "8.3.2",
"@polkadot/rpc-provider": "8.3.2",
"@polkadot/types": "8.3.2",
"@polkadot/types-augment": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/types-create": "8.3.2",
"@polkadot/types-support": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/x-ws": "^9.1.1",
"handlebars": "^4.7.7",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '8.3.2' };
+3 -3
View File
@@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/types": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/util": "^9.1.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '8.3.2' };
+4 -4
View File
@@ -20,16 +20,16 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/util": "^9.1.1"
},
"devDependencies": {
"@polkadot/types": "8.3.1",
"@polkadot/types-augment": "8.3.1",
"@polkadot/types-support": "8.3.1",
"@polkadot/types": "8.3.2",
"@polkadot/types-augment": "8.3.2",
"@polkadot/types-support": "8.3.2",
"@polkadot/util-crypto": "^9.1.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '8.3.2' };
+3 -3
View File
@@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-codec": "8.3.2",
"@polkadot/util": "^9.1.1"
},
"devDependencies": {
"@polkadot/types": "8.3.1"
"@polkadot/types": "8.3.2"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '8.3.2' };
+4 -4
View File
@@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/networks": "^9.1.1",
"@polkadot/types": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-create": "8.3.1",
"@polkadot/types": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/types-create": "8.3.2",
"@polkadot/util": "^9.1.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '8.3.2' };
+1 -1
View File
@@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '8.3.2' };
+5 -5
View File
@@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "8.3.1",
"version": "8.3.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.1.1",
"@polkadot/types-augment": "8.3.1",
"@polkadot/types-codec": "8.3.1",
"@polkadot/types-create": "8.3.1",
"@polkadot/types-augment": "8.3.2",
"@polkadot/types-codec": "8.3.2",
"@polkadot/types-create": "8.3.2",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^9.1.1",
"@polkadot/types-support": "8.3.1"
"@polkadot/types-support": "8.3.2"
}
}
@@ -54,7 +54,7 @@ const BITVEC_NS_MSB = ['bitvec::order::Msb0', 'BitOrderMsb0'];
const BITVEC_NS = [...BITVEC_NS_LSB, ...BITVEC_NS_MSB];
// These we never use these as top-level names, they are wrappers
const WRAPPERS = ['BoundedBTreeMap', 'BoundedVec', 'Box', 'BTreeMap', 'Cow', 'Result', 'Option', 'WeakBoundedVec', 'WrapperKeepOpaque', 'WrapperOpaque'];
const WRAPPERS = ['BoundedBTreeMap', 'BoundedBTreeSet', 'BoundedVec', 'Box', 'BTreeMap', 'BTreeSet', 'Cow', 'Result', 'Option', 'WeakBoundedVec', 'WrapperKeepOpaque', 'WrapperOpaque'];
// These are reserved and/or conflicts with built-in Codec or JS definitions
const RESERVED = ['entries', 'hash', 'keys', 'new', 'size'];
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '8.3.1' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '8.3.2' };
+163 -154
View File
@@ -1936,28 +1936,28 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@8.3.1, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@8.3.2, @polkadot/api-augment@workspace:packages/api-augment":
version: 0.0.0-use.local
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/api-base": 8.3.1
"@polkadot/rpc-augment": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/types-augment": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/api-base": 8.3.2
"@polkadot/rpc-augment": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/types-augment": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/api-base@8.3.1, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@8.3.2, @polkadot/api-base@workspace:packages/api-base":
version: 0.0.0-use.local
resolution: "@polkadot/api-base@workspace:packages/api-base"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/rpc-core": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/rpc-core": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/util": ^9.1.1
rxjs: ^7.5.5
languageName: unknown
@@ -1968,56 +1968,56 @@ __metadata:
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/api": 8.3.1
"@polkadot/api-augment": 8.3.1
"@polkadot/api": 8.3.2
"@polkadot/api-augment": 8.3.2
"@polkadot/keyring": ^9.1.1
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-create": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-create": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
rxjs: ^7.5.5
languageName: unknown
linkType: soft
"@polkadot/api-derive@8.3.1, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@8.3.2, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/api": 8.3.1
"@polkadot/api-augment": 8.3.1
"@polkadot/api-base": 8.3.1
"@polkadot/rpc-augment": 8.3.1
"@polkadot/rpc-core": 8.3.1
"@polkadot/rpc-provider": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/api": 8.3.2
"@polkadot/api-augment": 8.3.2
"@polkadot/api-base": 8.3.2
"@polkadot/rpc-augment": 8.3.2
"@polkadot/rpc-core": 8.3.2
"@polkadot/rpc-provider": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
rxjs: ^7.5.5
languageName: unknown
linkType: soft
"@polkadot/api@8.3.1, @polkadot/api@workspace:packages/api":
"@polkadot/api@8.3.2, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/api-augment": 8.3.1
"@polkadot/api-base": 8.3.1
"@polkadot/api-derive": 8.3.1
"@polkadot/api-augment": 8.3.2
"@polkadot/api-base": 8.3.2
"@polkadot/api-derive": 8.3.2
"@polkadot/keyring": ^9.1.1
"@polkadot/rpc-augment": 8.3.1
"@polkadot/rpc-core": 8.3.1
"@polkadot/rpc-provider": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/types-augment": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-create": 8.3.1
"@polkadot/types-known": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/rpc-augment": 8.3.2
"@polkadot/rpc-core": 8.3.2
"@polkadot/rpc-provider": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/types-augment": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-create": 8.3.2
"@polkadot/types-known": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
eventemitter3: ^4.0.7
@@ -2025,9 +2025,9 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/dev@npm:^0.66.16":
version: 0.66.16
resolution: "@polkadot/dev@npm:0.66.16"
"@polkadot/dev@npm:^0.66.17":
version: 0.66.17
resolution: "@polkadot/dev@npm:0.66.17"
dependencies:
"@babel/cli": ^7.17.10
"@babel/core": ^7.17.10
@@ -2049,10 +2049,10 @@ __metadata:
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-inject": ^4.0.4
"@rollup/plugin-json": ^4.1.0
"@rollup/plugin-node-resolve": ^13.2.1
"@rollup/plugin-node-resolve": ^13.3.0
"@rushstack/eslint-patch": ^1.1.3
"@typescript-eslint/eslint-plugin": 5.21.0
"@typescript-eslint/parser": 5.21.0
"@typescript-eslint/eslint-plugin": 5.22.0
"@typescript-eslint/parser": 5.22.0
"@vue/component-compiler-utils": ^3.3.0
babel-jest: ^28.0.3
babel-plugin-module-extension-resolver: ^1.0.0-rc.2
@@ -2088,7 +2088,7 @@ __metadata:
mkdirp: ^1.0.4
prettier: ^2.6.2
rimraf: ^3.0.2
rollup: ^2.70.2
rollup: ^2.71.1
rollup-plugin-cleanup: ^3.2.1
typescript: ^4.6.4
yargs: ^17.4.1
@@ -2114,7 +2114,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: e0e7fc8208874ebe5031dff6ea36dbdfdf58b9a5209c75d0605be8729fc3cb5e2d1ba13b3c1503fce4dcfa636acd8a6d3945932bd05148bc17870bc1f2c26c6d
checksum: d27bd30db91c75dd2058dd66de9e0c29818b156149537d70d441dec4e24de5fd44aea9a3f8d836227bee8f450b7c8141bf8b586794a2854dcaaa5d3b406fec7d
languageName: node
linkType: hard
@@ -2143,46 +2143,46 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/rpc-augment@8.3.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@8.3.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/rpc-core": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/rpc-core": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/util": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/rpc-core@8.3.1, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@8.3.2, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/keyring": ^9.1.1
"@polkadot/rpc-augment": 8.3.1
"@polkadot/rpc-provider": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/rpc-augment": 8.3.2
"@polkadot/rpc-provider": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/util": ^9.1.1
rxjs: ^7.5.5
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@8.3.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@8.3.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/keyring": ^9.1.1
"@polkadot/types": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
"@polkadot/x-fetch": ^9.1.1
"@polkadot/x-global": ^9.1.1
"@polkadot/x-ws": ^9.1.1
"@substrate/connect": 0.7.2
"@substrate/connect": 0.7.4
eventemitter3: ^4.0.7
mock-socket: ^9.1.3
nock: ^13.2.4
@@ -2196,15 +2196,15 @@ __metadata:
"@babel/core": ^7.17.10
"@babel/register": ^7.17.7
"@babel/runtime": ^7.17.9
"@polkadot/api": 8.3.1
"@polkadot/api-augment": 8.3.1
"@polkadot/rpc-augment": 8.3.1
"@polkadot/rpc-provider": 8.3.1
"@polkadot/types": 8.3.1
"@polkadot/types-augment": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-create": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/api": 8.3.2
"@polkadot/api-augment": 8.3.2
"@polkadot/rpc-augment": 8.3.2
"@polkadot/rpc-provider": 8.3.2
"@polkadot/types": 8.3.2
"@polkadot/types-augment": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-create": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/x-ws": ^9.1.1
"@types/websocket": ^1.0.5
@@ -2221,55 +2221,55 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@8.3.1, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@8.3.2, @polkadot/types-augment@workspace:packages/types-augment":
version: 0.0.0-use.local
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/util": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/types-codec@8.3.1, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@8.3.2, @polkadot/types-codec@workspace:packages/types-codec":
version: 0.0.0-use.local
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/types": 8.3.1
"@polkadot/types-augment": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-augment": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/types-create@8.3.1, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@8.3.2, @polkadot/types-create@workspace:packages/types-create":
version: 0.0.0-use.local
resolution: "@polkadot/types-create@workspace:packages/types-create"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/util": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/types-known@8.3.1, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@8.3.2, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/networks": ^9.1.1
"@polkadot/types": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-create": 8.3.1
"@polkadot/types": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-create": 8.3.2
"@polkadot/util": ^9.1.1
languageName: unknown
linkType: soft
"@polkadot/types-support@8.3.1, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@8.3.2, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
@@ -2278,16 +2278,16 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types@8.3.1, @polkadot/types@workspace:packages/types":
"@polkadot/types@8.3.2, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/keyring": ^9.1.1
"@polkadot/types-augment": 8.3.1
"@polkadot/types-codec": 8.3.1
"@polkadot/types-create": 8.3.1
"@polkadot/types-support": 8.3.1
"@polkadot/types-augment": 8.3.2
"@polkadot/types-codec": 8.3.2
"@polkadot/types-create": 8.3.2
"@polkadot/types-support": 8.3.2
"@polkadot/util": ^9.1.1
"@polkadot/util-crypto": ^9.1.1
rxjs: ^7.5.5
@@ -2492,19 +2492,19 @@ __metadata:
languageName: node
linkType: hard
"@rollup/plugin-node-resolve@npm:^13.2.1":
version: 13.2.1
resolution: "@rollup/plugin-node-resolve@npm:13.2.1"
"@rollup/plugin-node-resolve@npm:^13.3.0":
version: 13.3.0
resolution: "@rollup/plugin-node-resolve@npm:13.3.0"
dependencies:
"@rollup/pluginutils": ^3.1.0
"@types/resolve": 1.17.1
builtin-modules: ^3.1.0
deepmerge: ^4.2.2
is-builtin-module: ^3.1.0
is-module: ^1.0.0
resolve: ^1.19.0
peerDependencies:
rollup: ^2.42.0
checksum: d0ba3b6f35440b5ebc203a4f62a6c0d2c565491aed9746448288b71d0cd603d1d12fdd9d1381c1be0a4b192f167412e53c34b89fd25413db4ba7d1fa910a29a2
checksum: ec5418e6b3c23a9e30683056b3010e9d325316dcfae93fbc673ae64dad8e56a2ce761c15c48f5e2dcfe0c822fdc4a4905ee6346e3dcf90603ba2260afef5a5e6
languageName: node
linkType: hard
@@ -2574,14 +2574,14 @@ __metadata:
languageName: node
linkType: hard
"@substrate/connect@npm:0.7.2":
version: 0.7.2
resolution: "@substrate/connect@npm:0.7.2"
"@substrate/connect@npm:0.7.4":
version: 0.7.4
resolution: "@substrate/connect@npm:0.7.4"
dependencies:
"@substrate/connect-extension-protocol": ^1.0.0
"@substrate/smoldot-light": 0.6.15
eventemitter3: ^4.0.7
checksum: c7dbd52ac340e8b3180a47febf7a2995ddf4800d35767879531044ee4aff03dfe4fbb3d6d124ca60a6dc26d22bb5f21da5c92acf2822e1a31a55327171fa797f
checksum: 8f659e9ef7d1d714dfc6dc228b70c0170b5d217778dd302b6189da2f414b1df18a22e3eed938020ed2f938c12f39e8e5b78308759392df876efd9a7d0ef3d1bb
languageName: node
linkType: hard
@@ -2717,13 +2717,13 @@ __metadata:
languageName: node
linkType: hard
"@types/jest@npm:^27.4.1":
version: 27.4.1
resolution: "@types/jest@npm:27.4.1"
"@types/jest@npm:^27.5.0":
version: 27.5.0
resolution: "@types/jest@npm:27.5.0"
dependencies:
jest-matcher-utils: ^27.0.0
pretty-format: ^27.0.0
checksum: 5184f3eef4832d01ee8f59bed15eec45ccc8e29c724a5e6ce37bf74396b37bdf04f557000f45ba4fc38ae6075cf9cfcce3d7a75abc981023c61ceb27230a93e4
checksum: ca09ac3a17972e18683c57b681a6866c7a56c67f429810ece00425d948da62f207d271becb5cc759da3630f120596ec3c8e0ceb0eecefbe26daffba168b82879
languageName: node
linkType: hard
@@ -2849,13 +2849,13 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.21.0"
"@typescript-eslint/eslint-plugin@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.22.0"
dependencies:
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/type-utils": 5.21.0
"@typescript-eslint/utils": 5.21.0
"@typescript-eslint/scope-manager": 5.22.0
"@typescript-eslint/type-utils": 5.22.0
"@typescript-eslint/utils": 5.22.0
debug: ^4.3.2
functional-red-black-tree: ^1.0.1
ignore: ^5.1.8
@@ -2868,42 +2868,42 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 52068319798775f320564e98b1361bbe7f8a80ece3ded35145b2cefc5530047a12c6482727eb3c4d845dcd4e4a8d8bf5898125775f99c1d197d45c47a7732813
checksum: 3b083f7003f091c3ef7b3970dca9cfd507ab8c52a9b8a52259c630010adf765e9766f0e6fd9c901fc0e807319a4e8c003e12287b1f12a4b9eb4d7222e8d6db83
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/parser@npm:5.21.0"
"@typescript-eslint/parser@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/parser@npm:5.22.0"
dependencies:
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/typescript-estree": 5.21.0
"@typescript-eslint/scope-manager": 5.22.0
"@typescript-eslint/types": 5.22.0
"@typescript-eslint/typescript-estree": 5.22.0
debug: ^4.3.2
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: c0a4f03dccfba699c95788bef35312ec2ab7fa0dd7164916bce7762293b00f12f454d44dea2f1553d516d87a5fcc262ea3c5b7efa958cbfda7e4b9b73d67b54f
checksum: 28a7d4b73154fc97336be9a4efd5ffdc659f748232c82479909e86ed87ed8a78d23280b3aaf532ca4e735caaffac43d9576e6af2dfd11865e30a9d70c8a3f275
languageName: node
linkType: hard
"@typescript-eslint/scope-manager@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/scope-manager@npm:5.21.0"
"@typescript-eslint/scope-manager@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/scope-manager@npm:5.22.0"
dependencies:
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/visitor-keys": 5.21.0
checksum: 2bcb5947d7882f08fb8f40eea154c15152957105a3dc80bf8481212a66d35a8d2239437e095a9a7526c6c0043e9bd6bececf4f87d40da85abb2d2b69f774d805
"@typescript-eslint/types": 5.22.0
"@typescript-eslint/visitor-keys": 5.22.0
checksum: ebf2ad44f4e5a4dfd55225419804f81f68056086c20f1549adbcca4236634eac3aae461e30d6cab6539ce6f42346ed6e1fbbb2710d2cc058a3283ef91a0fe174
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/type-utils@npm:5.21.0"
"@typescript-eslint/type-utils@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/type-utils@npm:5.22.0"
dependencies:
"@typescript-eslint/utils": 5.21.0
"@typescript-eslint/utils": 5.22.0
debug: ^4.3.2
tsutils: ^3.21.0
peerDependencies:
@@ -2911,7 +2911,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 09a9dbaa26c0c56aa36e0d6e119007dcbe2cc326b844892ce9389409d5a1d43951f67e0ca03fb28d4d96a09ab498f125dd3bc09f82e655c2ca7023566ad2cf5f
checksum: 7128085bfbeca3a9646a795a34730cdfeca110bc00240569f6a7b3dc0854680afa56e015715675a78198b414de869339bd6036cc33cb14903919780a60321a95
languageName: node
linkType: hard
@@ -2922,19 +2922,19 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/types@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/types@npm:5.21.0"
checksum: 1581bf79f8c9236844ca8891e26c84503b654359fbfee80d76f9f57fb90c24210687cd30f61592e7d44cacf5417c83aaa5ae8559a4a8b6ce6b6c4a163b8b86c2
"@typescript-eslint/types@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/types@npm:5.22.0"
checksum: 74f822c5a3b96bba05229eea4ed370c4bd48b17f475c37f08d6ba708adf65c3aa026bb544f1d0308c96e043b30015e396fd53b1e8e4e9fbb6dc9c92d2ccc0a15
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/typescript-estree@npm:5.21.0"
"@typescript-eslint/typescript-estree@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/typescript-estree@npm:5.22.0"
dependencies:
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/visitor-keys": 5.21.0
"@typescript-eslint/types": 5.22.0
"@typescript-eslint/visitor-keys": 5.22.0
debug: ^4.3.2
globby: ^11.0.4
is-glob: ^4.0.3
@@ -2943,7 +2943,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 4f78d61be2f35775d0f2d7fc4e3bb0bfc6b84e608e96a297c948f84a7254c1b9f0062f61a1dce67a8d4eb67476a9b4a9ebd8b6412e97db76f675c03363a5a0ad
checksum: 2797a79d7d32a9a547b7f1de77a353d8e8c8519791f865f5e061bfc4918d12cdaddec51afa015f5aac5d068ef525c92bd65afc83b84dc9e52e697303acf0873a
languageName: node
linkType: hard
@@ -2965,19 +2965,19 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/utils@npm:5.21.0"
"@typescript-eslint/utils@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/utils@npm:5.22.0"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/typescript-estree": 5.21.0
"@typescript-eslint/scope-manager": 5.22.0
"@typescript-eslint/types": 5.22.0
"@typescript-eslint/typescript-estree": 5.22.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: ed339a4ccb9eeb2a1132c41999d6584c15c4b7e2f0132bce613f502faa1dbbad7e206b642360392a6e2b24e294df90910141c7da0959901efcd600aedc4c4253
checksum: 5019485e76d754a7a60c042545fd884dc666fddf9d4223ff706bbf0c275f19ea25a6b210fb5cf7ed368b019fe538fd854a925e9c6f12007d51b1731a29d95cc1
languageName: node
linkType: hard
@@ -2991,13 +2991,13 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/visitor-keys@npm:5.21.0"
"@typescript-eslint/visitor-keys@npm:5.22.0":
version: 5.22.0
resolution: "@typescript-eslint/visitor-keys@npm:5.22.0"
dependencies:
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/types": 5.22.0
eslint-visitor-keys: ^3.0.0
checksum: 328b18faa61872160f3e5faacb5b68022bdabd04b5414f115133245a4a1ecfb5762c67fd645ab3253005480bd25a38598f57fdc2ff2b01d830ac68b37d3d06a5
checksum: d30dfa98dcce75da49a6a204a0132d42e63228c35681cb9b3643e47a0a24a633e259832d48d101265bd85b8eb5a9f2b4858f9447646c1d3df6a2ac54258dfe8f
languageName: node
linkType: hard
@@ -3694,7 +3694,7 @@ __metadata:
languageName: node
linkType: hard
"builtin-modules@npm:^3.1.0":
"builtin-modules@npm:^3.0.0":
version: 3.2.0
resolution: "builtin-modules@npm:3.2.0"
checksum: 0265aa1ba78e1a16f4e18668d815cb43fb364e6a6b8aa9189c6f44c7b894a551a43b323c40206959d2d4b2568c1f2805607ad6c88adc306a776ce6904cca6715
@@ -6280,6 +6280,15 @@ fsevents@~2.1.2:
languageName: node
linkType: hard
"is-builtin-module@npm:^3.1.0":
version: 3.1.0
resolution: "is-builtin-module@npm:3.1.0"
dependencies:
builtin-modules: ^3.0.0
checksum: f1e5dd2cd5f252d4d799b20a0c8c4f7e9c399c4d141749af76ca0121058d4062c3015d026f1b1409dd3d2a4ddfb9b15cf6eb9c370fed53fea8652ce35b5e95cb
languageName: node
linkType: hard
"is-callable@npm:^1.1.4, is-callable@npm:^1.2.4":
version: 1.2.4
resolution: "is-callable@npm:1.2.4"
@@ -9131,9 +9140,9 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard
"rollup@npm:^2.70.2":
version: 2.70.2
resolution: "rollup@npm:2.70.2"
"rollup@npm:^2.71.1":
version: 2.72.0
resolution: "rollup@npm:2.72.0"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
@@ -9141,7 +9150,7 @@ resolve@^2.0.0-next.3:
optional: true
bin:
rollup: dist/bin/rollup
checksum: eb04eb9b87b30517308cb41018d57a23976f42b269c3229e4124746d3136a77aa16ba8b891a3fa571931dd72419eea40642a334835fe4f33161fea30d0b803f7
checksum: d4c213d4250a0455e0ee40664db3339a9e3ca5affa09c348019b4895e7100cdbedeba881a239a7a80c407b4055dca4e97d10a740d99c09b17651efbfedd61a4b
languageName: node
linkType: hard
@@ -9152,9 +9161,9 @@ resolve@^2.0.0-next.3:
"@babel/core": ^7.17.10
"@babel/register": ^7.17.7
"@babel/runtime": ^7.17.9
"@polkadot/dev": ^0.66.16
"@polkadot/dev": ^0.66.17
"@polkadot/typegen": "workspace:packages/typegen"
"@types/jest": ^27.4.1
"@types/jest": ^27.5.0
copyfiles: ^2.4.1
languageName: unknown
linkType: soft