@zero-tech/zauction-sdk 0.0.52 → 0.0.53

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,3 +22,5 @@
22
22
 
23
23
  - [ ] Caching Layer for fetching bids
24
24
  - [ ] Batching system to reduce # of calls to API to fetch bids
25
+
26
+ - why isn't this running the action
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zero-tech/zauction-sdk",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "repository": "git@github.com:zer0-os/zAuction-SDK.git",