@zoralabs/protocol-deployments 0.2.1 → 0.2.2

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,20 @@
1
1
 
2
- > @zoralabs/protocol-deployments@0.2.1 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
2
+ > @zoralabs/protocol-deployments@0.2.2 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
3
3
  > pnpm bundle-configs && tsup
4
4
 
5
5
 
6
- > @zoralabs/protocol-deployments@0.2.1 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
6
+ > @zoralabs/protocol-deployments@0.2.2 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
7
7
  > tsx scripts/bundle-configs.ts && pnpm prettier:write
8
8
 
9
9
 
10
- > @zoralabs/protocol-deployments@0.2.1 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
10
+ > @zoralabs/protocol-deployments@0.2.2 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
11
11
  > prettier --write 'src/**/*.ts' 'scripts/*'
12
12
 
13
- src/index.ts 62ms (unchanged)
14
- src/typedData.ts 118ms (unchanged)
15
- src/types.ts 32ms (unchanged)
16
- scripts/bundle-chainConfigs.ts 14ms (unchanged)
17
- scripts/bundle-configs.ts 35ms (unchanged)
13
+ src/index.ts 64ms (unchanged)
14
+ src/typedData.ts 122ms (unchanged)
15
+ src/types.ts 24ms (unchanged)
16
+ scripts/bundle-chainConfigs.ts 12ms (unchanged)
17
+ scripts/bundle-configs.ts 47ms (unchanged)
18
18
  CLI Building entry: src/index.ts
19
19
  CLI Using tsconfig: tsconfig.json
20
20
  CLI tsup v7.3.0
@@ -23,21 +23,21 @@ CLI Target: es2021
23
23
  CLI Cleaning output folder
24
24
  CJS Build start
25
25
  ESM Build start
26
- CJS dist/index.cjs 300.72 KB
27
- CJS dist/index.cjs.map 658.91 KB
28
- CJS ⚡️ Build success in 660ms
29
- ESM dist/index.js 241.08 KB
26
+ ESM dist/index.js 255.27 KB
30
27
  ESM dist/ccip-6BNOCQCH.js 320.00 B
31
28
  ESM dist/chunk-6M375I5V.js 133.27 KB
32
- ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
33
29
  ESM dist/_esm-PPK7XFKN.js 130.11 KB
30
+ ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
34
31
  ESM dist/chunk-5JV63AHR.js 3.91 KB
32
+ ESM dist/chunk-3EJPJMEH.js 1.88 KB
33
+ ESM dist/index.js.map 486.77 KB
35
34
  ESM dist/ccip-6BNOCQCH.js.map 71.00 B
36
35
  ESM dist/chunk-6M375I5V.js.map 367.26 KB
37
- ESM dist/index.js.map 460.13 KB
36
+ ESM dist/_esm-PPK7XFKN.js.map 204.93 KB
38
37
  ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
39
38
  ESM dist/chunk-5JV63AHR.js.map 14.32 KB
40
- ESM dist/_esm-PPK7XFKN.js.map 204.93 KB
41
- ESM dist/chunk-3EJPJMEH.js 1.88 KB
42
39
  ESM dist/chunk-3EJPJMEH.js.map 71.00 B
43
- ESM ⚡️ Build success in 707ms
40
+ ESM ⚡️ Build success in 701ms
41
+ CJS dist/index.cjs 315.36 KB
42
+ CJS dist/index.cjs.map 685.58 KB
43
+ CJS ⚡️ Build success in 712ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 12909b5b: Export sparks sponsored mints spender abi, address, and typed data definition
8
+ - 58914a0c: Deployed latest 1155 version to zora mainnet, zora sepolia, sepolia
9
+
3
10
  ## 0.2.1
4
11
 
5
12
  ### Patch Changes