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 +2 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/commands/general/init.ts +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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
|
|
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
|
@@ -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
|
|
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
|
]);
|