@zoralabs/protocol-sdk 0.13.11 → 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.
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-sdk@0.13.
|
|
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
|
|
3
7
|
> pnpm tsup
|
|
4
8
|
|
|
5
9
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,9 +14,9 @@
|
|
|
10
14
|
[34mCLI[39m Cleaning output folder
|
|
11
15
|
[34mCJS[39m Build start
|
|
12
16
|
[34mESM[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.js [22m[32m217.41 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m450.71 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 492ms
|
|
16
17
|
[32mCJS[39m [1mdist/index.cjs [22m[32m223.68 KB[39m
|
|
17
18
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m453.72 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.12",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "pnpm tsup",
|
|
44
|
+
"build:js": "pnpm run build",
|
|
44
45
|
"test:js:legacy": "vitest src",
|
|
45
46
|
"test:integration": "vitest test-integration",
|
|
46
47
|
"generate-types": "echo 'npx is used here because this is a rare operation' && npx openapi-typescript https://api.zora.co/premint/openapi.json -o src/apis/generated/premint-api-types.ts",
|