@twin.org/move-to-json 0.0.3-next.8 → 0.0.3-next.9

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/dist/es/cli.js CHANGED
@@ -21,7 +21,7 @@ export class CLI extends CLIBase {
21
21
  return this.execute({
22
22
  title: "TWIN Move to JSON",
23
23
  appName: "move-to-json",
24
- version: "0.0.3-next.8", // x-release-please-version
24
+ version: "0.0.3-next.9", // x-release-please-version
25
25
  icon: "⚙️ ",
26
26
  supportsEnvFiles: true,
27
27
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAEC;QAED,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,mBAAmB;YAC1B,OAAO,EAAE,cAAc;YACvB,OAAO,EAAE,cAAc,EAAE,2BAA2B;YACpD,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3B,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAC7B,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandBuild } from \"./commands/build.js\";\nimport { buildCommandDeploy } from \"./commands/deploy.js\";\n\n/**\n * The main entry point for the Move to JSON CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: {\n\t\t\toverrideOutputWidth?: number;\n\t\t}\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Move to JSON\",\n\t\t\t\tappName: \"move-to-json\",\n\t\t\t\tversion: \"0.0.3-next.8\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: true,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandBuild(program);\n\t\tbuildCommandDeploy(program);\n\t}\n}\n"]}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAEC;QAED,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,mBAAmB;YAC1B,OAAO,EAAE,cAAc;YACvB,OAAO,EAAE,cAAc,EAAE,2BAA2B;YACpD,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3B,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAC7B,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandBuild } from \"./commands/build.js\";\nimport { buildCommandDeploy } from \"./commands/deploy.js\";\n\n/**\n * The main entry point for the Move to JSON CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: {\n\t\t\toverrideOutputWidth?: number;\n\t\t}\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Move to JSON\",\n\t\t\t\tappName: \"move-to-json\",\n\t\t\t\tversion: \"0.0.3-next.9\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: true,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandBuild(program);\n\t\tbuildCommandDeploy(program);\n\t}\n}\n"]}
@@ -353,9 +353,6 @@
353
353
  "transactionCosts": "Transaction costs for operation \"{operation}\", \"{cost}\""
354
354
  }
355
355
  },
356
- "errorMessages": {
357
- "fetch": "Fetch"
358
- },
359
356
  "commands": {
360
357
  "build": {
361
358
  "description": "Compiles Move smart contracts using the IOTA CLI and generates a network-aware JSON structure containing compiled bytecode modules.",
package/docs/changelog.md CHANGED
@@ -1,11 +1,25 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.8](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.7...move-to-json-v0.0.3-next.8) (2026-03-16)
3
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.8...move-to-json-v0.0.3-next.9) (2026-05-11)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **move-to-json:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/dlt-iota bumped from 0.0.3-next.8 to 0.0.3-next.9
16
+
17
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.7...move-to-json-v0.0.3-next.8) (2026-03-16)
4
18
 
5
19
 
6
20
  ### Features
7
21
 
8
- * validate published-at against on-chain UpgradeCap before upgrade ([#62](https://github.com/twinfoundation/dlt/issues/62)) ([23b49e2](https://github.com/twinfoundation/dlt/commit/23b49e247b89d2e363f9420b01fa35941f73be12))
22
+ * validate published-at against on-chain UpgradeCap before upgrade ([#62](https://github.com/iotaledger/twin-dlt/issues/62)) ([23b49e2](https://github.com/iotaledger/twin-dlt/commit/23b49e247b89d2e363f9420b01fa35941f73be12))
9
23
 
10
24
 
11
25
  ### Dependencies
@@ -14,12 +28,12 @@
14
28
  * dependencies
15
29
  * @twin.org/dlt-iota bumped from 0.0.3-next.7 to 0.0.3-next.8
16
30
 
17
- ## [0.0.3-next.7](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.6...move-to-json-v0.0.3-next.7) (2026-03-13)
31
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.6...move-to-json-v0.0.3-next.7) (2026-03-13)
18
32
 
19
33
 
20
34
  ### Bug Fixes
21
35
 
22
- * buffer usage required for identity ([#60](https://github.com/twinfoundation/dlt/issues/60)) ([0ba7d16](https://github.com/twinfoundation/dlt/commit/0ba7d165662b0083aa2b4c1325dd8c2e65defa2e))
36
+ * buffer usage required for identity ([#60](https://github.com/iotaledger/twin-dlt/issues/60)) ([0ba7d16](https://github.com/iotaledger/twin-dlt/commit/0ba7d165662b0083aa2b4c1325dd8c2e65defa2e))
23
37
 
24
38
 
25
39
  ### Dependencies
@@ -28,12 +42,12 @@
28
42
  * dependencies
29
43
  * @twin.org/dlt-iota bumped from 0.0.3-next.6 to 0.0.3-next.7
30
44
 
31
- ## [0.0.3-next.6](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.5...move-to-json-v0.0.3-next.6) (2026-03-12)
45
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.5...move-to-json-v0.0.3-next.6) (2026-03-12)
32
46
 
33
47
 
34
48
  ### Features
35
49
 
36
- * add IotaIdentityUtils to resolve IOTA identity controller cap info ([#57](https://github.com/twinfoundation/dlt/issues/57)) ([f15281a](https://github.com/twinfoundation/dlt/commit/f15281af3b2812bde5130a1813f9c0143f1462bf))
50
+ * add IotaIdentityUtils to resolve IOTA identity controller cap info ([#57](https://github.com/iotaledger/twin-dlt/issues/57)) ([f15281a](https://github.com/iotaledger/twin-dlt/commit/f15281af3b2812bde5130a1813f9c0143f1462bf))
37
51
 
38
52
 
39
53
  ### Dependencies
@@ -42,12 +56,12 @@
42
56
  * dependencies
43
57
  * @twin.org/dlt-iota bumped from 0.0.3-next.5 to 0.0.3-next.6
44
58
 
45
- ## [0.0.3-next.5](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.4...move-to-json-v0.0.3-next.5) (2026-03-03)
59
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.4...move-to-json-v0.0.3-next.5) (2026-03-03)
46
60
 
47
61
 
48
62
  ### Bug Fixes
49
63
 
50
- * additional debugging ([0d335a5](https://github.com/twinfoundation/dlt/commit/0d335a594a34dea047fa0ee4143b2d519183b704))
64
+ * additional debugging ([0d335a5](https://github.com/iotaledger/twin-dlt/commit/0d335a594a34dea047fa0ee4143b2d519183b704))
51
65
 
52
66
 
53
67
  ### Dependencies
@@ -56,7 +70,7 @@
56
70
  * dependencies
57
71
  * @twin.org/dlt-iota bumped from 0.0.3-next.4 to 0.0.3-next.5
58
72
 
59
- ## [0.0.3-next.4](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.3...move-to-json-v0.0.3-next.4) (2026-02-25)
73
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.3...move-to-json-v0.0.3-next.4) (2026-02-25)
60
74
 
61
75
 
62
76
  ### Miscellaneous Chores
@@ -70,37 +84,37 @@
70
84
  * dependencies
71
85
  * @twin.org/dlt-iota bumped from 0.0.3-next.3 to 0.0.3-next.4
72
86
 
73
- ## [0.0.3-next.3](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.2...move-to-json-v0.0.3-next.3) (2026-02-25)
87
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.2...move-to-json-v0.0.3-next.3) (2026-02-25)
74
88
 
75
89
 
76
90
  ### Features
77
91
 
78
- * add context id features ([#51](https://github.com/twinfoundation/dlt/issues/51)) ([fb68498](https://github.com/twinfoundation/dlt/commit/fb6849897957904ec90cf6368153aeff3bef261a))
79
- * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
80
- * add validate-locales ([8465099](https://github.com/twinfoundation/dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
81
- * bytecode change detection ([#43](https://github.com/twinfoundation/dlt/issues/43)) ([528469c](https://github.com/twinfoundation/dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
82
- * consolidate environment management ([#41](https://github.com/twinfoundation/dlt/issues/41)) ([add1618](https://github.com/twinfoundation/dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
83
- * eslint migration to flat config ([83b56f0](https://github.com/twinfoundation/dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
84
- * eslint migration to flat config ([da1d12d](https://github.com/twinfoundation/dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
85
- * methods for alias handling and tests ([#38](https://github.com/twinfoundation/dlt/issues/38)) ([43e0062](https://github.com/twinfoundation/dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
86
- * move to json build deploy commands ([#30](https://github.com/twinfoundation/dlt/issues/30)) ([91aa00a](https://github.com/twinfoundation/dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
87
- * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/twinfoundation/dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
88
- * update dependencies ([bfbe8fc](https://github.com/twinfoundation/dlt/commit/bfbe8fcfda80aa59d04f4ade3e4012e5291c8877))
89
- * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
90
- * update framework core ([79fc4b9](https://github.com/twinfoundation/dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
91
- * upgrade capabilities ([#32](https://github.com/twinfoundation/dlt/issues/32)) ([437219f](https://github.com/twinfoundation/dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
92
- * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/twinfoundation/dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
93
- * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
92
+ * add context id features ([#51](https://github.com/iotaledger/twin-dlt/issues/51)) ([fb68498](https://github.com/iotaledger/twin-dlt/commit/fb6849897957904ec90cf6368153aeff3bef261a))
93
+ * add header for CLI check ([#8](https://github.com/iotaledger/twin-dlt/issues/8)) ([0b9f271](https://github.com/iotaledger/twin-dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
94
+ * add validate-locales ([8465099](https://github.com/iotaledger/twin-dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
95
+ * bytecode change detection ([#43](https://github.com/iotaledger/twin-dlt/issues/43)) ([528469c](https://github.com/iotaledger/twin-dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
96
+ * consolidate environment management ([#41](https://github.com/iotaledger/twin-dlt/issues/41)) ([add1618](https://github.com/iotaledger/twin-dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
97
+ * eslint migration to flat config ([83b56f0](https://github.com/iotaledger/twin-dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
98
+ * eslint migration to flat config ([da1d12d](https://github.com/iotaledger/twin-dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
99
+ * methods for alias handling and tests ([#38](https://github.com/iotaledger/twin-dlt/issues/38)) ([43e0062](https://github.com/iotaledger/twin-dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
100
+ * move to json build deploy commands ([#30](https://github.com/iotaledger/twin-dlt/issues/30)) ([91aa00a](https://github.com/iotaledger/twin-dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
101
+ * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/iotaledger/twin-dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
102
+ * update dependencies ([bfbe8fc](https://github.com/iotaledger/twin-dlt/commit/bfbe8fcfda80aa59d04f4ade3e4012e5291c8877))
103
+ * update dependencies ([f7b71c2](https://github.com/iotaledger/twin-dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
104
+ * update framework core ([79fc4b9](https://github.com/iotaledger/twin-dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
105
+ * upgrade capabilities ([#32](https://github.com/iotaledger/twin-dlt/issues/32)) ([437219f](https://github.com/iotaledger/twin-dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
106
+ * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/iotaledger/twin-dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
107
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-dlt/issues/10)) ([ce36214](https://github.com/iotaledger/twin-dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
94
108
 
95
109
 
96
110
  ### Bug Fixes
97
111
 
98
- * adding dependencies ([#45](https://github.com/twinfoundation/dlt/issues/45)) ([969f598](https://github.com/twinfoundation/dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
99
- * docs ([cade544](https://github.com/twinfoundation/dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
100
- * i18n messages ([4b61495](https://github.com/twinfoundation/dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
101
- * missing dependency ([16f363c](https://github.com/twinfoundation/dlt/commit/16f363cde935d3b30cf86e01cb12f0390bfc8648))
102
- * modifying logging type param ([#36](https://github.com/twinfoundation/dlt/issues/36)) ([b884fcc](https://github.com/twinfoundation/dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
103
- * update console output ([8cb193e](https://github.com/twinfoundation/dlt/commit/8cb193e2704e1e391d4c3c5899b765ca12471ef3))
112
+ * adding dependencies ([#45](https://github.com/iotaledger/twin-dlt/issues/45)) ([969f598](https://github.com/iotaledger/twin-dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
113
+ * docs ([cade544](https://github.com/iotaledger/twin-dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
114
+ * i18n messages ([4b61495](https://github.com/iotaledger/twin-dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
115
+ * missing dependency ([16f363c](https://github.com/iotaledger/twin-dlt/commit/16f363cde935d3b30cf86e01cb12f0390bfc8648))
116
+ * modifying logging type param ([#36](https://github.com/iotaledger/twin-dlt/issues/36)) ([b884fcc](https://github.com/iotaledger/twin-dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
117
+ * update console output ([8cb193e](https://github.com/iotaledger/twin-dlt/commit/8cb193e2704e1e391d4c3c5899b765ca12471ef3))
104
118
 
105
119
 
106
120
  ### Dependencies
@@ -109,12 +123,12 @@
109
123
  * dependencies
110
124
  * @twin.org/dlt-iota bumped from 0.0.3-next.2 to 0.0.3-next.3
111
125
 
112
- ## [0.0.3-next.2](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.1...move-to-json-v0.0.3-next.2) (2026-02-25)
126
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.1...move-to-json-v0.0.3-next.2) (2026-02-25)
113
127
 
114
128
 
115
129
  ### Bug Fixes
116
130
 
117
- * missing dependency ([16f363c](https://github.com/twinfoundation/dlt/commit/16f363cde935d3b30cf86e01cb12f0390bfc8648))
131
+ * missing dependency ([16f363c](https://github.com/iotaledger/twin-dlt/commit/16f363cde935d3b30cf86e01cb12f0390bfc8648))
118
132
 
119
133
 
120
134
  ### Dependencies
@@ -123,35 +137,35 @@
123
137
  * dependencies
124
138
  * @twin.org/dlt-iota bumped from 0.0.3-next.1 to 0.0.3-next.2
125
139
 
126
- ## [0.0.3-next.1](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.3-next.0...move-to-json-v0.0.3-next.1) (2025-11-11)
140
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.3-next.0...move-to-json-v0.0.3-next.1) (2025-11-11)
127
141
 
128
142
 
129
143
  ### Features
130
144
 
131
- * add context id features ([#51](https://github.com/twinfoundation/dlt/issues/51)) ([fb68498](https://github.com/twinfoundation/dlt/commit/fb6849897957904ec90cf6368153aeff3bef261a))
132
- * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
133
- * add validate-locales ([8465099](https://github.com/twinfoundation/dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
134
- * bytecode change detection ([#43](https://github.com/twinfoundation/dlt/issues/43)) ([528469c](https://github.com/twinfoundation/dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
135
- * consolidate environment management ([#41](https://github.com/twinfoundation/dlt/issues/41)) ([add1618](https://github.com/twinfoundation/dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
136
- * eslint migration to flat config ([83b56f0](https://github.com/twinfoundation/dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
137
- * eslint migration to flat config ([da1d12d](https://github.com/twinfoundation/dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
138
- * methods for alias handling and tests ([#38](https://github.com/twinfoundation/dlt/issues/38)) ([43e0062](https://github.com/twinfoundation/dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
139
- * move to json build deploy commands ([#30](https://github.com/twinfoundation/dlt/issues/30)) ([91aa00a](https://github.com/twinfoundation/dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
140
- * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/twinfoundation/dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
141
- * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
142
- * update framework core ([79fc4b9](https://github.com/twinfoundation/dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
143
- * upgrade capabilities ([#32](https://github.com/twinfoundation/dlt/issues/32)) ([437219f](https://github.com/twinfoundation/dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
144
- * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/twinfoundation/dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
145
- * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
145
+ * add context id features ([#51](https://github.com/iotaledger/twin-dlt/issues/51)) ([fb68498](https://github.com/iotaledger/twin-dlt/commit/fb6849897957904ec90cf6368153aeff3bef261a))
146
+ * add header for CLI check ([#8](https://github.com/iotaledger/twin-dlt/issues/8)) ([0b9f271](https://github.com/iotaledger/twin-dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
147
+ * add validate-locales ([8465099](https://github.com/iotaledger/twin-dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
148
+ * bytecode change detection ([#43](https://github.com/iotaledger/twin-dlt/issues/43)) ([528469c](https://github.com/iotaledger/twin-dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
149
+ * consolidate environment management ([#41](https://github.com/iotaledger/twin-dlt/issues/41)) ([add1618](https://github.com/iotaledger/twin-dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
150
+ * eslint migration to flat config ([83b56f0](https://github.com/iotaledger/twin-dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
151
+ * eslint migration to flat config ([da1d12d](https://github.com/iotaledger/twin-dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
152
+ * methods for alias handling and tests ([#38](https://github.com/iotaledger/twin-dlt/issues/38)) ([43e0062](https://github.com/iotaledger/twin-dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
153
+ * move to json build deploy commands ([#30](https://github.com/iotaledger/twin-dlt/issues/30)) ([91aa00a](https://github.com/iotaledger/twin-dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
154
+ * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/iotaledger/twin-dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
155
+ * update dependencies ([f7b71c2](https://github.com/iotaledger/twin-dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
156
+ * update framework core ([79fc4b9](https://github.com/iotaledger/twin-dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
157
+ * upgrade capabilities ([#32](https://github.com/iotaledger/twin-dlt/issues/32)) ([437219f](https://github.com/iotaledger/twin-dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
158
+ * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/iotaledger/twin-dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
159
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-dlt/issues/10)) ([ce36214](https://github.com/iotaledger/twin-dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
146
160
 
147
161
 
148
162
  ### Bug Fixes
149
163
 
150
- * adding dependencies ([#45](https://github.com/twinfoundation/dlt/issues/45)) ([969f598](https://github.com/twinfoundation/dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
151
- * docs ([cade544](https://github.com/twinfoundation/dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
152
- * i18n messages ([4b61495](https://github.com/twinfoundation/dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
153
- * modifying logging type param ([#36](https://github.com/twinfoundation/dlt/issues/36)) ([b884fcc](https://github.com/twinfoundation/dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
154
- * update console output ([8cb193e](https://github.com/twinfoundation/dlt/commit/8cb193e2704e1e391d4c3c5899b765ca12471ef3))
164
+ * adding dependencies ([#45](https://github.com/iotaledger/twin-dlt/issues/45)) ([969f598](https://github.com/iotaledger/twin-dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
165
+ * docs ([cade544](https://github.com/iotaledger/twin-dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
166
+ * i18n messages ([4b61495](https://github.com/iotaledger/twin-dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
167
+ * modifying logging type param ([#36](https://github.com/iotaledger/twin-dlt/issues/36)) ([b884fcc](https://github.com/iotaledger/twin-dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
168
+ * update console output ([8cb193e](https://github.com/iotaledger/twin-dlt/commit/8cb193e2704e1e391d4c3c5899b765ca12471ef3))
155
169
 
156
170
 
157
171
  ### Dependencies
@@ -160,12 +174,12 @@
160
174
  * dependencies
161
175
  * @twin.org/dlt-iota bumped from 0.0.3-next.0 to 0.0.3-next.1
162
176
 
163
- ## [0.0.2-next.11](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.10...move-to-json-v0.0.2-next.11) (2025-10-09)
177
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.10...move-to-json-v0.0.2-next.11) (2025-10-09)
164
178
 
165
179
 
166
180
  ### Features
167
181
 
168
- * add validate-locales ([8465099](https://github.com/twinfoundation/dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
182
+ * add validate-locales ([8465099](https://github.com/iotaledger/twin-dlt/commit/8465099626ab1891d419a35870fae447efc3008d))
169
183
 
170
184
 
171
185
  ### Dependencies
@@ -174,12 +188,12 @@
174
188
  * dependencies
175
189
  * @twin.org/dlt-iota bumped from 0.0.2-next.10 to 0.0.2-next.11
176
190
 
177
- ## [0.0.2-next.10](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.9...move-to-json-v0.0.2-next.10) (2025-09-29)
191
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.9...move-to-json-v0.0.2-next.10) (2025-09-29)
178
192
 
179
193
 
180
194
  ### Bug Fixes
181
195
 
182
- * adding dependencies ([#45](https://github.com/twinfoundation/dlt/issues/45)) ([969f598](https://github.com/twinfoundation/dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
196
+ * adding dependencies ([#45](https://github.com/iotaledger/twin-dlt/issues/45)) ([969f598](https://github.com/iotaledger/twin-dlt/commit/969f59807a0a0585dfe7d078b2cb38f197afb5d6))
183
197
 
184
198
 
185
199
  ### Dependencies
@@ -188,19 +202,19 @@
188
202
  * dependencies
189
203
  * @twin.org/dlt-iota bumped from 0.0.2-next.9 to 0.0.2-next.10
190
204
 
191
- ## [0.0.2-next.9](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.8...move-to-json-v0.0.2-next.9) (2025-09-22)
205
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.8...move-to-json-v0.0.2-next.9) (2025-09-22)
192
206
 
193
207
 
194
208
  ### Features
195
209
 
196
- * bytecode change detection ([#43](https://github.com/twinfoundation/dlt/issues/43)) ([528469c](https://github.com/twinfoundation/dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
197
- * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/twinfoundation/dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
198
- * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/twinfoundation/dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
210
+ * bytecode change detection ([#43](https://github.com/iotaledger/twin-dlt/issues/43)) ([528469c](https://github.com/iotaledger/twin-dlt/commit/528469c1e4f032c6a936a9724a692abe403d92f6))
211
+ * remove local error handling as CLI base already handles this ([fc5a083](https://github.com/iotaledger/twin-dlt/commit/fc5a083303f8c92cc264f782a2d292436da18031))
212
+ * use new CLIParam.arrayOnOf ([1f6458a](https://github.com/iotaledger/twin-dlt/commit/1f6458a44486dfa5ddbf61bd63b85a98ec561728))
199
213
 
200
214
 
201
215
  ### Bug Fixes
202
216
 
203
- * i18n messages ([4b61495](https://github.com/twinfoundation/dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
217
+ * i18n messages ([4b61495](https://github.com/iotaledger/twin-dlt/commit/4b614957ea84d8af43345892cae3256dfa457483))
204
218
 
205
219
 
206
220
  ### Dependencies
@@ -209,13 +223,13 @@
209
223
  * dependencies
210
224
  * @twin.org/dlt-iota bumped from 0.0.2-next.8 to 0.0.2-next.9
211
225
 
212
- ## [0.0.2-next.8](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.7...move-to-json-v0.0.2-next.8) (2025-09-10)
226
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.7...move-to-json-v0.0.2-next.8) (2025-09-10)
213
227
 
214
228
 
215
229
  ### Features
216
230
 
217
- * consolidate environment management ([#41](https://github.com/twinfoundation/dlt/issues/41)) ([add1618](https://github.com/twinfoundation/dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
218
- * eslint migration to flat config ([83b56f0](https://github.com/twinfoundation/dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
231
+ * consolidate environment management ([#41](https://github.com/iotaledger/twin-dlt/issues/41)) ([add1618](https://github.com/iotaledger/twin-dlt/commit/add161828e5dc42880fb0a5f9d3e61e611cf92bb))
232
+ * eslint migration to flat config ([83b56f0](https://github.com/iotaledger/twin-dlt/commit/83b56f02b1483f77c5f4cb9d7a1c345c56631333))
219
233
 
220
234
 
221
235
  ### Dependencies
@@ -224,12 +238,12 @@
224
238
  * dependencies
225
239
  * @twin.org/dlt-iota bumped from 0.0.2-next.7 to 0.0.2-next.8
226
240
 
227
- ## [0.0.2-next.7](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.6...move-to-json-v0.0.2-next.7) (2025-08-29)
241
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.6...move-to-json-v0.0.2-next.7) (2025-08-29)
228
242
 
229
243
 
230
244
  ### Features
231
245
 
232
- * eslint migration to flat config ([da1d12d](https://github.com/twinfoundation/dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
246
+ * eslint migration to flat config ([da1d12d](https://github.com/iotaledger/twin-dlt/commit/da1d12dcf5b24e7ba6204f540c27de191bca098e))
233
247
 
234
248
 
235
249
  ### Dependencies
@@ -238,12 +252,12 @@
238
252
  * dependencies
239
253
  * @twin.org/dlt-iota bumped from 0.0.2-next.6 to 0.0.2-next.7
240
254
 
241
- ## [0.0.2-next.6](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.5...move-to-json-v0.0.2-next.6) (2025-08-27)
255
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.5...move-to-json-v0.0.2-next.6) (2025-08-27)
242
256
 
243
257
 
244
258
  ### Features
245
259
 
246
- * methods for alias handling and tests ([#38](https://github.com/twinfoundation/dlt/issues/38)) ([43e0062](https://github.com/twinfoundation/dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
260
+ * methods for alias handling and tests ([#38](https://github.com/iotaledger/twin-dlt/issues/38)) ([43e0062](https://github.com/iotaledger/twin-dlt/commit/43e006220b4cf3df1aceb52b62178be0395ede00))
247
261
 
248
262
 
249
263
  ### Dependencies
@@ -252,12 +266,12 @@
252
266
  * dependencies
253
267
  * @twin.org/dlt-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
254
268
 
255
- ## [0.0.2-next.5](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.4...move-to-json-v0.0.2-next.5) (2025-08-25)
269
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.4...move-to-json-v0.0.2-next.5) (2025-08-25)
256
270
 
257
271
 
258
272
  ### Bug Fixes
259
273
 
260
- * modifying logging type param ([#36](https://github.com/twinfoundation/dlt/issues/36)) ([b884fcc](https://github.com/twinfoundation/dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
274
+ * modifying logging type param ([#36](https://github.com/iotaledger/twin-dlt/issues/36)) ([b884fcc](https://github.com/iotaledger/twin-dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
261
275
 
262
276
 
263
277
  ### Dependencies
@@ -266,12 +280,12 @@
266
280
  * dependencies
267
281
  * @twin.org/dlt-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
268
282
 
269
- ## [0.0.2-next.4](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.3...move-to-json-v0.0.2-next.4) (2025-08-22)
283
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.3...move-to-json-v0.0.2-next.4) (2025-08-22)
270
284
 
271
285
 
272
286
  ### Features
273
287
 
274
- * upgrade capabilities ([#32](https://github.com/twinfoundation/dlt/issues/32)) ([437219f](https://github.com/twinfoundation/dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
288
+ * upgrade capabilities ([#32](https://github.com/iotaledger/twin-dlt/issues/32)) ([437219f](https://github.com/iotaledger/twin-dlt/commit/437219f0f784ec38353c01e1c8ce6bfba3b1b530))
275
289
 
276
290
 
277
291
  ### Dependencies
@@ -280,17 +294,17 @@
280
294
  * dependencies
281
295
  * @twin.org/dlt-iota bumped from 0.0.2-next.3 to 0.0.2-next.4
282
296
 
283
- ## [0.0.2-next.3](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.2...move-to-json-v0.0.2-next.3) (2025-08-20)
297
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.2...move-to-json-v0.0.2-next.3) (2025-08-20)
284
298
 
285
299
 
286
300
  ### Features
287
301
 
288
- * update framework core ([79fc4b9](https://github.com/twinfoundation/dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
302
+ * update framework core ([79fc4b9](https://github.com/iotaledger/twin-dlt/commit/79fc4b961bd755437cad98d733ca9e25476bc03f))
289
303
 
290
304
 
291
305
  ### Bug Fixes
292
306
 
293
- * docs ([cade544](https://github.com/twinfoundation/dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
307
+ * docs ([cade544](https://github.com/iotaledger/twin-dlt/commit/cade5443a4b955d592c1622f07499ad8a3d554b6))
294
308
 
295
309
 
296
310
  ### Dependencies
@@ -299,12 +313,12 @@
299
313
  * dependencies
300
314
  * @twin.org/dlt-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
301
315
 
302
- ## [0.0.2-next.2](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.1...move-to-json-v0.0.2-next.2) (2025-07-25)
316
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.1...move-to-json-v0.0.2-next.2) (2025-07-25)
303
317
 
304
318
 
305
319
  ### Features
306
320
 
307
- * move to json build deploy commands ([#30](https://github.com/twinfoundation/dlt/issues/30)) ([91aa00a](https://github.com/twinfoundation/dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
321
+ * move to json build deploy commands ([#30](https://github.com/iotaledger/twin-dlt/issues/30)) ([91aa00a](https://github.com/iotaledger/twin-dlt/commit/91aa00a29a8d7e3a99a46cea89e879a12dffc188))
308
322
 
309
323
 
310
324
  ### Dependencies
@@ -313,89 +327,89 @@
313
327
  * dependencies
314
328
  * @twin.org/dlt-iota bumped from next to 0.0.2-next.2
315
329
 
316
- ## [0.0.2-next.1](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.2-next.0...move-to-json-v0.0.2-next.1) (2025-07-16)
330
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.2-next.0...move-to-json-v0.0.2-next.1) (2025-07-16)
317
331
 
318
332
 
319
333
  ### Features
320
334
 
321
- * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
322
- * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
323
- * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
335
+ * add header for CLI check ([#8](https://github.com/iotaledger/twin-dlt/issues/8)) ([0b9f271](https://github.com/iotaledger/twin-dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
336
+ * update dependencies ([f7b71c2](https://github.com/iotaledger/twin-dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
337
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-dlt/issues/10)) ([ce36214](https://github.com/iotaledger/twin-dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
324
338
 
325
339
  ## 0.0.1 (2025-07-08)
326
340
 
327
341
 
328
342
  ### Features
329
343
 
330
- * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
331
- * release to production ([fe6a7f7](https://github.com/twinfoundation/dlt/commit/fe6a7f751138ea92ac22c70438261b0cea6fb238))
332
- * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
333
- * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
344
+ * add header for CLI check ([#8](https://github.com/iotaledger/twin-dlt/issues/8)) ([0b9f271](https://github.com/iotaledger/twin-dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
345
+ * release to production ([fe6a7f7](https://github.com/iotaledger/twin-dlt/commit/fe6a7f751138ea92ac22c70438261b0cea6fb238))
346
+ * update dependencies ([f7b71c2](https://github.com/iotaledger/twin-dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
347
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-dlt/issues/10)) ([ce36214](https://github.com/iotaledger/twin-dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
334
348
 
335
- ## [0.0.1-next.29](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.28...move-to-json-v0.0.1-next.29) (2025-06-26)
349
+ ## [0.0.1-next.29](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.28...move-to-json-v0.0.1-next.29) (2025-06-26)
336
350
 
337
351
 
338
352
  ### Miscellaneous Chores
339
353
 
340
354
  * **move-to-json:** Synchronize repo versions
341
355
 
342
- ## [0.0.1-next.28](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.27...move-to-json-v0.0.1-next.28) (2025-06-23)
356
+ ## [0.0.1-next.28](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.27...move-to-json-v0.0.1-next.28) (2025-06-23)
343
357
 
344
358
 
345
359
  ### Miscellaneous Chores
346
360
 
347
361
  * **move-to-json:** Synchronize repo versions
348
362
 
349
- ## [0.0.1-next.27](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.26...move-to-json-v0.0.1-next.27) (2025-06-18)
363
+ ## [0.0.1-next.27](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.26...move-to-json-v0.0.1-next.27) (2025-06-18)
350
364
 
351
365
 
352
366
  ### Miscellaneous Chores
353
367
 
354
368
  * **move-to-json:** Synchronize repo versions
355
369
 
356
- ## [0.0.1-next.26](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.25...move-to-json-v0.0.1-next.26) (2025-06-12)
370
+ ## [0.0.1-next.26](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.25...move-to-json-v0.0.1-next.26) (2025-06-12)
357
371
 
358
372
 
359
373
  ### Features
360
374
 
361
- * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
375
+ * update dependencies ([f7b71c2](https://github.com/iotaledger/twin-dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
362
376
 
363
- ## [0.0.1-next.25](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.24...move-to-json-v0.0.1-next.25) (2025-05-21)
377
+ ## [0.0.1-next.25](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.24...move-to-json-v0.0.1-next.25) (2025-05-21)
364
378
 
365
379
 
366
380
  ### Miscellaneous Chores
367
381
 
368
382
  * **move-to-json:** Synchronize repo versions
369
383
 
370
- ## [0.0.1-next.24](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.23...move-to-json-v0.0.1-next.24) (2025-05-21)
384
+ ## [0.0.1-next.24](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.23...move-to-json-v0.0.1-next.24) (2025-05-21)
371
385
 
372
386
 
373
387
  ### Miscellaneous Chores
374
388
 
375
389
  * **move-to-json:** Synchronize repo versions
376
390
 
377
- ## [0.0.1-next.23](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.22...move-to-json-v0.0.1-next.23) (2025-05-06)
391
+ ## [0.0.1-next.23](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.22...move-to-json-v0.0.1-next.23) (2025-05-06)
378
392
 
379
393
 
380
394
  ### Miscellaneous Chores
381
395
 
382
396
  * **move-to-json:** Synchronize repo versions
383
397
 
384
- ## [0.0.1-next.22](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.21...move-to-json-v0.0.1-next.22) (2025-04-17)
398
+ ## [0.0.1-next.22](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.21...move-to-json-v0.0.1-next.22) (2025-04-17)
385
399
 
386
400
 
387
401
  ### Features
388
402
 
389
- * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
403
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-dlt/issues/10)) ([ce36214](https://github.com/iotaledger/twin-dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
390
404
 
391
- ## [0.0.1-next.21](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.20...move-to-json-v0.0.1-next.21) (2025-04-17)
405
+ ## [0.0.1-next.21](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.20...move-to-json-v0.0.1-next.21) (2025-04-17)
392
406
 
393
407
 
394
408
  ### Features
395
409
 
396
- * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
410
+ * add header for CLI check ([#8](https://github.com/iotaledger/twin-dlt/issues/8)) ([0b9f271](https://github.com/iotaledger/twin-dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
397
411
 
398
- ## [0.0.1-next.20](https://github.com/twinfoundation/dlt/compare/move-to-json-v0.0.1-next.19...move-to-json-v0.0.1-next.20) (2025-03-28)
412
+ ## [0.0.1-next.20](https://github.com/iotaledger/twin-dlt/compare/move-to-json-v0.0.1-next.19...move-to-json-v0.0.1-next.20) (2025-03-28)
399
413
 
400
414
 
401
415
  ### Miscellaneous Chores
@@ -32,7 +32,7 @@ The RPC configuration
32
32
 
33
33
  #### timeout?
34
34
 
35
- > `optional` **timeout**: `number`
35
+ > `optional` **timeout?**: `number`
36
36
 
37
37
  ***
38
38
 
@@ -48,7 +48,7 @@ The deployment configuration
48
48
 
49
49
  #### confirmationTimeout?
50
50
 
51
- > `optional` **confirmationTimeout**: `number`
51
+ > `optional` **confirmationTimeout?**: `number`
52
52
 
53
53
  #### wallet
54
54
 
@@ -60,7 +60,7 @@ The deployment configuration
60
60
 
61
61
  #### gasStation?
62
62
 
63
- > `optional` **gasStation**: `object`
63
+ > `optional` **gasStation?**: `object`
64
64
 
65
65
  ##### gasStation.url
66
66
 
@@ -74,7 +74,7 @@ The deployment configuration
74
74
 
75
75
  ### contracts? {#contracts}
76
76
 
77
- > `optional` **contracts**: `object`
77
+ > `optional` **contracts?**: `object`
78
78
 
79
79
  The contracts configuration
80
80
 
package/docs/usage.md CHANGED
@@ -165,6 +165,6 @@ move-to-json deploy --network mainnet --contracts <PATH-TO-CONTRACTS> --load-env
165
165
  ## Example
166
166
 
167
167
  ```shell
168
- npx "@twin.org/move-to-json" build "tests/fixtures/sources/**/*.move" --load-env configs/testnet.env --output tests/fixtures/smart-contract-deployments/smart-contract-deployments.json
169
- npx "@twin.org/move-to-json" deploy --load-env configs/testnet.env --contracts tests/fixtures/smart-contract-deployments/smart-contract-deployments.json --dry-run
168
+ npx "@twin.org/move-to-json" build "tests/fixtures/sources/**/*.move" --load-env configs/testnet.env --output tests/fixtures/smartContractDeployments/smart-contract-deployments.json
169
+ npx "@twin.org/move-to-json" deploy --load-env configs/testnet.env --contracts tests/fixtures/smartContractDeployments/smart-contract-deployments.json --dry-run
170
170
  ```
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/move-to-json",
3
- "version": "0.0.3-next.8",
3
+ "version": "0.0.3-next.9",
4
4
  "description": "CLI for compiling Move contracts and preparing deployment JSON for IOTA networks.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/dlt.git",
7
+ "url": "git+https://github.com/iotaledger/dlt.git",
8
8
  "directory": "packages/move-to-json"
9
9
  },
10
10
  "author": "cornel.filip@iota.org",
@@ -14,11 +14,11 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@iota/iota-sdk": "1.11.0",
17
+ "@iota/iota-sdk": "1.13.0",
18
18
  "@twin.org/cli-core": "next",
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/crypto": "next",
21
- "@twin.org/dlt-iota": "0.0.3-next.8",
21
+ "@twin.org/dlt-iota": "0.0.3-next.9",
22
22
  "@twin.org/nameof": "next",
23
23
  "@twin.org/wallet-connector-iota": "next",
24
24
  "commander": "14.0.3",
@@ -53,7 +53,7 @@
53
53
  "dlt"
54
54
  ],
55
55
  "bugs": {
56
- "url": "git+https://github.com/twinfoundation/dlt/issues"
56
+ "url": "git+https://github.com/iotaledger/dlt/issues"
57
57
  },
58
58
  "homepage": "https://twindev.org"
59
59
  }