@bitflowlabs/core-sdk 1.0.0 → 1.0.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Bitflow SDK is a powerful and easy-to-use library for interacting with the Bitfl
4
4
 
5
5
  # Table of Contents
6
6
 
7
- - [Bitflow SDK](#bitflow-sdk)
7
+ - [Bitflow SDK](#@bitflowlabs/core-sdk)
8
8
  - [Table of Contents](#table-of-contents)
9
9
  - [Installation](#installation)
10
10
  - [Configuration](#configuration)
@@ -26,7 +26,7 @@ Bitflow SDK is a powerful and easy-to-use library for interacting with the Bitfl
26
26
  Install the Bitflow SDK using npm:
27
27
 
28
28
  ```bash
29
- npm install bitflow-sdk
29
+ npm install @bitflowlabs/core-sdk
30
30
  ```
31
31
 
32
32
  **Latest Stable Version is 1.6.1**
@@ -51,7 +51,7 @@ Here's a step-by-step guide to implement the Bitflow SDK in your project:
51
51
  1. Import the SDK:
52
52
 
53
53
  ```ts
54
- import { BitflowSDK } from 'bitflow-sdk';
54
+ import { BitflowSDK } from '@bitflowlabs/core-sdk';
55
55
  ```
56
56
 
57
57
  2. Initialize the SDK:
@@ -189,7 +189,7 @@ import {
189
189
  QuoteResult,
190
190
  SwapExecutionData,
191
191
  SwapDataParamsAndPostConditions,
192
- } from 'bitflow-sdk';
192
+ } from '@bitflowlabs/core-sdk';
193
193
  ```
194
194
 
195
195
  # Troubleshooting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitflowlabs/core-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "SDK for interacting with Bitflow Protocol",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",