@zoralabs/protocol-sdk 0.13.21 → 0.13.22
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$colon$js.log +7 -7
- package/CHANGELOG.md +11 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/premint/premint-client.d.ts +2 -1365
- package/dist/premint/premint-client.d.ts.map +1 -1
- package/dist/preminter.d.ts +18 -21
- package/dist/preminter.d.ts.map +1 -1
- package/dist/sparks/sparks-contracts.d.ts +20 -20
- package/dist/waitForSuccess.d.ts +1 -2
- package/dist/waitForSuccess.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/premint/premint-client.ts +1 -11
- package/src/waitForSuccess.ts +1 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-sdk@0.13.
|
|
2
|
+
> @zoralabs/protocol-sdk@0.13.22 build:js /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
|
|
3
3
|
> pnpm run build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @zoralabs/protocol-sdk@0.13.
|
|
6
|
+
> @zoralabs/protocol-sdk@0.13.22 build /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
|
|
7
7
|
> pnpm tsup
|
|
8
8
|
|
|
9
9
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
[34mCLI[39m Cleaning output folder
|
|
15
15
|
[34mCJS[39m Build start
|
|
16
16
|
[34mESM[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m217.98 KB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m452.33 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in 358ms
|
|
20
17
|
[32mCJS[39m [1mdist/index.cjs [22m[32m224.25 KB[39m
|
|
21
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m455.
|
|
22
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m455.19 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 346ms
|
|
20
|
+
[32mESM[39m [1mdist/index.js [22m[32m217.98 KB[39m
|
|
21
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m452.18 KB[39m
|
|
22
|
+
[32mESM[39m ⚡️ Build success in 346ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @zoralabs/protocol-sdk
|
|
2
2
|
|
|
3
|
+
## 0.13.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fbb389583: Bump viem to 2.53.1
|
|
8
|
+
|
|
9
|
+
Raise the pinned viem version from 2.22.12 to 2.53.1 across the monorepo to pick up newer chain definitions and support the latest x402 v2 client packages.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [fbb389583]
|
|
12
|
+
- @zoralabs/protocol-deployments@0.7.6
|
|
13
|
+
|
|
3
14
|
## 0.13.21
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|