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