@glamsystems/glam-cli 0.1.17 → 0.1.18

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
@@ -6613,7 +6613,7 @@ let globalOpts = { skipSimulation: false };
6613
6613
  program
6614
6614
  .name("glam-cli")
6615
6615
  .description("CLI for interacting with the GLAM Protocol")
6616
- .version("0.1.17")
6616
+ .version("0.1.18")
6617
6617
  .option("-S, --skip-simulation", "Skip transaction simulation");
6618
6618
  program
6619
6619
  .command("env")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glamsystems/glam-cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
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": "0.1.17",
24
+ "@glamsystems/glam-sdk": "0.1.18",
25
25
  "commander": "^11.1.0",
26
26
  "inquirer": "^8.2.6",
27
27
  "@switchboard-xyz/common": "^3.0.0"