@zoralabs/protocol-sdk 0.13.13 → 0.13.14

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.13 build:js /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
2
+ > @zoralabs/protocol-sdk@0.13.14 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.13 build /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
6
+ > @zoralabs/protocol-sdk@0.13.14 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
@@ -16,7 +16,7 @@
16
16
  ESM Build start
17
17
  ESM dist/index.js 217.41 KB
18
18
  ESM dist/index.js.map 450.71 KB
19
- ESM ⚡️ Build success in 372ms
19
+ ESM ⚡️ Build success in 337ms
20
20
  CJS dist/index.cjs 223.68 KB
21
21
  CJS dist/index.cjs.map 453.72 KB
22
- CJS ⚡️ Build success in 391ms
22
+ CJS ⚡️ Build success in 337ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.13.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3c274d9d]
8
+ - @zoralabs/protocol-deployments@0.6.4
9
+
3
10
  ## 0.13.13
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.13.13",
3
+ "version": "0.13.14",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "@zoralabs/protocol-deployments": "^0.6.3"
19
+ "@zoralabs/protocol-deployments": "^0.6.4"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "viem": "^2.21.21",