@cowprotocol/sdk-trading 2.0.2 → 2.0.3
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.js +1 -5
- package/dist/index.mjs +1 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -491,7 +491,7 @@ var import_deepmerge = __toESM(require("deepmerge"));
|
|
|
491
491
|
// ../sdk/package.json
|
|
492
492
|
var package_default = {
|
|
493
493
|
name: "@cowprotocol/cow-sdk",
|
|
494
|
-
version: "9.0
|
|
494
|
+
version: "9.1.0",
|
|
495
495
|
license: "(MIT OR Apache-2.0)",
|
|
496
496
|
description: "CoW Protocol SDK - get quote, configure your order, and trade",
|
|
497
497
|
repository: {
|
|
@@ -547,16 +547,12 @@ var package_default = {
|
|
|
547
547
|
peerDependencies: {
|
|
548
548
|
"@openzeppelin/merkle-tree": "^1.x",
|
|
549
549
|
"cross-fetch": "^3.x",
|
|
550
|
-
"ipfs-only-hash": "^4.x",
|
|
551
550
|
multiformats: "^9.x"
|
|
552
551
|
},
|
|
553
552
|
peerDependenciesMeta: {
|
|
554
553
|
"cross-fetch": {
|
|
555
554
|
optional: false
|
|
556
555
|
},
|
|
557
|
-
"ipfs-only-hash": {
|
|
558
|
-
optional: true
|
|
559
|
-
},
|
|
560
556
|
multiformats: {
|
|
561
557
|
optional: true
|
|
562
558
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -455,7 +455,7 @@ import deepmerge from "deepmerge";
|
|
|
455
455
|
// ../sdk/package.json
|
|
456
456
|
var package_default = {
|
|
457
457
|
name: "@cowprotocol/cow-sdk",
|
|
458
|
-
version: "9.0
|
|
458
|
+
version: "9.1.0",
|
|
459
459
|
license: "(MIT OR Apache-2.0)",
|
|
460
460
|
description: "CoW Protocol SDK - get quote, configure your order, and trade",
|
|
461
461
|
repository: {
|
|
@@ -511,16 +511,12 @@ var package_default = {
|
|
|
511
511
|
peerDependencies: {
|
|
512
512
|
"@openzeppelin/merkle-tree": "^1.x",
|
|
513
513
|
"cross-fetch": "^3.x",
|
|
514
|
-
"ipfs-only-hash": "^4.x",
|
|
515
514
|
multiformats: "^9.x"
|
|
516
515
|
},
|
|
517
516
|
peerDependenciesMeta: {
|
|
518
517
|
"cross-fetch": {
|
|
519
518
|
optional: false
|
|
520
519
|
},
|
|
521
|
-
"ipfs-only-hash": {
|
|
522
|
-
optional: true
|
|
523
|
-
},
|
|
524
520
|
multiformats: {
|
|
525
521
|
optional: true
|
|
526
522
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-trading",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "CowProtocol trading",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"viem": "^2.28.4",
|
|
34
34
|
"ts-jest": "^29.0.0",
|
|
35
35
|
"tsx": "^4.19.4",
|
|
36
|
-
"@cow-sdk/typescript-config": "0.0.0-beta.0",
|
|
37
36
|
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.4",
|
|
38
37
|
"@cowprotocol/sdk-ethers-v6-adapter": "0.4.4",
|
|
39
|
-
"@cowprotocol/sdk-viem-adapter": "0.3.18"
|
|
38
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.18",
|
|
39
|
+
"@cow-sdk/typescript-config": "0.0.0-beta.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"deepmerge": "^4.3.1",
|
|
43
43
|
"@cowprotocol/sdk-common": "0.10.2",
|
|
44
|
+
"@cowprotocol/sdk-order-book": "3.0.0",
|
|
45
|
+
"@cowprotocol/sdk-app-data": "5.1.0",
|
|
44
46
|
"@cowprotocol/sdk-config": "2.0.0",
|
|
45
47
|
"@cowprotocol/sdk-order-signing": "1.0.1",
|
|
46
|
-
"@cowprotocol/sdk-app-data": "5.0.0",
|
|
47
|
-
"@cowprotocol/sdk-order-book": "3.0.0",
|
|
48
48
|
"@cowprotocol/sdk-contracts-ts": "3.0.1"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|