Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
776600ef00 | ||
|
|
1a31043cc4 |
+2
-1
@@ -50,4 +50,5 @@
|
||||
7.0.2
|
||||
|
||||
7.14.2
|
||||
7.14.3
|
||||
7.14.3
|
||||
8.0.2
|
||||
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 8.0.2 Apr 11, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Detect typegen template location for commonjs execution
|
||||
|
||||
|
||||
## 8.0.1 Apr 10, 2022
|
||||
|
||||
- **Breaking change** In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
2908 Jaco 8.0.1 (#4734)
|
||||
2909 Jaco Detect typegen template location for commonjs execution (#4738)
|
||||
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)
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "commonjs",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/api-base": "8.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-augment": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/api-base": "8.0.2",
|
||||
"@polkadot/rpc-augment": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-augment": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types-support": "8.0.1"
|
||||
"@polkadot/types-support": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/rpc-core": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/rpc-core": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"rxjs": "^7.5.5"
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/api": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-create": "8.0.1",
|
||||
"@polkadot/api": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/types-create": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/util-crypto": "^9.0.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/keyring": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,25 +20,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/api": "8.0.1",
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/api-base": "8.0.1",
|
||||
"@polkadot/rpc-core": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/api": "8.0.2",
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/api-base": "8.0.2",
|
||||
"@polkadot/rpc-core": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/util-crypto": "^9.0.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "8.0.1",
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.1",
|
||||
"@polkadot/rpc-provider": "8.0.1",
|
||||
"@polkadot/types-support": "8.0.1"
|
||||
"@polkadot/api": "8.0.2",
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/rpc-augment": "8.0.2",
|
||||
"@polkadot/rpc-provider": "8.0.2",
|
||||
"@polkadot/types-support": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
+14
-14
@@ -20,29 +20,29 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/api-base": "8.0.1",
|
||||
"@polkadot/api-derive": "8.0.1",
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/api-base": "8.0.2",
|
||||
"@polkadot/api-derive": "8.0.2",
|
||||
"@polkadot/keyring": "^9.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.1",
|
||||
"@polkadot/rpc-core": "8.0.1",
|
||||
"@polkadot/rpc-provider": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-augment": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-create": "8.0.1",
|
||||
"@polkadot/types-known": "8.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.2",
|
||||
"@polkadot/rpc-core": "8.0.2",
|
||||
"@polkadot/rpc-provider": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-augment": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/types-create": "8.0.2",
|
||||
"@polkadot/types-known": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/util-crypto": "^9.0.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/types-support": "8.0.1"
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/types-support": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '8.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/rpc-core": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/rpc-core": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/rpc-augment": "8.0.1",
|
||||
"@polkadot/rpc-provider": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.2",
|
||||
"@polkadot/rpc-provider": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^9.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.1"
|
||||
"@polkadot/rpc-augment": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/keyring": "^9.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-support": "8.0.1",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-support": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/util-crypto": "^9.0.1",
|
||||
"@polkadot/x-fetch": "^9.0.1",
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
|
||||
@@ -33,15 +33,15 @@
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/register": "^7.17.7",
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/api": "8.0.1",
|
||||
"@polkadot/api-augment": "8.0.1",
|
||||
"@polkadot/rpc-augment": "8.0.1",
|
||||
"@polkadot/rpc-provider": "8.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-augment": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-create": "8.0.1",
|
||||
"@polkadot/types-support": "8.0.1",
|
||||
"@polkadot/api": "8.0.2",
|
||||
"@polkadot/api-augment": "8.0.2",
|
||||
"@polkadot/rpc-augment": "8.0.2",
|
||||
"@polkadot/rpc-provider": "8.0.2",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-augment": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/types-create": "8.0.2",
|
||||
"@polkadot/types-support": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/x-ws": "^9.0.1",
|
||||
"handlebars": "^4.7.7",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '8.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
import { assert } from '@polkadot/util';
|
||||
|
||||
export function writeFile (dest: string, generator: () => string, noLog?: boolean): void {
|
||||
!noLog && console.log(`${dest}\n\tGenerating`);
|
||||
|
||||
@@ -21,5 +23,12 @@ export function writeFile (dest: string, generator: () => string, noLog?: boolea
|
||||
}
|
||||
|
||||
export function readTemplate (template: string): string {
|
||||
return fs.readFileSync(path.join(__dirname, `../templates/${template}.hbs`)).toString();
|
||||
// NOTE With cjs in a subdir, search one lower as well
|
||||
const file = ['../templates', '../../templates']
|
||||
.map((p) => path.join(__dirname, p, `${template}.hbs`))
|
||||
.find((p) => fs.existsSync(p));
|
||||
|
||||
assert(file, `Unable to locate ${template}.hbs from ${__dirname}`);
|
||||
|
||||
return fs.readFileSync(file).toString();
|
||||
}
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-augment": "8.0.1",
|
||||
"@polkadot/types-support": "8.0.1",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-augment": "8.0.2",
|
||||
"@polkadot/types-support": "8.0.2",
|
||||
"@polkadot/util-crypto": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "8.0.1"
|
||||
"@polkadot/types": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/networks": "^9.0.1",
|
||||
"@polkadot/types": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-create": "8.0.1",
|
||||
"@polkadot/types": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/types-create": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
|
||||
@@ -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.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@polkadot/keyring": "^9.0.1",
|
||||
"@polkadot/types-augment": "8.0.1",
|
||||
"@polkadot/types-codec": "8.0.1",
|
||||
"@polkadot/types-create": "8.0.1",
|
||||
"@polkadot/types-augment": "8.0.2",
|
||||
"@polkadot/types-codec": "8.0.2",
|
||||
"@polkadot/types-create": "8.0.2",
|
||||
"@polkadot/util": "^9.0.1",
|
||||
"@polkadot/util-crypto": "^9.0.1",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^9.0.1",
|
||||
"@polkadot/types-support": "8.0.1"
|
||||
"@polkadot/types-support": "8.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '8.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '8.0.2' };
|
||||
|
||||
@@ -1892,28 +1892,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@8.0.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@8.0.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.0.1
|
||||
"@polkadot/rpc-augment": 8.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-augment": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/api-base": 8.0.2
|
||||
"@polkadot/rpc-augment": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-augment": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@8.0.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@8.0.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.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/rpc-core": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
@@ -1924,56 +1924,56 @@ __metadata:
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.17.9
|
||||
"@polkadot/api": 8.0.1
|
||||
"@polkadot/api-augment": 8.0.1
|
||||
"@polkadot/api": 8.0.2
|
||||
"@polkadot/api-augment": 8.0.2
|
||||
"@polkadot/keyring": ^9.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-create": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-create": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@8.0.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@8.0.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.0.1
|
||||
"@polkadot/api-augment": 8.0.1
|
||||
"@polkadot/api-base": 8.0.1
|
||||
"@polkadot/rpc-augment": 8.0.1
|
||||
"@polkadot/rpc-core": 8.0.1
|
||||
"@polkadot/rpc-provider": 8.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/api": 8.0.2
|
||||
"@polkadot/api-augment": 8.0.2
|
||||
"@polkadot/api-base": 8.0.2
|
||||
"@polkadot/rpc-augment": 8.0.2
|
||||
"@polkadot/rpc-core": 8.0.2
|
||||
"@polkadot/rpc-provider": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@8.0.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@8.0.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.0.1
|
||||
"@polkadot/api-base": 8.0.1
|
||||
"@polkadot/api-derive": 8.0.1
|
||||
"@polkadot/api-augment": 8.0.2
|
||||
"@polkadot/api-base": 8.0.2
|
||||
"@polkadot/api-derive": 8.0.2
|
||||
"@polkadot/keyring": ^9.0.1
|
||||
"@polkadot/rpc-augment": 8.0.1
|
||||
"@polkadot/rpc-core": 8.0.1
|
||||
"@polkadot/rpc-provider": 8.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-augment": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-create": 8.0.1
|
||||
"@polkadot/types-known": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/rpc-augment": 8.0.2
|
||||
"@polkadot/rpc-core": 8.0.2
|
||||
"@polkadot/rpc-provider": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-augment": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-create": 8.0.2
|
||||
"@polkadot/types-known": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2098,40 +2098,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@8.0.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@8.0.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.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/rpc-core": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@8.0.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@8.0.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.0.1
|
||||
"@polkadot/rpc-augment": 8.0.1
|
||||
"@polkadot/rpc-provider": 8.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/rpc-augment": 8.0.2
|
||||
"@polkadot/rpc-provider": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
rxjs: ^7.5.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@8.0.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@8.0.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.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
"@polkadot/x-fetch": ^9.0.1
|
||||
@@ -2151,15 +2151,15 @@ __metadata:
|
||||
"@babel/core": ^7.17.9
|
||||
"@babel/register": ^7.17.7
|
||||
"@babel/runtime": ^7.17.9
|
||||
"@polkadot/api": 8.0.1
|
||||
"@polkadot/api-augment": 8.0.1
|
||||
"@polkadot/rpc-augment": 8.0.1
|
||||
"@polkadot/rpc-provider": 8.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-augment": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-create": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/api": 8.0.2
|
||||
"@polkadot/api-augment": 8.0.2
|
||||
"@polkadot/rpc-augment": 8.0.2
|
||||
"@polkadot/rpc-provider": 8.0.2
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-augment": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-create": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/x-ws": ^9.0.1
|
||||
"@types/websocket": ^1.0.5
|
||||
@@ -2176,55 +2176,55 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@8.0.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@8.0.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.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@8.0.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@8.0.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.0.1
|
||||
"@polkadot/types-augment": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-augment": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@8.0.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@8.0.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.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@8.0.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@8.0.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.0.1
|
||||
"@polkadot/types": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-create": 8.0.1
|
||||
"@polkadot/types": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-create": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@8.0.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@8.0.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -2233,16 +2233,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@8.0.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@8.0.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.0.1
|
||||
"@polkadot/types-augment": 8.0.1
|
||||
"@polkadot/types-codec": 8.0.1
|
||||
"@polkadot/types-create": 8.0.1
|
||||
"@polkadot/types-support": 8.0.1
|
||||
"@polkadot/types-augment": 8.0.2
|
||||
"@polkadot/types-codec": 8.0.2
|
||||
"@polkadot/types-create": 8.0.2
|
||||
"@polkadot/types-support": 8.0.2
|
||||
"@polkadot/util": ^9.0.1
|
||||
"@polkadot/util-crypto": ^9.0.1
|
||||
rxjs: ^7.5.5
|
||||
|
||||
Reference in New Issue
Block a user