@glamsystems/glam-cli 1.0.12-alpha.3 → 1.0.12

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
@@ -50551,7 +50551,7 @@ program
50551
50551
  initialize(config, skipSimulation);
50552
50552
  await (0, idl_1.idlCheck)(context.glamClient);
50553
50553
  })
50554
- .version("1.0.12-alpha.3");
50554
+ .version("1.0.12");
50555
50555
  program
50556
50556
  .command("env")
50557
50557
  .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.12-alpha.3",
3
+ "version": "1.0.12",
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.20.0"
22
22
  },
23
23
  "dependencies": {
24
- "@glamsystems/glam-sdk": "1.0.12-alpha.3",
24
+ "@glamsystems/glam-sdk": "1.0.12",
25
25
  "@switchboard-xyz/common": "^3.0.0",
26
26
  "commander": "^11.1.0",
27
27
  "decimal.js": "^10.6.0",