Revert failed publish

This commit is contained in:
xianny
2019-08-08 10:02:32 -07:00
parent c1009d440e
commit 18ce6797e0
133 changed files with 402 additions and 881 deletions

View File

@@ -1,13 +1,4 @@
[
{
"timestamp": 1565281154,
"version": "0.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564607468,
"version": "0.0.6",

View File

@@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.7 - _August 8, 2019_
* Dependencies updated
## v0.0.6 - _July 31, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-dev-utils",
"version": "0.0.7",
"version": "0.0.6",
"engines": {
"node": ">=6.12"
},
@@ -47,11 +47,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^4.1.0",
"@0x/contracts-gen": "^1.0.13",
"@0x/contracts-test-utils": "^3.1.13",
"@0x/dev-utils": "^2.3.0",
"@0x/sol-compiler": "^3.1.12",
"@0x/abi-gen": "^3.1.2",
"@0x/contracts-gen": "^1.0.12",
"@0x/contracts-test-utils": "^3.1.12",
"@0x/dev-utils": "^2.2.6",
"@0x/sol-compiler": "^3.1.11",
"@0x/tslint-config": "^3.0.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
@@ -69,19 +69,19 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^5.3.1",
"@0x/contracts-asset-proxy": "^2.2.5",
"@0x/contracts-erc1155": "^1.1.12",
"@0x/contracts-erc20": "^2.2.11",
"@0x/contracts-erc721": "^2.1.12",
"@0x/contracts-exchange": "^2.1.11",
"@0x/contracts-exchange-libs": "^3.0.5",
"@0x/contracts-utils": "^3.2.1",
"@0x/order-utils": "^8.2.5",
"@0x/base-contract": "^5.3.0",
"@0x/contracts-asset-proxy": "^2.2.4",
"@0x/contracts-erc1155": "^1.1.11",
"@0x/contracts-erc20": "^2.2.10",
"@0x/contracts-erc721": "^2.1.11",
"@0x/contracts-exchange": "^2.1.10",
"@0x/contracts-exchange-libs": "^3.0.4",
"@0x/contracts-utils": "^3.2.0",
"@0x/order-utils": "^8.2.4",
"@0x/types": "^2.4.1",
"@0x/typescript-typings": "^4.2.4",
"@0x/utils": "^4.5.0",
"@0x/web3-wrapper": "^6.0.10",
"@0x/utils": "^4.4.2",
"@0x/web3-wrapper": "^6.0.9",
"ethereum-types": "^2.1.4",
"ethereumjs-util": "^5.1.1"
},