We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bff75 commit 3d35cecCopy full SHA for 3d35cec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@glamsystems/glam-cli",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "CLI for interacting with the GLAM Protocol",
5
"main": "./main.js",
6
"bin": {
@@ -21,7 +21,7 @@
21
"node": ">=20.18.0"
22
},
23
"dependencies": {
24
- "@glamsystems/glam-sdk": "1.0.6",
+ "@glamsystems/glam-sdk": "1.0.7",
25
"@switchboard-xyz/common": "^3.0.0",
26
"commander": "^11.1.0",
27
"decimal.js": "^10.6.0",
src/main.ts
@@ -104,7 +104,7 @@ program
104
initialize(config, skipSimulation);
105
await idlCheck(context.glamClient);
106
})
107
- .version("1.0.6");
+ .version("1.0.7");
108
109
program
110
.command("env")
0 commit comments