@zoralabs/protocol-sdk 0.11.7-BUGFIX.0 → 0.11.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.
- package/.turbo/turbo-build.log +18 -18
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
- package/.env +0 -1
- package/yarn-error.log +0 -8602
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
> @zoralabs/protocol-sdk@0.11.7
|
|
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 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.23 KB
|
|
14
|
+
CJS dist/index.cjs.map 456.14 KB
|
|
15
|
+
CJS ⚡️ Build success in 299ms
|
|
16
|
+
ESM dist/index.js 218.90 KB
|
|
17
|
+
ESM dist/index.js.map 454.14 KB
|
|
18
|
+
ESM ⚡️ Build success in 334ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @zoralabs/protocol-sdk
|
|
2
2
|
|
|
3
|
-
## 0.11.7
|
|
3
|
+
## 0.11.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 041871d7: Fix royalties query for secondary tokens to query subgraph for royaltyRecipient instead of user.
|
|
8
8
|
|
|
9
9
|
## 0.11.6
|
|
10
10
|
|
package/package.json
CHANGED
package/.env
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VITE_CONDUIT_KEY=066ae224-b5c3-4086-ac11-a3a44ede9458
|