@zoralabs/protocol-deployments 0.2.1 → 0.2.2
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 +17 -17
- package/CHANGELOG.md +7 -0
- package/dist/generated/wagmi.d.ts +1326 -49
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +568 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +562 -14
- package/dist/index.js.map +1 -1
- package/dist/typedData.d.ts +42 -1
- package/dist/typedData.d.ts.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/1155.ts +14 -14
- package/src/generated/wagmi.ts +505 -0
- package/src/typedData.ts +73 -0
- package/src/types.ts +8 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-deployments@0.2.
|
|
2
|
+
> @zoralabs/protocol-deployments@0.2.2 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
3
3
|
> pnpm bundle-configs && tsup
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @zoralabs/protocol-deployments@0.2.
|
|
6
|
+
> @zoralabs/protocol-deployments@0.2.2 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
7
7
|
> tsx scripts/bundle-configs.ts && pnpm prettier:write
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @zoralabs/protocol-deployments@0.2.
|
|
10
|
+
> @zoralabs/protocol-deployments@0.2.2 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
11
11
|
> prettier --write 'src/**/*.ts' 'scripts/*'
|
|
12
12
|
|
|
13
|
-
src/index.ts
|
|
14
|
-
src/typedData.ts
|
|
15
|
-
src/types.ts
|
|
16
|
-
scripts/bundle-chainConfigs.ts
|
|
17
|
-
scripts/bundle-configs.ts
|
|
13
|
+
src/index.ts 64ms (unchanged)
|
|
14
|
+
src/typedData.ts 122ms (unchanged)
|
|
15
|
+
src/types.ts 24ms (unchanged)
|
|
16
|
+
scripts/bundle-chainConfigs.ts 12ms (unchanged)
|
|
17
|
+
scripts/bundle-configs.ts 47ms (unchanged)
|
|
18
18
|
CLI Building entry: src/index.ts
|
|
19
19
|
CLI Using tsconfig: tsconfig.json
|
|
20
20
|
CLI tsup v7.3.0
|
|
@@ -23,21 +23,21 @@ CLI Target: es2021
|
|
|
23
23
|
CLI Cleaning output folder
|
|
24
24
|
CJS Build start
|
|
25
25
|
ESM Build start
|
|
26
|
-
|
|
27
|
-
CJS dist/index.cjs.map 658.91 KB
|
|
28
|
-
CJS ⚡️ Build success in 660ms
|
|
29
|
-
ESM dist/index.js 241.08 KB
|
|
26
|
+
ESM dist/index.js 255.27 KB
|
|
30
27
|
ESM dist/ccip-6BNOCQCH.js 320.00 B
|
|
31
28
|
ESM dist/chunk-6M375I5V.js 133.27 KB
|
|
32
|
-
ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
|
|
33
29
|
ESM dist/_esm-PPK7XFKN.js 130.11 KB
|
|
30
|
+
ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
|
|
34
31
|
ESM dist/chunk-5JV63AHR.js 3.91 KB
|
|
32
|
+
ESM dist/chunk-3EJPJMEH.js 1.88 KB
|
|
33
|
+
ESM dist/index.js.map 486.77 KB
|
|
35
34
|
ESM dist/ccip-6BNOCQCH.js.map 71.00 B
|
|
36
35
|
ESM dist/chunk-6M375I5V.js.map 367.26 KB
|
|
37
|
-
ESM dist/
|
|
36
|
+
ESM dist/_esm-PPK7XFKN.js.map 204.93 KB
|
|
38
37
|
ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
|
|
39
38
|
ESM dist/chunk-5JV63AHR.js.map 14.32 KB
|
|
40
|
-
ESM dist/_esm-PPK7XFKN.js.map 204.93 KB
|
|
41
|
-
ESM dist/chunk-3EJPJMEH.js 1.88 KB
|
|
42
39
|
ESM dist/chunk-3EJPJMEH.js.map 71.00 B
|
|
43
|
-
ESM ⚡️ Build success in
|
|
40
|
+
ESM ⚡️ Build success in 701ms
|
|
41
|
+
CJS dist/index.cjs 315.36 KB
|
|
42
|
+
CJS dist/index.cjs.map 685.58 KB
|
|
43
|
+
CJS ⚡️ Build success in 712ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 12909b5b: Export sparks sponsored mints spender abi, address, and typed data definition
|
|
8
|
+
- 58914a0c: Deployed latest 1155 version to zora mainnet, zora sepolia, sepolia
|
|
9
|
+
|
|
3
10
|
## 0.2.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|