@cowprotocol/cow-sdk 9.0.2 → 9.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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.1.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v9.0.2...cow-sdk-v9.1.0) (2026-04-28)
4
+
5
+
6
+ ### ✨ Features
7
+
8
+ * update ipfsOnlyHash deps ([#869](https://github.com/cowprotocol/cow-sdk/issues/869)) ([d6b30cf](https://github.com/cowprotocol/cow-sdk/commit/d6b30cfc248cb7d93f9b00113da7412b45b58194))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @cowprotocol/sdk-app-data bumped to 5.1.0
16
+ * @cowprotocol/sdk-trading bumped to 2.0.3
17
+
3
18
  ## [9.0.2](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v9.0.1...cow-sdk-v9.0.2) (2026-04-22)
4
19
 
5
20
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "9.0.2",
3
+ "version": "9.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": {
@@ -56,16 +56,12 @@
56
56
  "peerDependencies": {
57
57
  "@openzeppelin/merkle-tree": "^1.x",
58
58
  "cross-fetch": "^3.x",
59
- "ipfs-only-hash": "^4.x",
60
59
  "multiformats": "^9.x"
61
60
  },
62
61
  "peerDependenciesMeta": {
63
62
  "cross-fetch": {
64
63
  "optional": false
65
64
  },
66
- "ipfs-only-hash": {
67
- "optional": true
68
- },
69
65
  "multiformats": {
70
66
  "optional": true
71
67
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "9.0.2",
3
+ "version": "9.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,27 +35,23 @@
35
35
  "@cow-sdk/typescript-config": "0.0.0-beta.0"
36
36
  },
37
37
  "dependencies": {
38
- "@cowprotocol/sdk-app-data": "5.0.0",
39
- "@cowprotocol/sdk-common": "0.10.2",
40
- "@cowprotocol/sdk-contracts-ts": "3.0.1",
41
38
  "@cowprotocol/sdk-config": "2.0.0",
42
- "@cowprotocol/sdk-order-signing": "1.0.1",
39
+ "@cowprotocol/sdk-app-data": "5.1.0",
40
+ "@cowprotocol/sdk-contracts-ts": "3.0.1",
43
41
  "@cowprotocol/sdk-order-book": "3.0.0",
44
- "@cowprotocol/sdk-trading": "2.0.2"
42
+ "@cowprotocol/sdk-order-signing": "1.0.1",
43
+ "@cowprotocol/sdk-common": "0.10.2",
44
+ "@cowprotocol/sdk-trading": "2.0.3"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@openzeppelin/merkle-tree": "^1.x",
48
48
  "cross-fetch": "^3.x",
49
- "ipfs-only-hash": "^4.x",
50
49
  "multiformats": "^9.x"
51
50
  },
52
51
  "peerDependenciesMeta": {
53
52
  "cross-fetch": {
54
53
  "optional": false
55
54
  },
56
- "ipfs-only-hash": {
57
- "optional": true
58
- },
59
55
  "multiformats": {
60
56
  "optional": true
61
57
  },