Revert "Publish"

This reverts commit 9336d4e545.
This commit is contained in:
xianny
2019-11-05 17:05:58 -08:00
parent 9336d4e545
commit 8811a5387a
51 changed files with 560 additions and 560 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen",
"version": "4.4.0-beta.1",
"version": "4.3.0-beta.0",
"engines": {
"node": ">=6.12"
},
@@ -61,14 +61,14 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": {
"@0x/types": "^2.5.0-beta.1",
"@0x/typescript-typings": "^4.4.0-beta.1",
"@0x/utils": "^4.6.0-beta.1",
"@0x/types": "^2.5.0-beta.0",
"@0x/typescript-typings": "^4.4.0-beta.0",
"@0x/utils": "^4.6.0-beta.0",
"@types/toposort": "^2.0.1",
"chalk": "^2.3.0",
"change-case": "^3.0.2",
"cli-format": "^3.0.9",
"ethereum-types": "^2.2.0-beta.1",
"ethereum-types": "^2.2.0-beta.0",
"glob": "^7.1.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.11",
@@ -79,15 +79,15 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/assert": "^2.2.0-beta.1",
"@0x/base-contract": "^5.5.0-beta.1",
"@0x/contracts-gen": "^1.1.0-beta.1",
"@0x/dev-utils": "^2.4.0-beta.1",
"@0x/json-schemas": "^4.1.0-beta.1",
"@0x/sol-compiler": "^3.2.0-beta.1",
"@0x/subproviders": "^5.1.0-beta.1",
"@0x/tslint-config": "^3.1.0-beta.0",
"@0x/web3-wrapper": "^6.1.0-beta.1",
"@0x/assert": "^2.2.0-beta.0",
"@0x/base-contract": "^5.5.0-beta.0",
"@0x/contracts-gen": "^1.1.0-beta.0",
"@0x/dev-utils": "^2.4.0-beta.0",
"@0x/json-schemas": "^4.1.0-beta.0",
"@0x/sol-compiler": "^3.2.0-beta.0",
"@0x/subproviders": "^5.1.0-beta.0",
"@0x/tslint-config": "^3.0.1",
"@0x/web3-wrapper": "^6.1.0-beta.0",
"@types/glob": "5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",