@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
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@zoralabs/protocol-deployments": "^0.6.
|
|
19
|
+
"@zoralabs/protocol-deployments": "^0.6.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"viem": "^2.21.21",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "pnpm tsup",
|
|
44
|
-
"
|
|
44
|
+
"build:js": "pnpm run build",
|
|
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",
|
|
47
48
|
"prettier:write": "prettier --write 'src/**/*.ts' 'test-integration/**/*.ts'",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @zoralabs/protocol-sdk@0.13.10 build /home/runner/work/zora-protocol-private/zora-protocol-private/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 v8.4.0
|
|
8
|
-
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/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
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m222.98 KB[39m
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m452.78 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in 430ms
|
|
16
|
-
[32mESM[39m [1mdist/index.js [22m[32m216.72 KB[39m
|
|
17
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m449.76 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in 426ms
|