@zoralabs/protocol-sdk 0.5.9 → 0.5.10

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 64.20 KB
11
- CJS dist/index.cjs.map 123.86 KB
12
- CJS ⚡️ Build success in 90ms
13
- ESM dist/index.js 58.21 KB
14
- ESM dist/index.js.map 123.88 KB
15
- ESM ⚡️ Build success in 91ms
10
+ CJS dist/index.cjs 1.06 MB
11
+ CJS dist/index.cjs.map 1.43 MB
12
+ CJS ⚡️ Build success in 835ms
13
+ ESM dist/index.js 1.06 MB
14
+ ESM dist/index.js.map 1.43 MB
15
+ ESM ⚡️ Build success in 840ms
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9a16b81]
8
+ - @zoralabs/protocol-deployments@0.1.6
9
+
3
10
  ## 0.5.9
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
14
+ - 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
8
15
 
9
16
  ## 0.5.8
10
17