Merge development

This commit is contained in:
Leonid Logvinov
2019-01-14 12:17:12 +01:00
288 changed files with 2588 additions and 4683 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1547225310,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [

View File

@@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v1.0.1 - _January 11, 2019_
* Dependencies updated
## v1.0.0 - _Invalid date_
* Initial release as a separate package. For historical entries see @0x/sol-tracing-utils (#1492)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-trace",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@@ -29,16 +29,16 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
"dependencies": {
"@0x/subproviders": "^2.1.8",
"@0x/typescript-typings": "^3.0.6",
"@0x/sol-tracing-utils": "^2.1.16",
"ethereum-types": "^1.1.4",
"@0x/sol-tracing-utils": "^3.0.0",
"@0x/subproviders": "^2.1.10",
"@0x/typescript-typings": "^3.0.7",
"ethereum-types": "^1.1.5",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5",
"loglevel": "^1.6.1"
},
"devDependencies": {
"@0x/tslint-config": "^2.0.0",
"@0x/tslint-config": "^2.0.1",
"@types/loglevel": "^1.5.3",
"@types/node": "*",
"npm-run-all": "^4.1.2",