ethereum-types
Advanced tools
Comparing version 3.4.0 to 3.4.1
[ | ||
{ | ||
"timestamp": 1616613438, | ||
"version": "3.4.1", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "3.4.0", | ||
@@ -4,0 +13,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v3.4.1 - _March 24, 2021_ | ||
* Dependencies updated | ||
## v3.4.0 - _December 2, 2020_ | ||
@@ -10,0 +14,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SolidityTypes = exports.BlockParamLiteral = exports.AbiType = exports.OpCode = void 0; | ||
var OpCode; | ||
@@ -4,0 +5,0 @@ (function (OpCode) { |
{ | ||
"name": "ethereum-types", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"engines": { | ||
@@ -36,3 +36,3 @@ "node": ">=6.12" | ||
"@0x/ts-doc-gen": "^0.0.28", | ||
"@0x/tslint-config": "^4.1.3", | ||
"@0x/tslint-config": "^4.1.4", | ||
"make-promises-safe": "^1.1.0", | ||
@@ -42,3 +42,3 @@ "shx": "^0.2.2", | ||
"typedoc": "~0.16.11", | ||
"typescript": "3.0.1" | ||
"typescript": "4.2.2" | ||
}, | ||
@@ -52,3 +52,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "e5b2c8c477f85dac6956ff52085e25eb7f2030cf" | ||
"gitHead": "1eec1e081f73258aa42a96f530df76292d6d586d" | ||
} |
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
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
58048
1207