@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.
Files changed (2) hide show
  1. package/README.md +2 -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
- Until the package is published to npm, you can also test locally from this repo:
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, GhostMerchant } from "@ghostgate/sdk";
34
+ import { GhostAgent } from "@ghostgate/sdk";
35
35
 
36
36
  const sdk = new GhostAgent({
37
37
  apiKey: process.env.GHOST_API_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostgate/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Ghost Protocol Node.js SDK for gate access, fulfillment, telemetry, and canary helpers.",
5
5
  "author": "Ghost Protocol",
6
6
  "license": "MIT",