@zoralabs/protocol-deployments 0.1.9 → 0.1.10

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.
@@ -2,9 +2,10 @@ $ yarn bundle-configs && tsup
2
2
  $ tsx scripts/bundle-configs.ts && yarn prettier
3
3
  $ prettier --write 'src/**/*.ts' 'scripts/*'
4
4
  src/addresses.ts 213ms (unchanged)
5
- src/index.ts 10ms (unchanged)
6
- scripts/bundle-chainConfigs.ts 19ms (unchanged)
7
- scripts/bundle-configs.ts 37ms (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)
8
9
  CLI Building entry: src/index.ts
9
10
  CLI Using tsconfig: tsconfig.json
10
11
  CLI tsup v7.3.0
@@ -13,9 +14,9 @@ scripts/bundle-configs.ts 37ms (unchanged)
13
14
  CLI Cleaning output folder
14
15
  CJS Build start
15
16
  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
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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 16deff0c: Moved typed data definitions from `@zoralabs/protocol-sdk` to `@zoralabs/protocol-deployments`
8
+
3
9
  ## 0.1.9
4
10
 
5
11
  ### Patch Changes