@ape.swap/bonds-sdk 3.1.9-test.7 → 3.2.0

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
@@ -20,10 +20,10 @@ To install the package via npm or yarn, run the following command:
20
20
 
21
21
  ```textmate
22
22
  # With npm
23
- npm install @ape.swap/bonds-sdk
23
+ npm install @ape.swap/bonds-sdk@evm
24
24
 
25
25
  # With yarn
26
- yarn add @ape.swap/bonds-sdk
26
+ yarn add @ape.swap/bonds-sdk@evm
27
27
  ```
28
28
 
29
29
  ---
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "3.1.9-test.7",
6
+ "version": "3.2.0",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",