@zoralabs/protocol-deployments 0.3.1 → 0.3.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 +14 -14
- package/CHANGELOG.md +7 -0
- package/dist/generated/wagmi.d.ts +492 -2
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +173 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +173 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +171 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-deployments@0.3.
|
|
2
|
+
> @zoralabs/protocol-deployments@0.3.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.3.
|
|
6
|
+
> @zoralabs/protocol-deployments@0.3.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.3.
|
|
10
|
+
> @zoralabs/protocol-deployments@0.3.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 65ms (unchanged)
|
|
14
|
+
src/typedData.ts 126ms (unchanged)
|
|
15
|
+
src/types.ts 40ms (unchanged)
|
|
16
|
+
scripts/bundle-chainConfigs.ts 13ms (unchanged)
|
|
17
|
+
scripts/bundle-configs.ts 41ms (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
|
-
|
|
26
|
+
CJS dist/index.cjs 381.58 KB
|
|
27
|
+
CJS dist/index.cjs.map 811.49 KB
|
|
28
|
+
CJS ⚡️ Build success in 690ms
|
|
29
|
+
ESM dist/index.js 320.98 KB
|
|
27
30
|
ESM dist/ccip-42FQPB7J.js 320.00 B
|
|
28
31
|
ESM dist/chunk-YMRS2KON.js 133.27 KB
|
|
29
32
|
ESM dist/_esm-KB2T7G46.js 130.03 KB
|
|
30
33
|
ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
|
|
31
34
|
ESM dist/chunk-5JV63AHR.js 3.91 KB
|
|
32
35
|
ESM dist/chunk-3EJPJMEH.js 1.88 KB
|
|
33
|
-
ESM dist/index.js.map 603.17 KB
|
|
34
36
|
ESM dist/ccip-42FQPB7J.js.map 71.00 B
|
|
35
37
|
ESM dist/chunk-YMRS2KON.js.map 367.28 KB
|
|
36
38
|
ESM dist/_esm-KB2T7G46.js.map 204.85 KB
|
|
37
39
|
ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
|
|
38
40
|
ESM dist/chunk-5JV63AHR.js.map 14.32 KB
|
|
39
41
|
ESM dist/chunk-3EJPJMEH.js.map 71.00 B
|
|
40
|
-
ESM
|
|
41
|
-
|
|
42
|
-
CJS dist/index.cjs.map 802.60 KB
|
|
43
|
-
CJS ⚡️ Build success in 681ms
|
|
42
|
+
ESM dist/index.js.map 612.06 KB
|
|
43
|
+
ESM ⚡️ Build success in 709ms
|