@zoralabs/protocol-deployments 0.2.0-SPARKS.4 → 0.2.1

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.
@@ -0,0 +1,43 @@
1
+
2
+ > @zoralabs/protocol-deployments@0.2.1 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
3
+ > pnpm bundle-configs && tsup
4
+
5
+
6
+ > @zoralabs/protocol-deployments@0.2.1 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.2.1 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
11
+ > prettier --write 'src/**/*.ts' 'scripts/*'
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)
18
+ CLI Building entry: src/index.ts
19
+ CLI Using tsconfig: tsconfig.json
20
+ CLI tsup v7.3.0
21
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
22
+ CLI Target: es2021
23
+ CLI Cleaning output folder
24
+ CJS Build start
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
30
+ ESM dist/ccip-6BNOCQCH.js 320.00 B
31
+ ESM dist/chunk-6M375I5V.js 133.27 KB
32
+ ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
33
+ ESM dist/_esm-PPK7XFKN.js 130.11 KB
34
+ ESM dist/chunk-5JV63AHR.js 3.91 KB
35
+ ESM dist/ccip-6BNOCQCH.js.map 71.00 B
36
+ ESM dist/chunk-6M375I5V.js.map 367.26 KB
37
+ ESM dist/index.js.map 460.13 KB
38
+ ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
39
+ 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
+ ESM dist/chunk-3EJPJMEH.js.map 71.00 B
43
+ ESM ⚡️ Build success in 707ms
package/CHANGELOG.md CHANGED
@@ -1,38 +1,24 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.2.0-SPARKS.4
3
+ ## 0.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - c1017504: Fixed unwrapper
7
+ - 527aa518: Move from yarn to pnpm properly pinning deps packages
8
8
 
9
- ## 0.2.0-SPARKS.3
9
+ ## 0.2.0
10
10
 
11
- ### Patch Changes
12
-
13
- - a3b86207: Fixed sparks deployment
14
-
15
- ## 0.2.0-SPARKS.2
16
-
17
- ### Patch Changes
18
-
19
- - eb78bf31: Undo changes to MintsEthUnwrapperAndCaller
11
+ ### Minor Changes
20
12
 
21
- ## 0.2.0-SPARKS.1
13
+ - 0ec838a4: Publishing Sparks contracts abis and addresses.
22
14
 
23
15
  ### Patch Changes
24
16
 
25
- - 4c383723: Updated sparks deployment
26
-
27
- ## 0.2.0-SPARKS.0
28
-
29
- ### Minor Changes
30
-
31
- - 94f524b4: Publishing Sparks contracts abis and addresses. `MintsEthUnwrapperAndCaller` abis and addresses renamed to `SparksEthUnwrapperAndCaller`
17
+ - 898c84a7: [chore] Update dependencies and runtime scripts
32
18
 
33
- ### Patch Changes
19
+ This ensures jobs do not match binary names to make runs less ambigious and also that all deps are accounted for.
34
20
 
35
- - fcf962f2: Deployed Sparks contracts
21
+ - e0b5074d: Updated mainnet 1155 addresses and versions
36
22
 
37
23
  ## 0.1.13
38
24
 
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Zora Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.