We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2237a8 commit 4e059c7Copy full SHA for 4e059c7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@glamsystems/glam-cli",
3
- "version": "1.0.5",
+ "version": "1.0.6",
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.5",
+ "@glamsystems/glam-sdk": "1.0.6",
25
"@switchboard-xyz/common": "^3.0.0",
26
"commander": "^11.1.0",
27
"decimal.js": "^10.6.0",
src/main.ts
@@ -103,7 +103,7 @@ program
103
initialize(config, skipSimulation);
104
await idlCheck(context.glamClient);
105
})
106
- .version("1.0.5");
+ .version("1.0.6");
107
108
program
109
.command("env")
0 commit comments