@zoralabs/protocol-deployments 0.1.8 → 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.
@@ -1,20 +1,11 @@
1
- $ yarn wagmi && yarn bundle-configs && tsup
2
- $ wagmi generate
3
- - Validating plugins
4
- ✔ Validating plugins
5
- - Resolving contracts
6
- ✔ Resolving contracts
7
- - Running plugins
8
- ✔ Running plugins
9
- - Writing to src/generated/wagmi.ts
10
- ✔ Writing to src/generated/wagmi.ts
1
+ $ yarn bundle-configs && tsup
11
2
  $ tsx scripts/bundle-configs.ts && yarn prettier
12
- $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
- src/addresses.ts 243ms (unchanged)
14
- src/index.ts 6ms (unchanged)
15
- scripts/bundle-chainConfigs.ts 19ms (unchanged)
16
- scripts/bundle-configs.ts 37ms (unchanged)
17
- wagmi.config.ts 61ms (unchanged)
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)
18
9
  CLI Building entry: src/index.ts
19
10
  CLI Using tsconfig: tsconfig.json
20
11
  CLI tsup v7.3.0
@@ -23,9 +14,9 @@ wagmi.config.ts 61ms (unchanged)
23
14
  CLI Cleaning output folder
24
15
  CJS Build start
25
16
  ESM Build start
26
- CJS dist/index.cjs 189.63 KB
27
- CJS dist/index.cjs.map 352.50 KB
28
- CJS ⚡️ Build success in 57ms
29
- ESM dist/index.js 186.61 KB
30
- ESM dist/index.js.map 351.98 KB
31
- ESM ⚡️ Build success in 61ms
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,17 @@
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
+
9
+ ## 0.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - f4641f4b: Removed dependencies from `zora-1155-contracts`, `1155-deployments`, `mints-contracts`, and `mints-deployments`
14
+
3
15
  ## 0.1.8
4
16
 
5
17
  ### Patch Changes