@glamsystems/glam-cli 1.0.5-alpha.2 → 1.0.5-alpha.3

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.
Files changed (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +2 -2
package/main.js CHANGED
@@ -49475,7 +49475,7 @@ program
49475
49475
  initialize(config, skipSimulation);
49476
49476
  await (0, idl_1.idlCheck)(context.glamClient);
49477
49477
  })
49478
- .version("1.0.5-alpha.2");
49478
+ .version("1.0.5-alpha.3");
49479
49479
  program
49480
49480
  .command("env")
49481
49481
  .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.5-alpha.2",
3
+ "version": "1.0.5-alpha.3",
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.5-alpha.2",
24
+ "@glamsystems/glam-sdk": "1.0.5-alpha.3",
25
25
  "@switchboard-xyz/common": "^3.0.0",
26
26
  "commander": "^11.1.0",
27
27
  "decimal.js": "^10.6.0",