@zoralabs/protocol-sdk 0.13.10 → 0.13.12
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 +22 -0
- package/CHANGELOG.md +13 -0
- package/dist/index.cjs +115 -99
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +115 -99
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/.turbo/turbo-build.log +0 -18
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
> @zoralabs/protocol-sdk@0.13.12 build:js /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
|
|
3
|
+
> pnpm run build
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @zoralabs/protocol-sdk@0.13.12 build /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk
|
|
7
|
+
> pnpm tsup
|
|
8
|
+
|
|
9
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
10
|
+
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
11
|
+
[34mCLI[39m tsup v8.4.0
|
|
12
|
+
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/legacy/protocol-sdk/tsup.config.ts
|
|
13
|
+
[34mCLI[39m Target: es2021
|
|
14
|
+
[34mCLI[39m Cleaning output folder
|
|
15
|
+
[34mCJS[39m Build start
|
|
16
|
+
[34mESM[39m Build start
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m223.68 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m453.72 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 367ms
|
|
20
|
+
[32mESM[39m [1mdist/index.js [22m[32m217.41 KB[39m
|
|
21
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m450.71 KB[39m
|
|
22
|
+
[32mESM[39m ⚡️ Build success in 375ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @zoralabs/protocol-sdk
|
|
2
2
|
|
|
3
|
+
## 0.13.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 37006b7d: Rewriting account input for SDK calls
|
|
8
|
+
|
|
9
|
+
## 0.13.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [262d1539]
|
|
14
|
+
- @zoralabs/protocol-deployments@0.6.2
|
|
15
|
+
|
|
3
16
|
## 0.13.10
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|