@0x/json-schemas
Advanced tools
Comparing version 3.0.11 to 3.1.11
[ | ||
{ | ||
"version": "3.1.11", | ||
"changes": [ | ||
{ | ||
"note": "permit mixed-case addresses" | ||
} | ||
], | ||
"timestamp": 1563957393 | ||
}, | ||
{ | ||
"timestamp": 1563006338, | ||
@@ -4,0 +13,0 @@ "version": "3.0.11", |
@@ -8,2 +8,6 @@ <!-- | ||
## v3.1.11 - _July 24, 2019_ | ||
* permit mixed-case addresses | ||
## v3.0.11 - _July 13, 2019_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"id": "/addressSchema", | ||
"type": "string", | ||
"pattern": "^0x[0-9a-f]{40}$" | ||
"pattern": "^0x[0-9a-fA-F]{40}$" | ||
} |
{ | ||
"name": "@0x/json-schemas", | ||
"version": "3.0.11", | ||
"version": "3.1.11", | ||
"engines": { | ||
@@ -43,3 +43,3 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/typescript-typings": "^4.2.3", | ||
"@0x/typescript-typings": "^4.2.4", | ||
"@types/node": "*", | ||
@@ -51,3 +51,3 @@ "jsonschema": "^1.2.0", | ||
"@0x/tslint-config": "^3.0.1", | ||
"@0x/utils": "^4.4.0", | ||
"@0x/utils": "^4.4.1", | ||
"@types/lodash.foreach": "^4.5.3", | ||
@@ -71,3 +71,3 @@ "@types/lodash.values": "^4.3.3", | ||
}, | ||
"gitHead": "e8535551650633b26eac8330b91b6a1b92ec43f3" | ||
"gitHead": "6f3cee1a1e64bac518dfbe780920efe46bf76d40" | ||
} |
73944
63
2169