@cowprotocol/cow-sdk 7.4.2 → 8.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/README.md CHANGED
@@ -23,7 +23,6 @@ The SDK supports all CoW Protocol enabled networks:
23
23
  - **Base** (8453) - `SupportedChainId.BASE`
24
24
  - **Polygon** (137) - `SupportedChainId.POLYGON`
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
- - **Lens** (232) - `SupportedChainId.LENS`
27
26
  - **BNB** (56) - `SupportedChainId.BNB`
28
27
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
28
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.1](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v8.0.0...cow-sdk-v8.0.1) (2026-03-16)
4
+
5
+
6
+ ### 🔧 Miscellaneous
7
+
8
+ * release main ([#826](https://github.com/cowprotocol/cow-sdk/issues/826)) ([baaa708](https://github.com/cowprotocol/cow-sdk/commit/baaa7088ac15b89fb83310e54aa52f09d19132ff))
9
+ * release main ([#832](https://github.com/cowprotocol/cow-sdk/issues/832)) ([5dafcb8](https://github.com/cowprotocol/cow-sdk/commit/5dafcb8ec5593250dba1ff6e9fdbf8eb11d974cf))
10
+ * revert release ([#833](https://github.com/cowprotocol/cow-sdk/issues/833)) ([0c40a9b](https://github.com/cowprotocol/cow-sdk/commit/0c40a9b3ee828c7ede66576f02e1b571e96140cd))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @cowprotocol/sdk-app-data bumped to 4.6.9
18
+ * @cowprotocol/sdk-common bumped to 0.8.0
19
+ * @cowprotocol/sdk-config bumped to 1.1.0
20
+ * @cowprotocol/sdk-contracts-ts bumped to 2.1.0
21
+ * @cowprotocol/sdk-order-book bumped to 2.0.1
22
+ * @cowprotocol/sdk-order-signing bumped to 0.2.0
23
+ * @cowprotocol/sdk-trading bumped to 1.1.0
24
+
25
+ ## [8.0.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.4.2...cow-sdk-v8.0.0) (2026-03-10)
26
+
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+
30
+ * **chains:** Remove support for Lens.
31
+
32
+ ### ✨ Features
33
+
34
+ * **chains:** Remove Lens ([#818](https://github.com/cowprotocol/cow-sdk/issues/818)) ([e8c74a0](https://github.com/cowprotocol/cow-sdk/commit/e8c74a078e5940901591652164af7b2ffb7b1fa6))
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * The following workspace dependencies were updated
40
+ * dependencies
41
+ * @cowprotocol/sdk-app-data bumped to 4.6.8
42
+ * @cowprotocol/sdk-common bumped to 0.7.1
43
+ * @cowprotocol/sdk-config bumped to 1.0.0
44
+ * @cowprotocol/sdk-contracts-ts bumped to 2.0.0
45
+ * @cowprotocol/sdk-order-book bumped to 2.0.0
46
+ * @cowprotocol/sdk-order-signing bumped to 0.1.38
47
+ * @cowprotocol/sdk-trading bumped to 1.0.4
48
+
3
49
  ## [7.4.2](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.4.1...cow-sdk-v7.4.2) (2026-03-10)
4
50
 
5
51
 
package/dist/README.md CHANGED
@@ -23,7 +23,6 @@ The SDK supports all CoW Protocol enabled networks:
23
23
  - **Base** (8453) - `SupportedChainId.BASE`
24
24
  - **Polygon** (137) - `SupportedChainId.POLYGON`
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
- - **Lens** (232) - `SupportedChainId.LENS`
27
26
  - **BNB** (56) - `SupportedChainId.BNB`
28
27
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
28
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
package/dist/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.4.2",
3
+ "version": "8.0.1",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/cowprotocol/cow-sdk.git",
9
+ "directory": "packages/sdk"
10
+ },
6
11
  "main": "./dist/index.js",
7
12
  "module": "./dist/index.mjs",
8
13
  "types": "./dist/index.d.ts",
@@ -76,11 +81,6 @@
76
81
  "typescript",
77
82
  "subgraph"
78
83
  ],
79
- "repository": {
80
- "type": "git",
81
- "url": "https://github.com/cowprotocol/cow-sdk.git",
82
- "directory": "packages/sdk"
83
- },
84
84
  "bugs": {
85
85
  "url": "https://github.com/cowprotocol/cow-sdk/issues"
86
86
  },
package/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.4.2",
3
+ "version": "8.0.1",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/cowprotocol/cow-sdk.git",
9
+ "directory": "packages/sdk"
10
+ },
6
11
  "main": "./dist/index.js",
7
12
  "module": "./dist/index.mjs",
8
13
  "types": "./dist/index.d.ts",
@@ -20,23 +25,33 @@
20
25
  "publishConfig": {
21
26
  "access": "public"
22
27
  },
28
+ "scripts": {
29
+ "build": "tsup src/index.ts --format esm,cjs --dts --treeshake",
30
+ "postbuild": "pnpm copy-package-json && pnpm copy-md-files",
31
+ "copy-package-json": "npx shx cp package.json dist",
32
+ "copy-md-files": "npx cpx \"*.md\" dist",
33
+ "lint": "eslint src/**/*.ts",
34
+ "typecheck": "tsc --noEmit",
35
+ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
36
+ "prepublishOnly": "npm run build"
37
+ },
23
38
  "devDependencies": {
39
+ "@cow-sdk/typescript-config": "workspace:*",
24
40
  "@types/node": "^20.17.31",
25
41
  "jest": "^29.7.0",
26
42
  "shx": "^0.3.4",
27
43
  "ts-node": "^10.8.2",
28
44
  "tsup": "^7.2.0",
29
- "typescript": "^5.2.2",
30
- "@cow-sdk/typescript-config": "0.0.0-beta.0"
45
+ "typescript": "^5.2.2"
31
46
  },
32
47
  "dependencies": {
33
- "@cowprotocol/sdk-app-data": "4.6.7",
34
- "@cowprotocol/sdk-contracts-ts": "1.8.0",
35
- "@cowprotocol/sdk-config": "0.10.0",
36
- "@cowprotocol/sdk-order-book": "1.1.2",
37
- "@cowprotocol/sdk-common": "0.7.0",
38
- "@cowprotocol/sdk-order-signing": "0.1.37",
39
- "@cowprotocol/sdk-trading": "1.0.3"
48
+ "@cowprotocol/sdk-app-data": "workspace:*",
49
+ "@cowprotocol/sdk-common": "workspace:*",
50
+ "@cowprotocol/sdk-config": "workspace:*",
51
+ "@cowprotocol/sdk-contracts-ts": "workspace:*",
52
+ "@cowprotocol/sdk-order-book": "workspace:*",
53
+ "@cowprotocol/sdk-order-signing": "workspace:*",
54
+ "@cowprotocol/sdk-trading": "workspace:*"
40
55
  },
41
56
  "peerDependencies": {
42
57
  "@openzeppelin/merkle-tree": "^1.x",
@@ -66,22 +81,8 @@
66
81
  "typescript",
67
82
  "subgraph"
68
83
  ],
69
- "repository": {
70
- "type": "git",
71
- "url": "https://github.com/cowprotocol/cow-sdk.git",
72
- "directory": "packages/sdk"
73
- },
74
84
  "bugs": {
75
85
  "url": "https://github.com/cowprotocol/cow-sdk/issues"
76
86
  },
77
- "homepage": "https://github.com/cowprotocol/cow-sdk#readme",
78
- "scripts": {
79
- "build": "tsup src/index.ts --format esm,cjs --dts --treeshake",
80
- "postbuild": "pnpm copy-package-json && pnpm copy-md-files",
81
- "copy-package-json": "npx shx cp package.json dist",
82
- "copy-md-files": "npx cpx \"*.md\" dist",
83
- "lint": "eslint src/**/*.ts",
84
- "typecheck": "tsc --noEmit",
85
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
86
- }
87
- }
87
+ "homepage": "https://github.com/cowprotocol/cow-sdk#readme"
88
+ }