@flashbacktech/flashbackclient 0.0.13 → 0.0.14

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @flashbacktech/flashonstellar
1
+ # @flashbacktech/flashbackclient
2
2
 
3
3
  TypeScript/JavaScript client for:
4
4
 
@@ -9,7 +9,7 @@ TypeScript/JavaScript client for:
9
9
  ## Installation
10
10
 
11
11
  ```bash
12
- npm install @flashbacktech/flashonstellar
12
+ npm install @flashbacktech/flashbackclient
13
13
  ```
14
14
 
15
15
  ## Usage
@@ -17,7 +17,7 @@ npm install @flashbacktech/flashonstellar
17
17
  ### Client Library
18
18
 
19
19
  ```typescript
20
- import { FlashOnStellarClient, StellarNetwork } from '@flashbacktech/flashonstellar/client';
20
+ import { FlashOnStellarClient, StellarNetwork } from '@flashbacktech/flashbackclient/client';
21
21
  ```
22
22
 
23
23
  See the [Stellar README](STELLAR.md) for usage instructions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },