@glamsystems/glam-cli 1.0.2-alpha.1 → 1.0.2
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
|
@@ -15695,7 +15695,7 @@ program
|
|
|
15695
15695
|
initialize(config, skipSimulation);
|
|
15696
15696
|
await (0, idl_1.idlCheck)(context.glamClient);
|
|
15697
15697
|
})
|
|
15698
|
-
.version("1.0.2
|
|
15698
|
+
.version("1.0.2");
|
|
15699
15699
|
program
|
|
15700
15700
|
.command("env")
|
|
15701
15701
|
.description("Display current environment setup")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glamsystems/glam-cli",
|
|
3
|
-
"version": "1.0.2
|
|
3
|
+
"version": "1.0.2",
|
|
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": ">=20.18.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@glamsystems/glam-sdk": "1.0.2
|
|
24
|
+
"@glamsystems/glam-sdk": "1.0.2",
|
|
25
25
|
"commander": "^11.1.0",
|
|
26
26
|
"inquirer": "^8.2.6",
|
|
27
27
|
"@switchboard-xyz/common": "^3.0.0"
|