@zoralabs/protocol-sdk 0.13.6 → 0.13.7

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,19 +1,18 @@
1
-
2
- 
3
- > @zoralabs/protocol-sdk@0.13.6 build /Users/danovedzora/source/zora-protocol/packages/protocol-sdk
4
- > pnpm tsup
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.build.json
8
- CLI tsup v8.4.0
9
- CLI Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-sdk/tsup.config.ts
10
- CLI Target: es2021
11
- CLI Cleaning output folder
12
- CJS Build start
13
- ESM Build start
14
- CJS dist/index.cjs 222.98 KB
15
- CJS dist/index.cjs.map 452.78 KB
16
- CJS ⚡️ Build success in 52ms
17
- ESM dist/index.js 216.72 KB
18
- ESM dist/index.js.map 449.76 KB
19
- ESM ⚡️ Build success in 52ms
1
+
2
+ > @zoralabs/protocol-sdk@0.13.7 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk
3
+ > pnpm tsup
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.build.json
7
+ CLI tsup v8.4.0
8
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-sdk/tsup.config.ts
9
+ CLI Target: es2021
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/index.js 216.72 KB
14
+ ESM dist/index.js.map 449.76 KB
15
+ ESM ⚡️ Build success in 450ms
16
+ CJS dist/index.cjs 222.98 KB
17
+ CJS dist/index.cjs.map 452.78 KB
18
+ CJS ⚡️ Build success in 451ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.13.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [73e95f69]
8
+ - Updated dependencies [0c50e8e7]
9
+ - @zoralabs/protocol-deployments@0.5.6
10
+
3
11
  ## 0.13.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
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.5.5"
19
+ "@zoralabs/protocol-deployments": "^0.5.6"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "viem": "^2.21.21",