@zoralabs/protocol-deployments 0.1.9 → 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,10 +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)
4
+ src/addresses.ts 210ms (unchanged)
5
5
  src/index.ts 10ms (unchanged)
6
- scripts/bundle-chainConfigs.ts 19ms (unchanged)
7
- scripts/bundle-configs.ts 37ms (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)
8
10
  CLI Building entry: src/index.ts
9
11
  CLI Using tsconfig: tsconfig.json
10
12
  CLI tsup v7.3.0
@@ -13,9 +15,21 @@ scripts/bundle-configs.ts 37ms (unchanged)
13
15
  CLI Cleaning output folder
14
16
  CJS Build start
15
17
  ESM Build start
16
- CJS dist/index.cjs 189.63 KB
17
- CJS dist/index.cjs.map 352.50 KB
18
- CJS ⚡️ Build success in 64ms
19
- ESM dist/index.js 186.61 KB
20
- ESM dist/index.js.map 351.98 KB
21
- ESM ⚡️ Build success in 64ms
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,17 @@
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
+
9
+ ## 0.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - 16deff0c: Moved typed data definitions from `@zoralabs/protocol-sdk` to `@zoralabs/protocol-deployments`
14
+
3
15
  ## 0.1.9
4
16
 
5
17
  ### Patch Changes