@0x/json-schemas
Advanced tools
Comparing version 6.2.0 to 6.3.0
[ | ||
{ | ||
"version": "6.3.0", | ||
"changes": [ | ||
{ | ||
"note": "Update call data and tx data schemas for 1559 fields", | ||
"pr": 45 | ||
} | ||
], | ||
"timestamp": 1629895966 | ||
}, | ||
{ | ||
"version": "6.2.0", | ||
@@ -4,0 +14,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v6.3.0 - _August 25, 2021_ | ||
* Update call data and tx data schemas for 1559 fields (#45) | ||
## v6.2.0 - _June 28, 2021_ | ||
@@ -10,0 +14,0 @@ |
@@ -15,2 +15,8 @@ { | ||
}, | ||
"maxFeePerGas": { | ||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }] | ||
}, | ||
"maxPriorityFeePerGas": { | ||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }] | ||
}, | ||
"data": { | ||
@@ -17,0 +23,0 @@ "type": "string", |
@@ -15,2 +15,8 @@ { | ||
}, | ||
"maxFeePerGas": { | ||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }] | ||
}, | ||
"maxPriorityFeePerGas": { | ||
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }] | ||
}, | ||
"data": { | ||
@@ -17,0 +23,0 @@ "type": "string", |
@@ -36,2 +36,12 @@ export declare const schemas: { | ||
}; | ||
maxFeePerGas: { | ||
oneOf: { | ||
$ref: string; | ||
}[]; | ||
}; | ||
maxPriorityFeePerGas: { | ||
oneOf: { | ||
$ref: string; | ||
}[]; | ||
}; | ||
data: { | ||
@@ -508,2 +518,12 @@ type: string; | ||
}; | ||
maxFeePerGas: { | ||
oneOf: { | ||
$ref: string; | ||
}[]; | ||
}; | ||
maxPriorityFeePerGas: { | ||
oneOf: { | ||
$ref: string; | ||
}[]; | ||
}; | ||
data: { | ||
@@ -510,0 +530,0 @@ type: string; |
{ | ||
"name": "@0x/json-schemas", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"engines": { | ||
@@ -46,3 +46,3 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/typescript-typings": "^5.2.0", | ||
"@0x/typescript-typings": "^5.2.1", | ||
"@types/node": "12.12.54", | ||
@@ -55,3 +55,3 @@ "ajv": "^6.12.5", | ||
"@0x/tslint-config": "^4.1.4", | ||
"@0x/utils": "^6.4.3", | ||
"@0x/utils": "^6.4.4", | ||
"@types/lodash.foreach": "^4.5.3", | ||
@@ -75,3 +75,3 @@ "@types/lodash.values": "^4.3.3", | ||
}, | ||
"gitHead": "4671a99dccbc34535d86e2254c78697f07aeb5dc" | ||
"gitHead": "b3f4c9ee35562003a4518e9a90492f28e5028b20" | ||
} |
Sorry, the diff of this file is not supported yet
77271
2411