@cowprotocol/cow-sdk 8.0.5 → 8.1.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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # CoW SDK
6
6
 
7
- ## 📚 [Docs website](https://docs.cow.fi/)
7
+ ## 📚 [Docs website](https://docs.cow.finance/)
8
8
 
9
9
  ## Test coverage
10
10
 
@@ -31,13 +31,13 @@ The SDK supports all CoW Protocol enabled networks:
31
31
 
32
32
  ## 🔗 **Related Resources**
33
33
 
34
- - **[CoW Protocol Documentation](https://docs.cow.fi/)**
35
- - **[API Reference](https://api.cow.fi/docs/)**
36
- - **[CoW Protocol Website](https://cow.fi/)**
34
+ - **[CoW Protocol Documentation](https://docs.cow.finance/)**
35
+ - **[API Reference](https://api.cow.finance/docs/)**
36
+ - **[CoW Protocol Website](https://cow.finance/)**
37
37
  - **[Examples Repository](https://github.com/cowprotocol/cow-sdk/tree/main/examples)**
38
38
  - **Issues**: [GitHub Issues](https://github.com/cowprotocol/cow-sdk/issues)
39
39
  - **Discord**: [CoW Protocol Discord](https://discord.com/invite/cowprotocol)
40
- - **Documentation**: [docs.cow.fi](https://docs.cow.fi/)
40
+ - **Documentation**: [docs.cow.finance](https://docs.cow.finance/)
41
41
 
42
42
  ## Getting Started
43
43
 
@@ -81,7 +81,7 @@ The `@cowprotocol/cow-sdk` provides tools at different abstraction levels, allow
81
81
 
82
82
  ### Advanced
83
83
  - **[`BridgingSdk`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/bridging/README.md)** - Cross-chain token transfers and bridging functionality
84
- - **[`ConditionalOrder`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/composable/README.md)** - SDK for Programmatic Orders such as TWAP ([Read more](https://docs.cow.fi/cow-protocol/concepts/order-types/programmatic-orders))
84
+ - **[`ConditionalOrder`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/composable/README.md)** - SDK for Programmatic Orders such as TWAP ([Read more](https://docs.cow.finance/cow-protocol/concepts/order-types/programmatic-orders))
85
85
  - **[`CowShedSdk`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/cow-shed/README.md)** - Account abstraction that leverages EOA with smart contract capabilities
86
86
 
87
87
  ## v6 → v7 Migration Guide
@@ -290,7 +290,7 @@ const orderBookApi = new OrderBookApi({
290
290
  })
291
291
  ```
292
292
 
293
- By default, the SDK routes requests through `partners.cow.fi` (prod) or `partners.barn.cow.fi` (staging) and includes the `X-API-Key` header. If you provide custom `baseUrls`, those take precedence over the default partner hosts, but the `X-API-Key` header is still sent with every request.
293
+ By default, the SDK routes requests through `partners.cow.finance` (prod) or `partners.barn.cow.finance` (staging) and includes the `X-API-Key` header. If you provide custom `baseUrls`, those take precedence over the default partner hosts, but the `X-API-Key` header is still sent with every request.
294
294
 
295
295
  See the [OrderBookApi documentation](https://github.com/cowprotocol/cow-sdk/tree/main/packages/order-book/README.md#partner-api-authenticated-access) for more details, including usage with the Trading SDK.
296
296
 
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.1.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v8.0.6...cow-sdk-v8.1.0) (2026-04-14)
4
+
5
+
6
+ ### ✨ Features
7
+
8
+ * migrate to cow.finance domain ([#860](https://github.com/cowprotocol/cow-sdk/issues/860)) ([a4e7633](https://github.com/cowprotocol/cow-sdk/commit/a4e76333b7a276baec5c977f44b15498550d8e50))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @cowprotocol/sdk-app-data bumped to 4.7.0
16
+ * @cowprotocol/sdk-common bumped to 0.10.1
17
+ * @cowprotocol/sdk-config bumped to 1.2.0
18
+ * @cowprotocol/sdk-contracts-ts bumped to 2.5.0
19
+ * @cowprotocol/sdk-order-book bumped to 2.1.0
20
+ * @cowprotocol/sdk-order-signing bumped to 0.3.0
21
+ * @cowprotocol/sdk-trading bumped to 1.3.0
22
+
23
+ ## [8.0.6](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v8.0.5...cow-sdk-v8.0.6) (2026-04-08)
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @cowprotocol/sdk-app-data bumped to 4.6.14
31
+ * @cowprotocol/sdk-common bumped to 0.10.0
32
+ * @cowprotocol/sdk-config bumped to 1.1.3
33
+ * @cowprotocol/sdk-contracts-ts bumped to 2.4.0
34
+ * @cowprotocol/sdk-order-book bumped to 2.0.5
35
+ * @cowprotocol/sdk-order-signing bumped to 0.2.5
36
+ * @cowprotocol/sdk-trading bumped to 1.2.2
37
+
3
38
  ## [8.0.5](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v8.0.4...cow-sdk-v8.0.5) (2026-04-01)
4
39
 
5
40
 
package/dist/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # CoW SDK
6
6
 
7
- ## 📚 [Docs website](https://docs.cow.fi/)
7
+ ## 📚 [Docs website](https://docs.cow.finance/)
8
8
 
9
9
  ## Test coverage
10
10
 
@@ -31,13 +31,13 @@ The SDK supports all CoW Protocol enabled networks:
31
31
 
32
32
  ## 🔗 **Related Resources**
33
33
 
34
- - **[CoW Protocol Documentation](https://docs.cow.fi/)**
35
- - **[API Reference](https://api.cow.fi/docs/)**
36
- - **[CoW Protocol Website](https://cow.fi/)**
34
+ - **[CoW Protocol Documentation](https://docs.cow.finance/)**
35
+ - **[API Reference](https://api.cow.finance/docs/)**
36
+ - **[CoW Protocol Website](https://cow.finance/)**
37
37
  - **[Examples Repository](https://github.com/cowprotocol/cow-sdk/tree/main/examples)**
38
38
  - **Issues**: [GitHub Issues](https://github.com/cowprotocol/cow-sdk/issues)
39
39
  - **Discord**: [CoW Protocol Discord](https://discord.com/invite/cowprotocol)
40
- - **Documentation**: [docs.cow.fi](https://docs.cow.fi/)
40
+ - **Documentation**: [docs.cow.finance](https://docs.cow.finance/)
41
41
 
42
42
  ## Getting Started
43
43
 
@@ -81,7 +81,7 @@ The `@cowprotocol/cow-sdk` provides tools at different abstraction levels, allow
81
81
 
82
82
  ### Advanced
83
83
  - **[`BridgingSdk`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/bridging/README.md)** - Cross-chain token transfers and bridging functionality
84
- - **[`ConditionalOrder`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/composable/README.md)** - SDK for Programmatic Orders such as TWAP ([Read more](https://docs.cow.fi/cow-protocol/concepts/order-types/programmatic-orders))
84
+ - **[`ConditionalOrder`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/composable/README.md)** - SDK for Programmatic Orders such as TWAP ([Read more](https://docs.cow.finance/cow-protocol/concepts/order-types/programmatic-orders))
85
85
  - **[`CowShedSdk`](https://github.com/cowprotocol/cow-sdk/tree/main/packages/cow-shed/README.md)** - Account abstraction that leverages EOA with smart contract capabilities
86
86
 
87
87
  ## v6 → v7 Migration Guide
@@ -290,7 +290,7 @@ const orderBookApi = new OrderBookApi({
290
290
  })
291
291
  ```
292
292
 
293
- By default, the SDK routes requests through `partners.cow.fi` (prod) or `partners.barn.cow.fi` (staging) and includes the `X-API-Key` header. If you provide custom `baseUrls`, those take precedence over the default partner hosts, but the `X-API-Key` header is still sent with every request.
293
+ By default, the SDK routes requests through `partners.cow.finance` (prod) or `partners.barn.cow.finance` (staging) and includes the `X-API-Key` header. If you provide custom `baseUrls`, those take precedence over the default partner hosts, but the `X-API-Key` header is still sent with every request.
294
294
 
295
295
  See the [OrderBookApi documentation](https://github.com/cowprotocol/cow-sdk/tree/main/packages/order-book/README.md#partner-api-authenticated-access) for more details, including usage with the Trading SDK.
296
296
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "8.0.5",
3
+ "version": "8.1.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
6
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "8.0.5",
3
+ "version": "8.1.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
6
  "repository": {
@@ -35,13 +35,13 @@
35
35
  "@cow-sdk/typescript-config": "0.0.0-beta.0"
36
36
  },
37
37
  "dependencies": {
38
- "@cowprotocol/sdk-app-data": "4.6.13",
39
- "@cowprotocol/sdk-common": "0.9.0",
40
- "@cowprotocol/sdk-config": "1.1.2",
41
- "@cowprotocol/sdk-contracts-ts": "2.3.0",
42
- "@cowprotocol/sdk-order-signing": "0.2.4",
43
- "@cowprotocol/sdk-order-book": "2.0.4",
44
- "@cowprotocol/sdk-trading": "1.2.1"
38
+ "@cowprotocol/sdk-app-data": "4.7.0",
39
+ "@cowprotocol/sdk-common": "0.10.1",
40
+ "@cowprotocol/sdk-config": "1.2.0",
41
+ "@cowprotocol/sdk-order-signing": "0.3.0",
42
+ "@cowprotocol/sdk-contracts-ts": "2.5.0",
43
+ "@cowprotocol/sdk-order-book": "2.1.0",
44
+ "@cowprotocol/sdk-trading": "1.3.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@openzeppelin/merkle-tree": "^1.x",