@twin.org/move-to-json 0.0.1-next.29 → 0.0.2-next.1

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.
@@ -257,7 +257,7 @@ class CLI extends cliCore.CLIBase {
257
257
  return this.execute({
258
258
  title: "TWIN Move to JSON",
259
259
  appName: "move-to-json",
260
- version: "0.0.1-next.29", // x-release-please-version
260
+ version: "0.0.2-next.1", // x-release-please-version
261
261
  icon: "⚙️ ",
262
262
  supportsEnvFiles: false,
263
263
  overrideOutputWidth: options?.overrideOutputWidth
@@ -254,7 +254,7 @@ class CLI extends CLIBase {
254
254
  return this.execute({
255
255
  title: "TWIN Move to JSON",
256
256
  appName: "move-to-json",
257
- version: "0.0.1-next.29", // x-release-please-version
257
+ version: "0.0.2-next.1", // x-release-please-version
258
258
  icon: "⚙️ ",
259
259
  supportsEnvFiles: false,
260
260
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @twin.org/move-to-json - Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
9
+ * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
10
+ * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
11
+
12
+ ## 0.0.1 (2025-07-08)
13
+
14
+
15
+ ### Features
16
+
17
+ * add header for CLI check ([#8](https://github.com/twinfoundation/dlt/issues/8)) ([0b9f271](https://github.com/twinfoundation/dlt/commit/0b9f2711fb3a9eb859e481725bfa1e2139e14053))
18
+ * release to production ([fe6a7f7](https://github.com/twinfoundation/dlt/commit/fe6a7f751138ea92ac22c70438261b0cea6fb238))
19
+ * update dependencies ([f7b71c2](https://github.com/twinfoundation/dlt/commit/f7b71c24274b71e2d37c26c4a7e5e6d9df1dc9b7))
20
+ * use shared store mechanism ([#10](https://github.com/twinfoundation/dlt/issues/10)) ([ce36214](https://github.com/twinfoundation/dlt/commit/ce36214577f02cbb9642f831cb2c21335c31cc9a))
21
+
3
22
  ## [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)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/move-to-json",
3
- "version": "0.0.1-next.29",
3
+ "version": "0.0.2-next.1",
4
4
  "description": "Tool to convert Move source files to JSON",
5
5
  "repository": {
6
6
  "type": "git",