@0x/json-schemas
Advanced tools
Comparing version 4.1.0-beta.3 to 5.0.0
[ | ||
{ | ||
"version": "5.0.0", | ||
"changes": [ | ||
{ | ||
"note": "All references to network ID have been removed, and references to chain ID have been introduced instead", | ||
"pr": 2313 | ||
}, | ||
{ | ||
"note": "Add `eip712DomainSchema` schema", | ||
"pr": 1742 | ||
}, | ||
{ | ||
"note": "Add required field `domain` to `order` and `zeroExTransaction` schemas", | ||
"pr": 1742 | ||
}, | ||
{ | ||
"note": "Add `makerAssetData` and `takerAssetData` to `Order` schemas", | ||
"pr": 1819 | ||
}, | ||
{ | ||
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` schema", | ||
"pr": 1832 | ||
} | ||
], | ||
"timestamp": 1575296764 | ||
}, | ||
{ | ||
"version": "4.1.0-beta.3", | ||
@@ -4,0 +30,0 @@ "changes": [ |
@@ -8,2 +8,10 @@ <!-- | ||
## v5.0.0 - _December 2, 2019_ | ||
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313) | ||
* Add `eip712DomainSchema` schema (#1742) | ||
* Add required field `domain` to `order` and `zeroExTransaction` schemas (#1742) | ||
* Add `makerAssetData` and `takerAssetData` to `Order` schemas (#1819) | ||
* Add `expirationTimeSeconds` to `ZeroExTransaction` schema (#1832) | ||
## v4.1.0-beta.3 - _December 2, 2019_ | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "@0x/json-schemas", | ||
"version": "4.1.0-beta.3", | ||
"version": "5.0.0", | ||
"engines": { | ||
@@ -46,3 +46,3 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/typescript-typings": "^4.4.0-beta.2", | ||
"@0x/typescript-typings": "^5.0.0", | ||
"@types/node": "*", | ||
@@ -54,4 +54,4 @@ "jsonschema": "^1.2.0", | ||
"@0x/ts-doc-gen": "^0.0.22", | ||
"@0x/tslint-config": "^3.1.0-beta.2", | ||
"@0x/utils": "^4.6.0-beta.3", | ||
"@0x/tslint-config": "^4.0.0", | ||
"@0x/utils": "^5.0.0", | ||
"@types/lodash.foreach": "^4.5.3", | ||
@@ -75,3 +75,3 @@ "@types/lodash.values": "^4.3.3", | ||
}, | ||
"gitHead": "21db0e6275eef4fbfd58c5a1c05d384098e6334a" | ||
"gitHead": "761d0a0f1849c6e247f7219b9cee4f7a18473409" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
77455
2312
1
+ Added@0x/typescript-typings@5.3.2(transitive)
+ Added@types/node@12.12.54(transitive)
+ Addedethereum-types@3.7.1(transitive)
- Removed@0x/typescript-typings@4.4.0-beta.2(transitive)
- Removedethereum-types@2.2.0-beta.2(transitive)