genlayer 0.11.0 → 0.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
 
3
+ ## 0.11.1 (2025-02-05)
4
+
3
5
  ## 0.11.0 (2025-01-31)
4
6
 
5
7
 
package/dist/index.js CHANGED
@@ -54537,7 +54537,7 @@ var {
54537
54537
  } = import_index.default;
54538
54538
 
54539
54539
  // package.json
54540
- var version = "0.11.0";
54540
+ var version = "0.11.1";
54541
54541
  var package_default = {
54542
54542
  name: "genlayer",
54543
54543
  version,
@@ -57752,7 +57752,7 @@ async function initAction(options, simulatorService) {
57752
57752
  {
57753
57753
  type: "confirm",
57754
57754
  name: "confirmReset",
57755
- message: `This command is going to reset GenLayer docker images and containers, providers API Keys, and GenLayer database (accounts, transactions, and validators). Do you want to continue?`,
57755
+ message: `This command is going to reset GenLayer docker images and containers, providers API Keys, and GenLayer database (accounts, transactions, validators and logs). Contract code (gpy files) will be kept. Do you want to continue?`,
57756
57756
  default: true
57757
57757
  }
57758
57758
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genlayer",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "GenLayer Command Line Tool",
5
5
  "main": "src/index.ts",
6
6
  "bin": {
@@ -77,7 +77,7 @@ export async function initAction(options: InitActionOptions, simulatorService: I
77
77
  {
78
78
  type: "confirm",
79
79
  name: "confirmReset",
80
- message: `This command is going to reset GenLayer docker images and containers, providers API Keys, and GenLayer database (accounts, transactions, and validators). Do you want to continue?`,
80
+ message: `This command is going to reset GenLayer docker images and containers, providers API Keys, and GenLayer database (accounts, transactions, validators and logs). Contract code (gpy files) will be kept. Do you want to continue?`,
81
81
  default: true,
82
82
  },
83
83
  ]);