@atomiqlabs/sdk 2.1.0-beta.0 → 2.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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ A typescript multichain client for atomiqlabs trustlesss cross-chain swaps. Enab
4
4
 
5
5
  ## Installation
6
6
  ```
7
- npm install github:atomiqlabs/atomiq-sdk#refactor-storage
7
+ npm install @atomiqlabs/sdk
8
8
  ```
9
9
 
10
10
  ## Installing chain-specific connectors
@@ -12,8 +12,8 @@ npm install github:atomiqlabs/atomiq-sdk#refactor-storage
12
12
  You can install only the chain-specific connectors that your project requires
13
13
 
14
14
  ```
15
- npm install github:atomiqlabs/atomiq-chain-solana#add-starknet
16
- npm install github:atomiqlabs/atomiq-chain-starknet
15
+ npm install @atomiqlabs/chain-solana
16
+ npm install @atomiqlabs/chain-starknet
17
17
  ```
18
18
 
19
19
  ## How to use?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/sdk",
3
- "version": "2.1.0-beta.0",
3
+ "version": "2.1.1",
4
4
  "description": "atomiq labs SDK for cross-chain swaps between smart chains and bitcoin",
5
5
  "main": "./dist/index.js",
6
6
  "types:": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "author": "adambor",
22
22
  "license": "ISC",
23
23
  "dependencies": {
24
- "@atomiqlabs/base": "8.0.0-beta.0",
25
- "@atomiqlabs/sdk-lib": "^11.1.0-beta.0"
24
+ "@atomiqlabs/base": "^8.0.0",
25
+ "@atomiqlabs/sdk-lib": "^11.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "22.13.5",