@zoralabs/protocol-sdk 0.7.0 → 0.7.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.
@@ -7,9 +7,9 @@ $ tsup
7
7
  CLI Cleaning output folder
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.js 78.65 KB
11
- ESM dist/index.js.map 185.21 KB
12
- ESM ⚡️ Build success in 148ms
13
- CJS dist/index.cjs 85.33 KB
14
- CJS dist/index.cjs.map 185.36 KB
15
- CJS ⚡️ Build success in 150ms
10
+ CJS dist/index.cjs 116.59 KB
11
+ CJS dist/index.cjs.map 246.37 KB
12
+ CJS ⚡️ Build success in 200ms
13
+ ESM dist/index.js 109.73 KB
14
+ ESM dist/index.js.map 246.17 KB
15
+ ESM ⚡️ Build success in 225ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c009569: Added metadata builder methods to sdk. sdk's method createPremint returns collect/manage urls
8
+
3
9
  ## 0.7.0
4
10
 
5
11
  ### Minor Changes