@zoralabs/protocol-sdk 0.13.21 → 0.13.22

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,9 +1,9 @@
1
1
 
2
- > @zoralabs/protocol-sdk@0.13.21 build:js /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
2
+ > @zoralabs/protocol-sdk@0.13.22 build:js /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
3
3
  > pnpm run build
4
4
 
5
5
 
6
- > @zoralabs/protocol-sdk@0.13.21 build /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
6
+ > @zoralabs/protocol-sdk@0.13.22 build /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
7
7
  > pnpm tsup
8
8
 
9
9
  CLI Building entry: src/index.ts
@@ -14,9 +14,9 @@
14
14
  CLI Cleaning output folder
15
15
  CJS Build start
16
16
  ESM Build start
17
- ESM dist/index.js 217.98 KB
18
- ESM dist/index.js.map 452.33 KB
19
- ESM ⚡️ Build success in 358ms
20
17
  CJS dist/index.cjs 224.25 KB
21
- CJS dist/index.cjs.map 455.34 KB
22
- CJS ⚡️ Build success in 359ms
18
+ CJS dist/index.cjs.map 455.19 KB
19
+ CJS ⚡️ Build success in 346ms
20
+ ESM dist/index.js 217.98 KB
21
+ ESM dist/index.js.map 452.18 KB
22
+ ESM ⚡️ Build success in 346ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.13.22
4
+
5
+ ### Patch Changes
6
+
7
+ - fbb389583: Bump viem to 2.53.1
8
+
9
+ Raise the pinned viem version from 2.22.12 to 2.53.1 across the monorepo to pick up newer chain definitions and support the latest x402 v2 client packages.
10
+
11
+ - Updated dependencies [fbb389583]
12
+ - @zoralabs/protocol-deployments@0.7.6
13
+
3
14
  ## 0.13.21
4
15
 
5
16
  ### Patch Changes