@polkadot/types-codec 10.11.1 → 10.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/packageInfo.js +1 -1
- package/package.json +3 -3
- package/packageInfo.js +1 -1
- package/types/registry.d.ts +1 -0
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.11.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.11.2' };
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/detectPackage.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "10.11.
|
|
21
|
+
"version": "10.11.2",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts",
|
|
@@ -516,8 +516,8 @@
|
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
"dependencies": {
|
|
519
|
-
"@polkadot/util": "^12.6.
|
|
520
|
-
"@polkadot/x-bigint": "^12.6.
|
|
519
|
+
"@polkadot/util": "^12.6.2",
|
|
520
|
+
"@polkadot/x-bigint": "^12.6.2",
|
|
521
521
|
"tslib": "^2.6.2"
|
|
522
522
|
}
|
|
523
523
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@polkadot/types-codec', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '10.11.
|
|
1
|
+
export const packageInfo = { name: '@polkadot/types-codec', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '10.11.2' };
|
package/types/registry.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export interface CallFunction<A extends AnyTuple = AnyTuple, M = any> extends Ca
|
|
|
33
33
|
}
|
|
34
34
|
export interface Registry {
|
|
35
35
|
readonly chainDecimals: number[];
|
|
36
|
+
readonly chainIsEthereum: boolean;
|
|
36
37
|
readonly chainSS58: number | undefined;
|
|
37
38
|
readonly chainTokens: string[];
|
|
38
39
|
createdAtHash?: IU8a;
|