@zoralabs/protocol-sdk 0.9.5 → 0.9.6

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @zoralabs/protocol-sdk@0.9.5 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk
2
+ > @zoralabs/protocol-sdk@0.9.6 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk
3
3
  > pnpm tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,9 +10,9 @@ CLI Target: es2021
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 200.93 KB
14
- CJS dist/index.cjs.map 403.89 KB
15
- CJS ⚡️ Build success in 293ms
16
13
  ESM dist/index.js 195.04 KB
17
14
  ESM dist/index.js.map 401.87 KB
18
- ESM ⚡️ Build success in 339ms
15
+ ESM ⚡️ Build success in 299ms
16
+ CJS dist/index.cjs 200.93 KB
17
+ CJS dist/index.cjs.map 403.89 KB
18
+ CJS ⚡️ Build success in 338ms
package/CHANGELOG.md CHANGED
@@ -1,10 +1,19 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.9.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 24520e9a: Fix sdk setSale for v2 params
8
+ - Updated dependencies [247ebc86]
9
+ - Updated dependencies [24520e9a]
10
+ - @zoralabs/protocol-deployments@0.3.2
11
+
3
12
  ## 0.9.5
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - 879a019a: - Fixed types, defaults, and queries for v2 timed sales
16
+ - 879a019a: - Fixed types, defaults, and queries for v2 timed sales
8
17
 
9
18
  ## 0.9.4
10
19
 
@@ -188,7 +197,7 @@
188
197
 
189
198
  ### Patch Changes
190
199
 
191
- - 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
200
+ - 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
192
201
 
193
202
  ## 0.5.8
194
203
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "abitype": "^1.0.2",
20
- "@zoralabs/protocol-deployments": "^0.3.1"
20
+ "@zoralabs/protocol-deployments": "^0.3.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "viem": "^2.13.2"