@zero-tech/zauction-sdk 0.0.31 → 0.0.32

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@
15
15
  - [x] Accept a bid
16
16
  - [x] Buying an NFT immediately
17
17
  - [x] Setting the immediate buy price of an NFT
18
+ - [x] Getting the immediate buy price of an NFT
18
19
  - [x] Cancelling the ability to buy an NFT immediately
19
20
 
20
21
  ## Improvements / Optimizations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zero-tech/zauction-sdk",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "repository": "git@github.com:zer0-os/zAuction-SDK.git",