@cowprotocol/sdk-order-signing 0.3.0 → 1.0.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -77,7 +77,7 @@ declare const COW_EIP712_TYPES: {
|
|
|
77
77
|
* Utility class for signing order intents and cancellations.
|
|
78
78
|
*
|
|
79
79
|
* @remarks This class only supports `eth_sign` and wallet-native EIP-712 signing. For use of
|
|
80
|
-
* `presign` and `eip1271` {@link https://docs.cow.
|
|
80
|
+
* `presign` and `eip1271` {@link https://docs.cow.fi/ | see the docs}.
|
|
81
81
|
* @example
|
|
82
82
|
*
|
|
83
83
|
* ```typescript
|
package/dist/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ declare const COW_EIP712_TYPES: {
|
|
|
77
77
|
* Utility class for signing order intents and cancellations.
|
|
78
78
|
*
|
|
79
79
|
* @remarks This class only supports `eth_sign` and wallet-native EIP-712 signing. For use of
|
|
80
|
-
* `presign` and `eip1271` {@link https://docs.cow.
|
|
80
|
+
* `presign` and `eip1271` {@link https://docs.cow.fi/ | see the docs}.
|
|
81
81
|
* @example
|
|
82
82
|
*
|
|
83
83
|
* ```typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-order-signing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "TypeScript order signing for CoW Protocol SDK",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@cowprotocol/sdk-
|
|
23
|
-
"@cowprotocol/sdk-
|
|
24
|
-
"@cowprotocol/sdk-
|
|
25
|
-
"@cowprotocol/sdk-
|
|
22
|
+
"@cowprotocol/sdk-common": "0.10.2",
|
|
23
|
+
"@cowprotocol/sdk-config": "2.0.0",
|
|
24
|
+
"@cowprotocol/sdk-contracts-ts": "3.0.1",
|
|
25
|
+
"@cowprotocol/sdk-order-book": "3.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/jest": "^29.5.5",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"tsup": "^7.2.0",
|
|
37
37
|
"typescript": "^5.2.2",
|
|
38
38
|
"viem": "^2.28.4",
|
|
39
|
-
"@cowprotocol/sdk-ethers-
|
|
40
|
-
"@cowprotocol/sdk-ethers-
|
|
41
|
-
"@cowprotocol/sdk-viem-adapter": "0.3.
|
|
39
|
+
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.4",
|
|
40
|
+
"@cowprotocol/sdk-ethers-v6-adapter": "0.4.4",
|
|
41
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.18",
|
|
42
42
|
"@cow-sdk/typescript-config": "0.0.0-beta.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|