Update versions and CHANGELOG's to account for unpublished versions on NPM

This commit is contained in:
Fabio Berger
2018-06-18 23:18:42 +02:00
parent 50fa02c1d1
commit 28268d4355
46 changed files with 332 additions and 209 deletions

View File

@@ -67,11 +67,10 @@
"license": "Apache-2.0",
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/migrations": "^0.0.7",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
"@types/node": "9.6.0",
@@ -98,16 +97,16 @@
"webpack": "3.11.0"
},
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.2",
"@0xproject/assert": "^0.2.11",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/contract-wrappers": "^0.0.4",
"@0xproject/order-utils": "^0.0.6",
"@0xproject/order-watcher": "^0.0.5",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10"
},

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.3.1",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"version": "0.3.0",
"changes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/abi-gen",
"version": "0.3.0",
"version": "0.3.1",
"engines": {
"node": ">=6.12"
},
@@ -27,9 +27,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"chalk": "2.3.2",
"glob": "7.1.1",
"handlebars": "4.0.11",
@@ -39,8 +39,8 @@
"yargs": "11.1.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/glob": "5.0.35",
"@types/handlebars": "4.0.36",
"@types/mkdirp": "0.5.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.2.11",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527008270,
"version": "0.2.10",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/assert",
"version": "0.2.10",
"version": "0.2.11",
"engines": {
"node": ">=6.12"
},
@@ -30,8 +30,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
"@types/valid-url": "1.0.2",
@@ -47,9 +47,9 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"lodash": "4.17.10",
"valid-url": "1.0.9"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/base-contract",
"version": "0.3.2",
"version": "0.3.3",
"engines": {
"node": ">=6.12"
},
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"chai": "4.1.2",
"copyfiles": "1.2.0",
@@ -42,10 +42,10 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10"
},

View File

@@ -50,19 +50,19 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/assert": "^0.2.11",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.10",
"query-string": "4.3.4",
"websocket": "1.0.25"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/fetch-mock": "5.12.2",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",

View File

@@ -39,12 +39,12 @@
},
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/migrations": "^0.0.7",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
"@types/node": "9.6.0",
@@ -70,15 +70,15 @@
"web3-provider-engine": "13.8.0"
},
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.2",
"@0xproject/assert": "^0.2.11",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/fill-scenarios": "^0.0.3",
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethereumjs-blockstream": "2.0.7",
"ethereumjs-util": "5.1.5",
"ethers": "3.0.15",

View File

@@ -43,8 +43,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/node": "9.6.0",
"@types/yargs": "10.0.2",
@@ -65,12 +65,12 @@
},
"dependencies": {
"0x.js": "^0.38.3",
"@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"bn.js": "4.11.7",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "5.1.5",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.4.3",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"version": "0.4.2",
"changes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/dev-utils",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"node": ">=6.12"
},
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
"chai": "4.1.2",
@@ -44,11 +44,11 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/sol-cov": "^0.0.11",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/sol-cov": "^0.1.0",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/web3-wrapper": "^0.7.0",
"lodash": "4.17.10",
"web3": "0.20.6",
"web3-provider-engine": "13.8.0"

View File

@@ -24,9 +24,9 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
@@ -36,12 +36,12 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/base-contract": "^0.3.2",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10"
},

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.8.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527008794,
"version": "0.7.24",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/json-schemas",
"version": "0.7.24",
"version": "0.8.0",
"engines": {
"node": ">=6.12"
},
@@ -45,15 +45,15 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
"dependencies": {
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/typescript-typings": "^0.4.0",
"@types/node": "9.6.0",
"jsonschema": "1.2.2",
"lodash.values": "4.3.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/utils": "^0.6.2",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@0xproject/utils": "^0.7.0",
"@types/lodash.foreach": "4.5.3",
"@types/lodash.values": "4.3.3",
"@types/mocha": "2.2.48",

View File

@@ -27,20 +27,20 @@
"license": "Apache-2.0",
"dependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/sol-cov": "^0.0.11",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/types": "^0.7.0",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/sol-cov": "^0.1.0",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/tslint-config": "^0.4.19",
"@0xproject/types": "^0.8.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10",
"web3-provider-engine": "13.8.0"
},
"devDependencies": {
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/dev-utils": "^0.4.3",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chai-bignumber": "2.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.0.7",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527008794,
"version": "0.0.6",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
"version": "0.0.6",
"version": "0.0.7",
"engines": {
"node": ">=6.12"
},
@@ -25,9 +25,9 @@
"license": "Apache-2.0",
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/types": "^0.7.0",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/tslint-config": "^0.4.19",
"@0xproject/types": "^0.8.0",
"make-promises-safe": "1.1.0",
"npm-run-all": "4.1.2",
"shx": "0.2.2",
@@ -35,11 +35,11 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/monorepo-scripts",
"version": "0.1.20",
"version": "0.2.0",
"engines": {
"node": ">=6.12"
},

View File

@@ -43,9 +43,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
"devDependencies": {
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
@@ -62,12 +62,12 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/assert": "^0.2.11",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"@types/node": "9.6.0",
"bn.js": "4.11.7",
"ethereumjs-abi": "0.6.5",

View File

@@ -40,11 +40,11 @@
},
"devDependencies": {
"@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/migrations": "^0.0.7",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/sol-compiler": "^0.5.1",
"@0xproject/tslint-config": "^0.4.19",
"@types/bintrees": "1.0.2",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
@@ -70,16 +70,16 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.2",
"@0xproject/assert": "^0.2.11",
"@0xproject/base-contract": "^0.3.3",
"@0xproject/contract-wrappers": "^0.0.4",
"@0xproject/fill-scenarios": "^0.0.3",
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"bintrees": "1.0.2",
"ethers": "3.0.15",
"lodash": "4.17.10"

View File

@@ -26,7 +26,7 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "9.6.0",
@@ -50,7 +50,7 @@
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"@0xproject/react-docs": "^0.0.12",
"@0xproject/react-docs": "^0.0.13",
"basscss": "8.0.4",
"lodash": "4.17.10",
"material-ui": "0.17.4",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.0.13",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.0.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/react-docs",
"version": "0.0.12",
"version": "0.0.13",
"engines": {
"node": ">=6.12"
},
@@ -25,9 +25,9 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
"shx": "0.2.2",
@@ -35,8 +35,8 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/react-shared": "^0.1.7",
"@0xproject/utils": "^0.6.2",
"@0xproject/react-shared": "^0.2.0",
"@0xproject/utils": "^0.7.0",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "9.6.0",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.2.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.1.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/react-shared",
"version": "0.1.7",
"version": "0.2.0",
"engines": {
"node": ">=6.12"
},
@@ -25,9 +25,9 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
"shx": "0.2.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.5.1",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"version": "0.5.0",
"changes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-compiler",
"version": "0.5.0",
"version": "0.5.1",
"engines": {
"node": ">=6.12"
},
@@ -49,9 +49,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
"devDependencies": {
"@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/dev-utils": "^0.4.3",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/mkdirp": "0.5.2",
"@types/require-from-string": "1.2.0",
"@types/semver": "5.5.0",
@@ -72,12 +72,12 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/sol-resolver": "^0.0.5",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/sol-resolver": "^0.0.6",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"@types/yargs": "10.0.2",
"chalk": "2.3.2",
"ethereumjs-util": "5.1.5",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.1.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009134,
"version": "0.0.11",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-cov",
"version": "0.0.11",
"version": "0.1.0",
"engines": {
"node": ">=6.12"
},
@@ -46,10 +46,10 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
"dependencies": {
"@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"ethereumjs-util": "5.1.5",
"glob": "7.1.1",
"istanbul": "0.4.5",
@@ -59,8 +59,8 @@
"solidity-parser-antlr": "0.2.8"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/istanbul": "0.4.30",
"@types/mkdirp": "0.5.2",
"@types/mocha": "2.2.48",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.0.6",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-resolver",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"node": ">=6.12"
},
@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
"shx": "0.2.2",
@@ -33,7 +33,7 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.0.3",
"lodash": "4.17.10"
},

View File

@@ -32,19 +32,19 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
"dependencies": {
"0x.js": "^0.38.3",
"@0xproject/assert": "^0.2.10",
"@0xproject/assert": "^0.2.11",
"@0xproject/connect": "^0.6.14",
"@0xproject/json-schemas": "^0.7.24",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/json-schemas": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"chalk": "2.3.2",
"lodash": "4.17.10",
"newman": "3.9.3",
"yargs": "11.1.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",
"@types/nock": "9.1.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.10.3",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.10.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/subproviders",
"version": "0.10.2",
"version": "0.10.3",
"engines": {
"node": ">=6.12"
},
@@ -39,10 +39,10 @@
}
},
"dependencies": {
"@0xproject/assert": "^0.2.10",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/assert": "^0.2.11",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@ledgerhq/hw-app-eth": "4.7.3",
"@ledgerhq/hw-transport-u2f": "4.7.3",
"bip39": "2.5.0",
@@ -57,9 +57,9 @@
"web3-provider-engine": "13.8.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/utils": "^0.6.2",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@0xproject/utils": "^0.7.0",
"@types/bip39": "2.4.0",
"@types/lodash": "4.14.104",
"@types/mocha": "2.2.48",

View File

@@ -19,10 +19,10 @@
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.38.3",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"body-parser": "1.18.2",
"ethereumjs-tx": "1.3.4",
"ethereumjs-util": "5.1.5",
@@ -33,7 +33,7 @@
"web3-provider-engine": "13.8.0"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/tslint-config": "^0.4.19",
"@types/body-parser": "1.16.8",
"@types/express": "4.11.1",
"@types/lodash": "4.14.104",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.4.19",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.4.18",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/tslint-config",
"version": "0.4.18",
"version": "0.4.19",
"engines": {
"node": ">=6.12"
},
@@ -34,7 +34,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/monorepo-scripts": "^0.2.0",
"@types/lodash": "4.14.104",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.8.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"version": "0.7.0",
"changes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/types",
"version": "0.7.0",
"version": "0.8.0",
"engines": {
"node": ">=6.12"
},
@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
"shx": "0.2.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.4.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.3.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/typescript-typings",
"version": "0.3.2",
"version": "0.4.0",
"engines": {
"node": ">=6.12"
},
@@ -25,11 +25,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/types": "^0.8.0",
"bignumber.js": "~4.1.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/monorepo-scripts": "^0.2.0",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
"shx": "0.2.2"

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.7.0",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.6.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/utils",
"version": "0.6.2",
"version": "0.7.0",
"engines": {
"node": ">=6.12"
},
@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"copyfiles": "1.2.0",
"make-promises-safe": "1.1.0",
@@ -35,8 +35,8 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@types/node": "9.6.0",
"bignumber.js": "~4.1.0",
"ethers": "3.0.15",

View File

@@ -43,8 +43,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",
"@0xproject/monorepo-scripts": "^0.2.0",
"@0xproject/tslint-config": "^0.4.19",
"@types/lodash": "4.14.104",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
@@ -62,9 +62,9 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/types": "^0.8.0",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"ethers": "3.0.15",
"lodash": "4.17.10",
"web3": "0.20.6"

View File

@@ -19,12 +19,12 @@
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.38.3",
"@0xproject/react-docs": "^0.0.12",
"@0xproject/react-shared": "^0.1.7",
"@0xproject/subproviders": "^0.10.2",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@0xproject/react-docs": "^0.0.13",
"@0xproject/react-shared": "^0.2.0",
"@0xproject/subproviders": "^0.10.3",
"@0xproject/typescript-typings": "^0.4.0",
"@0xproject/utils": "^0.7.0",
"@0xproject/web3-wrapper": "^0.7.0",
"accounting": "0.4.1",
"basscss": "8.0.4",
"blockies": "0.0.2",

View File

@@ -19,17 +19,6 @@
"@0xproject/types" "^0.5.0"
bignumber.js "~4.1.0"
"@0xproject/web3-wrapper@^0.6.4":
version "0.6.4"
resolved "https://registry.yarnpkg.com/@0xproject/web3-wrapper/-/web3-wrapper-0.6.4.tgz#fb15b71cdf4e5001c2b2e0d316b0de485a2be5f8"
dependencies:
"@0xproject/types" "^0.7.0"
"@0xproject/typescript-typings" "^0.3.2"
"@0xproject/utils" "^0.6.2"
ethers "^3.0.15"
lodash "^4.17.4"
web3 "^0.20.0"
"@ledgerhq/hw-app-eth@4.7.3":
version "4.7.3"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.7.3.tgz#d352e19658ae296532e522c53c8ec2a1a77b64e5"
@@ -3922,7 +3911,7 @@ ethereumjs-wallet@~0.6.0:
utf8 "^2.1.1"
uuid "^2.0.1"
ethers@3.0.15, ethers@^3.0.15:
ethers@3.0.15:
version "3.0.15"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-3.0.15.tgz#7cdea4e23025681f69f575bf481b227315e0e7ab"
dependencies:
@@ -12202,7 +12191,7 @@ web3-utils@1.0.0-beta.33:
underscore "1.8.3"
utf8 "2.1.1"
web3@0.20.6, web3@^0.20.0:
web3@0.20.6:
version "0.20.6"
resolved "https://registry.yarnpkg.com/web3/-/web3-0.20.6.tgz#3e97306ae024fb24e10a3d75c884302562215120"
dependencies: