@zoralabs/protocol-deployments 0.3.1 → 0.3.3
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.
- package/.turbo/turbo-build.log +22 -17
- package/CHANGELOG.md +13 -0
- package/dist/encoding.d.ts +15 -0
- package/dist/encoding.d.ts.map +1 -0
- package/dist/generated/wagmi.d.ts +718 -7
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +251 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +247 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/src/encoding.ts +6 -0
- package/src/generated/wagmi.ts +276 -1
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @zoralabs/protocol-deployments@0.3.
|
|
3
|
-
> pnpm bundle-configs && tsup
|
|
2
|
+
> @zoralabs/protocol-deployments@0.3.3 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
|
|
3
|
+
> pnpm bundle-configs && pnpm copy-generated && tsup
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @zoralabs/protocol-deployments@0.3.
|
|
6
|
+
> @zoralabs/protocol-deployments@0.3.3 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.3.
|
|
10
|
+
> @zoralabs/protocol-deployments@0.3.3 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/
|
|
14
|
-
src/
|
|
15
|
-
src/
|
|
16
|
-
|
|
17
|
-
scripts/bundle-
|
|
13
|
+
src/encoding.ts 66ms (unchanged)
|
|
14
|
+
src/index.ts 5ms (unchanged)
|
|
15
|
+
src/typedData.ts 114ms (unchanged)
|
|
16
|
+
src/types.ts 36ms (unchanged)
|
|
17
|
+
scripts/bundle-chainConfigs.ts 24ms (unchanged)
|
|
18
|
+
scripts/bundle-configs.ts 34ms (unchanged)
|
|
19
|
+
|
|
20
|
+
> @zoralabs/protocol-deployments@0.3.3 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
|
+
|
|
18
23
|
CLI Building entry: src/index.ts
|
|
19
24
|
CLI Using tsconfig: tsconfig.json
|
|
20
25
|
CLI tsup v7.3.0
|
|
@@ -23,21 +28,21 @@ CLI Target: es2021
|
|
|
23
28
|
CLI Cleaning output folder
|
|
24
29
|
CJS Build start
|
|
25
30
|
ESM Build start
|
|
26
|
-
|
|
31
|
+
CJS dist/index.cjs 384.05 KB
|
|
32
|
+
CJS dist/index.cjs.map 819.38 KB
|
|
33
|
+
CJS ⚡️ Build success in 688ms
|
|
34
|
+
ESM dist/index.js 323.29 KB
|
|
27
35
|
ESM dist/ccip-42FQPB7J.js 320.00 B
|
|
28
|
-
ESM dist/chunk-YMRS2KON.js 133.27 KB
|
|
29
36
|
ESM dist/_esm-KB2T7G46.js 130.03 KB
|
|
30
37
|
ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
|
|
31
38
|
ESM dist/chunk-5JV63AHR.js 3.91 KB
|
|
32
39
|
ESM dist/chunk-3EJPJMEH.js 1.88 KB
|
|
33
|
-
ESM dist/
|
|
40
|
+
ESM dist/chunk-YMRS2KON.js 133.27 KB
|
|
34
41
|
ESM dist/ccip-42FQPB7J.js.map 71.00 B
|
|
35
|
-
ESM dist/chunk-YMRS2KON.js.map 367.28 KB
|
|
36
42
|
ESM dist/_esm-KB2T7G46.js.map 204.85 KB
|
|
37
43
|
ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
|
|
38
44
|
ESM dist/chunk-5JV63AHR.js.map 14.32 KB
|
|
39
45
|
ESM dist/chunk-3EJPJMEH.js.map 71.00 B
|
|
40
|
-
ESM
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
CJS ⚡️ Build success in 681ms
|
|
46
|
+
ESM dist/index.js.map 619.90 KB
|
|
47
|
+
ESM dist/chunk-YMRS2KON.js.map 367.28 KB
|
|
48
|
+
ESM ⚡️ Build success in 689ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
+
## 0.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b885539f: Publish weth addresses
|
|
8
|
+
|
|
9
|
+
## 0.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 247ebc86: update for timed sales v2
|
|
14
|
+
- 24520e9a: Fix sdk setSale for v2 params
|
|
15
|
+
|
|
3
16
|
## 0.3.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** ABI parameters for performing a SafeTransferFrom based swap when selling on secondary. */
|
|
2
|
+
export declare const safeTransferSwapAbiParameters: readonly [{
|
|
3
|
+
readonly name: "recipient";
|
|
4
|
+
readonly internalType: "address payable";
|
|
5
|
+
readonly type: "address";
|
|
6
|
+
}, {
|
|
7
|
+
readonly name: "minEthToAcquire";
|
|
8
|
+
readonly internalType: "uint256";
|
|
9
|
+
readonly type: "uint256";
|
|
10
|
+
}, {
|
|
11
|
+
readonly name: "sqrtPriceLimitX96";
|
|
12
|
+
readonly internalType: "uint160";
|
|
13
|
+
readonly type: "uint160";
|
|
14
|
+
}];
|
|
15
|
+
//# sourceMappingURL=encoding.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../src/encoding.ts"],"names":[],"mappings":"AAAA,6FAA6F;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAIhC,CAAC"}
|