@zoralabs/protocol-sdk 0.11.0 → 0.11.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @zoralabs/protocol-sdk@0.11.0 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk
2
+ > @zoralabs/protocol-sdk@0.11.1 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
@@ -12,7 +12,7 @@ CJS Build start
12
12
  ESM Build start
13
13
  ESM dist/index.js 216.01 KB
14
14
  ESM dist/index.js.map 448.17 KB
15
- ESM ⚡️ Build success in 355ms
15
+ ESM ⚡️ Build success in 330ms
16
16
  CJS dist/index.cjs 222.28 KB
17
17
  CJS dist/index.cjs.map 449.68 KB
18
- CJS ⚡️ Build success in 355ms
18
+ CJS ⚡️ Build success in 372ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b885539f]
8
+ - @zoralabs/protocol-deployments@0.3.3
9
+
3
10
  ## 0.11.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
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.2"
20
+ "@zoralabs/protocol-deployments": "^0.3.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "viem": "^2.13.2"