@glamsystems/glam-cli 1.0.0-alpha.1 → 1.0.0

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 (3) hide show
  1. package/README.md +2 -2
  2. package/main.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/%40glamsystems%2Fglam-cli)
4
4
 
5
- A powerful command-line interface for managing GLAM vaults.
5
+ Command-line interface for managing GLAM vaults.
6
6
 
7
7
  **Note:** This repository is automatically synced from GLAM's private monorepo. Pull requests cannot be accepted here, but we welcome bug reports and feature requests through GitHub Issues.
8
8
 
@@ -16,4 +16,4 @@ After installation, you can use the CLI with the `glam-cli` command.
16
16
 
17
17
  ## Documentation
18
18
 
19
- Please visit [GLAM CLI Documentation](https://docs.glam.systems/cli/) for more information.
19
+ Please visit [GLAM CLI Documentation](https://docs.glam.systems/v1/cli/) for more information.
package/main.js CHANGED
@@ -12427,7 +12427,7 @@ program
12427
12427
  }
12428
12428
  await (0, idl_1.idlCheck)(context.glamClient);
12429
12429
  })
12430
- .version("1.0.0-alpha.1");
12430
+ .version("1.0.0");
12431
12431
  program
12432
12432
  .command("env")
12433
12433
  .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.0-alpha.1",
3
+ "version": "1.0.0",
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.0-alpha.1",
24
+ "@glamsystems/glam-sdk": "1.0.0",
25
25
  "commander": "^11.1.0",
26
26
  "inquirer": "^8.2.6",
27
27
  "@switchboard-xyz/common": "^3.0.0"