@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 +1 -0
- package/.turbo/turbo-build.log +18 -18
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/rewards/subgraph-queries.ts +1 -1
- package/src/sparks/sparks-sponsored-sparks-spender.test.ts +1 -1
- package/yarn-error.log +8602 -0
package/.env
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VITE_CONDUIT_KEY=066ae224-b5c3-4086-ac11-a3a44ede9458
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
> @zoralabs/protocol-sdk@0.11.
|
|
3
|
-
> pnpm tsup
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
|
|
2
|
+
> @zoralabs/protocol-sdk@0.11.7-BUGFIX.0 build /Users/danovedzora/source/zora-protocol/packages/protocol-sdk
|
|
3
|
+
> pnpm tsup
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
7
|
+
[34mCLI[39m tsup v7.3.0
|
|
8
|
+
[34mCLI[39m Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-sdk/tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: es2021
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
[34mESM[39m Build start
|
|
13
|
+
[32mESM[39m [1mdist/index.js [22m[32m218.90 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m454.14 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 66ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m225.23 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m456.14 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 66ms
|
package/CHANGELOG.md
CHANGED
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_: {
|
|
5705
|
+
where: { royalties_: { royaltyRecipient: $address }, salesStrategies_: { type: "ZORA_TIMED" } }
|
|
5706
5706
|
) {
|
|
5707
5707
|
royalties {
|
|
5708
5708
|
user
|