@twin.org/move-to-json 0.0.2-next.4 → 0.0.2-next.5
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/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -834,7 +834,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
834
834
|
return this.execute({
|
|
835
835
|
title: "TWIN Move to JSON",
|
|
836
836
|
appName: "move-to-json",
|
|
837
|
-
version: "0.0.2-next.
|
|
837
|
+
version: "0.0.2-next.5", // x-release-please-version
|
|
838
838
|
icon: "⚙️ ",
|
|
839
839
|
supportsEnvFiles: true,
|
|
840
840
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -831,7 +831,7 @@ class CLI extends CLIBase {
|
|
|
831
831
|
return this.execute({
|
|
832
832
|
title: "TWIN Move to JSON",
|
|
833
833
|
appName: "move-to-json",
|
|
834
|
-
version: "0.0.2-next.
|
|
834
|
+
version: "0.0.2-next.5", // x-release-please-version
|
|
835
835
|
icon: "⚙️ ",
|
|
836
836
|
supportsEnvFiles: true,
|
|
837
837
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/move-to-json - Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* modifying logging type param ([#36](https://github.com/twinfoundation/dlt/issues/36)) ([b884fcc](https://github.com/twinfoundation/dlt/commit/b884fccef5bea5c6818cf8bfa8af197d3622cac6))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/dlt-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
16
|
+
|
|
3
17
|
## [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)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/move-to-json",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.5",
|
|
4
4
|
"description": "Tool to convert Move source files to JSON",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
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.2-next.
|
|
21
|
+
"@twin.org/dlt-iota": "0.0.2-next.5",
|
|
22
22
|
"@twin.org/nameof": "next",
|
|
23
23
|
"@twin.org/wallet-connector-iota": "next",
|
|
24
24
|
"commander": "14.0.0",
|