@glamsystems/glam-sdk 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 (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/%40glamsystems%2Fglam-sdk)
4
4
 
5
- A TypeScript SDK for building applications on the GLAM Protocol - a decentralized asset management platform on Solana.
5
+ A TypeScript SDK for building applications on the GLAM Protocol.
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
 
@@ -14,8 +14,10 @@ npm i @glamsystems/glam-sdk
14
14
 
15
15
  ## Getting Started
16
16
 
17
- - [GLAM docs](https://docs.glam.systems)
17
+ - [GLAM docs](https://docs.glam.systems/v1)
18
18
 
19
19
  ## Examples
20
20
 
21
- See [examples](./examples).
21
+ [GLAM CLI](https://github.com/glamsystems/glam-cli) is built with the GLAM SDK.
22
+
23
+ See other [examples](./examples).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glamsystems/glam-sdk",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0",
4
4
  "description": "TypeScript SDK for the GLAM Protocol",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",