@glamsystems/glam-cli 1.1.0-alpha.5 → 1.1.0-alpha.6
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/main.js +1 -1
- package/package.json +2 -2
package/main.js
CHANGED
|
@@ -62478,7 +62478,7 @@ program
|
|
|
62478
62478
|
await initialize(config, skipSimulation, staging, wallet, ledgerDerivationPath);
|
|
62479
62479
|
await (0, idl_1.idlCheck)(context.glamClient);
|
|
62480
62480
|
})
|
|
62481
|
-
.version("1.1.0-alpha.
|
|
62481
|
+
.version("1.1.0-alpha.6");
|
|
62482
62482
|
program
|
|
62483
62483
|
.command("env")
|
|
62484
62484
|
.description("Display current environment setup")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glamsystems/glam-cli",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.6",
|
|
4
4
|
"description": "CLI for interacting with the GLAM Protocol",
|
|
5
5
|
"main": "./main.js",
|
|
6
6
|
"bin": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"node": ">=24.0.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@glamsystems/glam-sdk": "1.1.0-alpha.
|
|
24
|
+
"@glamsystems/glam-sdk": "1.1.0-alpha.6",
|
|
25
25
|
"commander": "^11.1.0",
|
|
26
26
|
"decimal.js": "^10.6.0",
|
|
27
27
|
"inquirer": "^8.2.6"
|