@zoralabs/protocol-sdk 0.11.6 → 0.11.7-BUGFIX.0

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.
package/.env ADDED
@@ -0,0 +1 @@
1
+ VITE_CONDUIT_KEY=066ae224-b5c3-4086-ac11-a3a44ede9458
@@ -1,18 +1,18 @@
1
-
2
- > @zoralabs/protocol-sdk@0.11.6 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 v7.3.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
- CJS dist/index.cjs 225.22 KB
14
- CJS dist/index.cjs.map 456.13 KB
15
- CJS ⚡️ Build success in 368ms
16
- ESM dist/index.js 218.89 KB
17
- ESM dist/index.js.map 454.13 KB
18
- ESM ⚡️ Build success in 380ms
1
+
2
+ > @zoralabs/protocol-sdk@0.11.7-BUGFIX.0 build /Users/danovedzora/source/zora-protocol/packages/protocol-sdk
3
+ > pnpm tsup
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.build.json
7
+ CLI tsup v7.3.0
8
+ CLI Using tsup config: /Users/danovedzora/source/zora-protocol/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 218.90 KB
14
+ ESM dist/index.js.map 454.14 KB
15
+ ESM ⚡️ Build success in 66ms
16
+ CJS dist/index.cjs 225.23 KB
17
+ CJS dist/index.cjs.map 456.14 KB
18
+ CJS ⚡️ Build success in 66ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.11.7-BUGFIX.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ce69da4: Fix royalties query for secondary tokens to query subgraph for royaltyRecipient instead of user.
8
+
3
9
  ## 0.11.6
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -5702,7 +5702,7 @@ function buildCreatorERC20zs({
5702
5702
  query: `
5703
5703
  query ($address: Bytes!) {
5704
5704
  zoraCreateTokens(
5705
- where: { royalties_: { user: $address }, salesStrategies_: { type: "ZORA_TIMED" } }
5705
+ where: { royalties_: { royaltyRecipient: $address }, salesStrategies_: { type: "ZORA_TIMED" } }
5706
5706
  ) {
5707
5707
  royalties {
5708
5708
  user