@cowprotocol/cow-sdk
Advanced tools
Comparing version 5.8.0-RC.4 to 5.8.0-RC.5
{ | ||
"name": "@cowprotocol/cow-sdk", | ||
"version": "5.8.0-RC.4", | ||
"version": "5.8.0-RC.5", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -583,27 +583,21 @@ export default { | ||
"type": "object", | ||
"properties": { | ||
"Order": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"type": { | ||
"type": "string" | ||
} | ||
"additionalProperties": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"required": [ | ||
"name", | ||
"type" | ||
], | ||
"additionalProperties": false | ||
} | ||
"type": { | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"name", | ||
"type" | ||
], | ||
"additionalProperties": false | ||
} | ||
}, | ||
"required": [ | ||
"Order" | ||
], | ||
"additionalProperties": false | ||
} | ||
}, | ||
@@ -610,0 +604,0 @@ "message": { |
@@ -23,5 +23,3 @@ import type { AppDataParams, latest, LatestAppDataDocVersion } from '@cowprotocol/app-data'; | ||
primaryType: typeof ORDER_PRIMARY_TYPE; | ||
types: { | ||
Order: TypedDataField[]; | ||
}; | ||
types: Record<string, TypedDataField[]>; | ||
message: UnsignedOrder; | ||
@@ -28,0 +26,0 @@ } |
{ | ||
"name": "@cowprotocol/cow-sdk", | ||
"version": "5.8.0-RC.4", | ||
"version": "5.8.0-RC.5", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4799532
16270