@zoralabs/protocol-deployments 0.5.3-PRE.0 → 0.5.3
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 +46 -47
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
- package/.turbo/turbo-lint.log +0 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,47 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
>
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
src/
|
|
15
|
-
src/
|
|
16
|
-
src/
|
|
17
|
-
|
|
18
|
-
scripts/bundle-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
[32mESM[39m ⚡️ Build success in 170ms
|
|
1
|
+
|
|
2
|
+
> @zoralabs/protocol-deployments@0.5.3 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
3
|
+
> pnpm bundle-configs && pnpm copy-generated && tsup
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @zoralabs/protocol-deployments@0.5.3 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
7
|
+
> tsx scripts/bundle-configs.ts && pnpm prettier:write
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
> @zoralabs/protocol-deployments@0.5.3 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
11
|
+
> prettier --write 'src/**/*.ts' 'scripts/*'
|
|
12
|
+
|
|
13
|
+
src/encoding.ts 87ms (unchanged)
|
|
14
|
+
src/index.ts 5ms (unchanged)
|
|
15
|
+
src/typedData.ts 189ms (unchanged)
|
|
16
|
+
src/types.ts 44ms (unchanged)
|
|
17
|
+
scripts/bundle-chainConfigs.ts 15ms (unchanged)
|
|
18
|
+
scripts/bundle-configs.ts 25ms (unchanged)
|
|
19
|
+
|
|
20
|
+
> @zoralabs/protocol-deployments@0.5.3 copy-generated /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
21
|
+
> cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
|
|
22
|
+
|
|
23
|
+
CLI Building entry: src/index.ts
|
|
24
|
+
CLI Using tsconfig: tsconfig.json
|
|
25
|
+
CLI tsup v7.3.0
|
|
26
|
+
CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
|
|
27
|
+
CLI Target: es2021
|
|
28
|
+
CLI Cleaning output folder
|
|
29
|
+
CJS Build start
|
|
30
|
+
ESM Build start
|
|
31
|
+
CJS dist/index.cjs 525.30 KB
|
|
32
|
+
CJS dist/index.cjs.map 1.08 MB
|
|
33
|
+
CJS ⚡️ Build success in 791ms
|
|
34
|
+
ESM dist/index.js 462.89 KB
|
|
35
|
+
ESM dist/secp256k1-DTX2GS77.js 80.12 KB
|
|
36
|
+
ESM dist/ccip-OTD7W43P.js 290.00 B
|
|
37
|
+
ESM dist/chunk-ETO2D44V.js 136.37 KB
|
|
38
|
+
ESM dist/_esm-RA774I7E.js 134.17 KB
|
|
39
|
+
ESM dist/chunk-3EJPJMEH.js 1.88 KB
|
|
40
|
+
ESM dist/secp256k1-DTX2GS77.js.map 203.10 KB
|
|
41
|
+
ESM dist/ccip-OTD7W43P.js.map 71.00 B
|
|
42
|
+
ESM dist/chunk-ETO2D44V.js.map 393.76 KB
|
|
43
|
+
ESM dist/_esm-RA774I7E.js.map 212.47 KB
|
|
44
|
+
ESM dist/chunk-3EJPJMEH.js.map 71.00 B
|
|
45
|
+
ESM dist/index.js.map 902.17 KB
|
|
46
|
+
ESM ⚡️ Build success in 793ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
-
## 0.5.3
|
|
3
|
+
## 0.5.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 70b039ce: Deployed ZoraFactory for coins to determinisitic 7777777 addresses on base and base sepolia
|
|
8
8
|
|
|
9
9
|
## 0.5.2
|
|
10
10
|
|
package/package.json
CHANGED
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @zoralabs/protocol-deployments@0.4.2 lint /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
|
|
4
|
-
> prettier --check 'src/**/*.ts' 'scripts/*'
|
|
5
|
-
|
|
6
|
-
Checking formatting...
|
|
7
|
-
src/encoding.ts[2K[1Gsrc/index.ts[2K[1Gsrc/typedData.ts[2K[1Gsrc/types.ts[2K[1Gscripts/bundle-chainConfigs.ts[2K[1Gscripts/bundle-configs.ts[2K[1GAll matched files use Prettier code style!
|