@cowprotocol/sdk-order-signing 0.3.0 → 1.0.0

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 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.finance/ | see the docs}.
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.finance/ | see the docs}.
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.0",
3
+ "version": "1.0.0",
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-config": "1.2.0",
23
- "@cowprotocol/sdk-contracts-ts": "2.5.0",
24
- "@cowprotocol/sdk-order-book": "2.1.0",
25
- "@cowprotocol/sdk-common": "0.10.1"
22
+ "@cowprotocol/sdk-common": "0.10.2",
23
+ "@cowprotocol/sdk-contracts-ts": "3.0.0",
24
+ "@cowprotocol/sdk-order-book": "3.0.0",
25
+ "@cowprotocol/sdk-config": "2.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/jest": "^29.5.5",
@@ -36,10 +36,10 @@
36
36
  "tsup": "^7.2.0",
37
37
  "typescript": "^5.2.2",
38
38
  "viem": "^2.28.4",
39
- "@cowprotocol/sdk-ethers-v6-adapter": "0.4.3",
40
- "@cowprotocol/sdk-ethers-v5-adapter": "0.4.3",
41
- "@cowprotocol/sdk-viem-adapter": "0.3.17",
42
- "@cow-sdk/typescript-config": "0.0.0-beta.0"
39
+ "@cowprotocol/sdk-ethers-v5-adapter": "0.4.4",
40
+ "@cowprotocol/sdk-ethers-v6-adapter": "0.4.4",
41
+ "@cow-sdk/typescript-config": "0.0.0-beta.0",
42
+ "@cowprotocol/sdk-viem-adapter": "0.3.18"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup src/index.ts --format esm,cjs --dts",