@dedot/chaintypes 0.0.1-alpha.3 → 0.0.1-alpha.6
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 +6 -6
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.packageInfo = void 0;
|
|
5
|
-
exports.packageInfo = { name: '@dedot/chaintypes', version: '0.0.1-alpha.
|
|
5
|
+
exports.packageInfo = { name: '@dedot/chaintypes', version: '0.0.1-alpha.24' };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.6+6fbf1fe",
|
|
4
4
|
"description": "Types for substrate-based chains",
|
|
5
5
|
"author": "Thang X. Vu <thang@coongcrafts.io>",
|
|
6
6
|
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/chaintypes",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@dedot/codecs": "0.0.1-alpha.
|
|
20
|
-
"@dedot/shape": "0.0.1-alpha.
|
|
21
|
-
"@dedot/types": "0.0.1-alpha.
|
|
22
|
-
"@dedot/utils": "0.0.1-alpha.
|
|
19
|
+
"@dedot/codecs": "0.0.1-alpha.6+6fbf1fe",
|
|
20
|
+
"@dedot/shape": "0.0.1-alpha.6+6fbf1fe",
|
|
21
|
+
"@dedot/types": "0.0.1-alpha.6+6fbf1fe",
|
|
22
|
+
"@dedot/utils": "0.0.1-alpha.6+6fbf1fe",
|
|
23
23
|
"@polkadot/util": "^12.6.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"directory": "dist"
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "6fbf1fe509c7c07569adc4c1cced998c809458e0",
|
|
31
31
|
"module": "./index.js",
|
|
32
32
|
"types": "./index.d.ts"
|
|
33
33
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
|
|
2
|
-
export const packageInfo = { name: '@dedot/chaintypes', version: '0.0.1-alpha.
|
|
2
|
+
export const packageInfo = { name: '@dedot/chaintypes', version: '0.0.1-alpha.24' };
|