@ghostgate/sdk 0.1.0 → 0.1.1
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Node.js SDK for Ghost Protocol gate access, fulfillment, telemetry, and canary h
|
|
|
8
8
|
npm install @ghostgate/sdk
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
If you need to test unreleased SDK changes from this repo locally:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
npm run build:sdk
|
|
@@ -31,7 +31,7 @@ npm install ../GHOST_PROTOCOL/packages/sdk
|
|
|
31
31
|
## Example
|
|
32
32
|
|
|
33
33
|
```ts
|
|
34
|
-
import { GhostAgent
|
|
34
|
+
import { GhostAgent } from "@ghostgate/sdk";
|
|
35
35
|
|
|
36
36
|
const sdk = new GhostAgent({
|
|
37
37
|
apiKey: process.env.GHOST_API_KEY,
|