@zoralabs/protocol-sdk 0.5.7-MINT.1 → 0.5.7-MINT.2

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.
@@ -7,9 +7,9 @@ $ tsup
7
7
  CLI Cleaning output folder
8
8
  CJS Build start
9
9
  ESM Build start
10
+ CJS dist/index.cjs 53.11 KB
11
+ CJS dist/index.cjs.map 103.21 KB
12
+ CJS ⚡️ Build success in 109ms
10
13
  ESM dist/index.js 48.81 KB
11
14
  ESM dist/index.js.map 103.22 KB
12
15
  ESM ⚡️ Build success in 110ms
13
- CJS dist/index.cjs 53.11 KB
14
- CJS dist/index.cjs.map 103.21 KB
15
- CJS ⚡️ Build success in 113ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.5.7-MINT.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 70c593bc: Added sdk method to get total MINT balance
8
+
3
9
  ## 0.5.7-MINT.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.5.7-MINT.1",
3
+ "version": "0.5.7-MINT.2",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",