@dedot/cli 0.0.1-next.324f6c64.55 → 0.0.1-next.358b8686.56

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.
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.chaintypes = void 0;
30
30
  const static_substrate_1 = require("@polkadot/types-support/metadata/static-substrate");
31
31
  const substrate_hex_1 = __importDefault(require("@polkadot/types-support/metadata/v15/substrate-hex"));
32
+ const api_1 = require("@dedot/api");
32
33
  const codecs_1 = require("@dedot/codecs");
33
34
  const codegen_1 = require("@dedot/codegen");
34
- const dedot_1 = require("dedot");
35
35
  const path = __importStar(require("path"));
36
36
  exports.chaintypes = {
37
37
  command: 'chaintypes',
@@ -93,7 +93,7 @@ exports.chaintypes = {
93
93
  };
94
94
  const getRuntimeVersion = (metadata) => {
95
95
  const registry = new codecs_1.PortableRegistry(metadata.latest);
96
- const executor = new dedot_1.ConstantExecutor({
96
+ const executor = new api_1.ConstantExecutor({
97
97
  registry,
98
98
  metadata,
99
99
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/cli",
3
- "version": "0.0.1-next.324f6c64.55+324f6c6",
3
+ "version": "0.0.1-next.358b8686.56+358b868",
4
4
  "author": "Thang X. Vu <thang@coongcrafts.io>",
5
5
  "bin": {
6
6
  "dedot": "./bin/dedot",
@@ -14,7 +14,9 @@
14
14
  "start": "ts-node src/index.ts"
15
15
  },
16
16
  "dependencies": {
17
- "@dedot/codegen": "0.0.1-next.324f6c64.55+324f6c6",
17
+ "@dedot/api": "0.0.1-next.358b8686.56+358b868",
18
+ "@dedot/codecs": "0.0.1-next.358b8686.56+358b868",
19
+ "@dedot/codegen": "0.0.1-next.358b8686.56+358b868",
18
20
  "@polkadot/types-support": "^11.0.2",
19
21
  "yargs": "^17.7.2"
20
22
  },
@@ -26,5 +28,5 @@
26
28
  "directory": "dist"
27
29
  },
28
30
  "license": "Apache-2.0",
29
- "gitHead": "324f6c64e4e105f09fe867fd54b9338fa073aef5"
31
+ "gitHead": "358b8686aa63d09083aed391ccd7c7eba094b8f3"
30
32
  }