@zoralabs/protocol-deployments 0.1.10 → 0.1.11

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,11 +1,12 @@
1
1
  $ yarn bundle-configs && tsup
2
2
  $ tsx scripts/bundle-configs.ts && yarn prettier
3
3
  $ prettier --write 'src/**/*.ts' 'scripts/*'
4
- src/addresses.ts 213ms (unchanged)
5
- src/index.ts 9ms (unchanged)
6
- src/typedData.ts 67ms (unchanged)
7
- scripts/bundle-chainConfigs.ts 15ms (unchanged)
8
- scripts/bundle-configs.ts 38ms (unchanged)
4
+ src/addresses.ts 210ms (unchanged)
5
+ src/index.ts 10ms (unchanged)
6
+ src/typedData.ts 89ms (unchanged)
7
+ src/types.ts 43ms (unchanged)
8
+ scripts/bundle-chainConfigs.ts 17ms (unchanged)
9
+ scripts/bundle-configs.ts 32ms (unchanged)
9
10
  CLI Building entry: src/index.ts
10
11
  CLI Using tsconfig: tsconfig.json
11
12
  CLI tsup v7.3.0
@@ -14,9 +15,21 @@ scripts/bundle-configs.ts 38ms (unchanged)
14
15
  CLI Cleaning output folder
15
16
  CJS Build start
16
17
  ESM Build start
17
- CJS dist/index.cjs 198.44 KB
18
- CJS dist/index.cjs.map 369.10 KB
19
- CJS ⚡️ Build success in 65ms
20
- ESM dist/index.js 195.11 KB
21
- ESM dist/index.js.map 368.52 KB
22
- ESM ⚡️ Build success in 66ms
18
+ CJS dist/index.cjs 255.19 KB
19
+ CJS dist/index.cjs.map 577.38 KB
20
+ CJS ⚡️ Build success in 584ms
21
+ ESM dist/index.js 203.36 KB
22
+ ESM dist/ccip-XSYMJLYD.js 320.00 B
23
+ ESM dist/chunk-ANM5XPUU.js 97.39 KB
24
+ ESM dist/_esm-UK4OVIHX.js 114.27 KB
25
+ ESM dist/secp256k1-R7PEGLZR.js 68.15 KB
26
+ ESM dist/chunk-2FDPSBOH.js 3.58 KB
27
+ ESM dist/chunk-3EJPJMEH.js 1.88 KB
28
+ ESM dist/index.js.map 388.23 KB
29
+ ESM dist/ccip-XSYMJLYD.js.map 71.00 B
30
+ ESM dist/chunk-ANM5XPUU.js.map 301.90 KB
31
+ ESM dist/_esm-UK4OVIHX.js.map 181.97 KB
32
+ ESM dist/secp256k1-R7PEGLZR.js.map 167.07 KB
33
+ ESM dist/chunk-2FDPSBOH.js.map 12.50 KB
34
+ ESM dist/chunk-3EJPJMEH.js.map 71.00 B
35
+ ESM ⚡️ Build success in 585ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 399ba552: Deployed deterministic proxies to base sepolia. Deployed latest versions to base sepolia.
8
+
3
9
  ## 0.1.10
4
10
 
5
11
  ### Patch Changes