@zoralabs/protocol-deployments 0.5.4 → 0.5.5

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,46 +1,47 @@
1
-
2
- > @zoralabs/protocol-deployments@0.5.4 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.4 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.4 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 59ms (unchanged)
14
- src/index.ts 4ms (unchanged)
15
- src/typedData.ts 170ms (unchanged)
16
- src/types.ts 53ms (unchanged)
17
- scripts/bundle-chainConfigs.ts 12ms (unchanged)
18
- scripts/bundle-configs.ts 34ms (unchanged)
19
-
20
- > @zoralabs/protocol-deployments@0.5.4 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
- ESM dist/secp256k1-DTX2GS77.js 80.12 KB
32
- ESM dist/ccip-OTD7W43P.js 290.00 B
33
- ESM dist/index.js 465.55 KB
34
- ESM dist/chunk-ETO2D44V.js 136.37 KB
35
- ESM dist/chunk-3EJPJMEH.js 1.88 KB
36
- ESM dist/_esm-RA774I7E.js 134.17 KB
37
- ESM dist/ccip-OTD7W43P.js.map 71.00 B
38
- ESM dist/secp256k1-DTX2GS77.js.map 203.10 KB
39
- ESM dist/chunk-3EJPJMEH.js.map 71.00 B
40
- ESM dist/chunk-ETO2D44V.js.map 393.76 KB
41
- ESM dist/index.js.map 906.70 KB
42
- ESM dist/_esm-RA774I7E.js.map 212.47 KB
43
- ESM ⚡️ Build success in 773ms
44
- CJS dist/index.cjs 527.96 KB
45
- CJS dist/index.cjs.map 1.08 MB
46
- CJS ⚡️ Build success in 773ms
1
+
2
+ 
3
+ > @zoralabs/protocol-deployments@0.5.5 build /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
4
+ > pnpm bundle-configs && pnpm copy-generated && tsup
5
+
6
+
7
+ > @zoralabs/protocol-deployments@0.5.5 bundle-configs /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
8
+ > tsx scripts/bundle-configs.ts && pnpm prettier:write
9
+
10
+
11
+ > @zoralabs/protocol-deployments@0.5.5 prettier:write /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
12
+ > prettier --write 'src/**/*.ts' 'scripts/*'
13
+
14
+ src/encoding.tssrc/encoding.ts 48ms (unchanged)
15
+ src/index.tssrc/index.ts 2ms (unchanged)
16
+ src/typedData.tssrc/typedData.ts 40ms (unchanged)
17
+ src/types.tssrc/types.ts 10ms (unchanged)
18
+ scripts/bundle-chainConfigs.tsscripts/bundle-chainConfigs.ts 4ms (unchanged)
19
+ scripts/bundle-configs.tsscripts/bundle-configs.ts 7ms (unchanged)
20
+
21
+ > @zoralabs/protocol-deployments@0.5.5 copy-generated /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
22
+ > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
23
+
24
+ CLI Building entry: src/index.ts
25
+ CLI Using tsconfig: tsconfig.json
26
+ CLI tsup v8.4.0
27
+ CLI Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-deployments/tsup.config.ts
28
+ CLI Target: es2021
29
+ CLI Cleaning output folder
30
+ CJS Build start
31
+ ESM Build start
32
+ CJS dist/index.cjs 556.19 KB
33
+ CJS dist/index.cjs.map 1.14 MB
34
+ CJS ⚡️ Build success in 150ms
35
+ ESM dist/chunk-PR4QN5HX.js 1.87 KB
36
+ ESM dist/index.js 471.92 KB
37
+ ESM dist/secp256k1-QZA5SALG.js 80.13 KB
38
+ ESM dist/chunk-NPNNGXR4.js 136.42 KB
39
+ ESM dist/_esm-AN6HMJZC.js 132.93 KB
40
+ ESM dist/ccip-C5WONSSK.js 290.00 B
41
+ ESM dist/chunk-PR4QN5HX.js.map 71.00 B
42
+ ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
43
+ ESM dist/ccip-C5WONSSK.js.map 71.00 B
44
+ ESM dist/chunk-NPNNGXR4.js.map 393.76 KB
45
+ ESM dist/index.js.map 921.27 KB
46
+ ESM dist/_esm-AN6HMJZC.js.map 212.33 KB
47
+ ESM ⚡️ Build success in 151ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 9ed0ce76: - Publishing new coins hooks in `@zoralabs/protocol-deployments`
8
+ - In coins, pulling ISwapRouter from `@zoralabs/shared-contracts`, and updated the shared interface to match the full interface of the ISwapRouter. This new interface is published in `@zoralabs/protocol-deployments`.
9
+ - Removed publishing of the factory addresses directly in the wagmi config of the coins package, as that's inconsistent with the rest of the packages.
10
+ - Updated the `@zoralabs/coins-sdk` to use `@zoralabs/protocol-deployments` for abis and addresses, which significantly reduces the dependency tree of it and has it follow the patterns of the other sdk packages.
11
+ - ce3022d8: Deployed latest Coins and Deployment hooks to base mainnet
12
+ - ce3022d8: Fix hook return value from encode hook generators
13
+ - 9ed0ce76: Added helper methods to encode data for the post deploy hooks when creating coins
14
+ - 9ed0ce76: Deployed latest coin factory and hooks to base-sepolia
15
+
3
16
  ## 0.5.4
4
17
 
5
18
  ### Patch Changes