- 0x.js@2.0.0
 - @0x/abi-gen@1.0.14
 - @0x/abi-gen-wrappers@1.0.1
 - @0x/assert@1.0.14
 - @0x/asset-buyer@2.1.0
 - @0x/base-contract@3.0.2
 - @0x/connect@3.0.2
 - @0x/contract-addresses@1.0.1
 - @0x/contract-artifacts@1.0.1
 - @0x/contract-wrappers@3.0.0
 - contracts@2.1.50
 - @0x/dev-tools-pages@0.0.2
 - @0x/dev-utils@1.0.13
 - ethereum-types@1.1.1
 - @0x/fill-scenarios@1.0.8
 - @0x/instant@0.0.3
 - @0x/json-schemas@2.0.0
 - @0x/metacoin@0.0.24
 - @0x/migrations@2.0.0
 - @0x/monorepo-scripts@1.0.12
 - @0x/order-utils@2.0.0
 - @0x/order-watcher@2.2.0
 - @0x/react-docs@1.0.14
 - @0x/react-shared@1.0.17
 - @0x/sol-compiler@1.1.8
 - @0x/sol-cov@2.1.8
 - @0x/sol-doc@1.0.3
 - @0x/sol-resolver@1.0.15
 - @0x/sra-spec@1.0.7
 - @0x/subproviders@2.1.0
 - @0x/testnet-faucets@1.0.52
 - @0x/tslint-config@1.0.9
 - @0x/types@1.2.0
 - @0x/typescript-typings@3.0.3
 - @0x/utils@2.0.3
 - @0x/web3-wrapper@3.1.0
 - @0x/website@0.0.55
This commit is contained in:
Leonid Logvinov 2018-10-18 16:03:00 +02:00
parent 71d1e6b0ec
commit 8b62b350b1
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
37 changed files with 286 additions and 286 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "1.0.8",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
},
@ -42,13 +42,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@0x/contract-addresses": "^1.0.0",
"@0x/abi-gen": "^1.0.13",
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/dev-utils": "^1.0.12",
"@0x/migrations": "^1.0.14",
"@0x/monorepo-scripts": "^1.0.11",
"@0x/tslint-config": "^1.0.8",
"@0x/abi-gen": "^1.0.14",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/contract-addresses": "^1.0.1",
"@0x/dev-utils": "^1.0.13",
"@0x/migrations": "^2.0.0",
"@0x/monorepo-scripts": "^1.0.12",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/node": "*",
@ -74,18 +74,18 @@
"webpack": "^4.20.2"
},
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/base-contract": "^3.0.1",
"@0x/contract-wrappers": "^2.0.2",
"@0x/order-utils": "^1.0.7",
"@0x/order-watcher": "^2.1.1",
"@0x/subproviders": "^2.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/assert": "^1.0.14",
"@0x/base-contract": "^3.0.2",
"@0x/contract-wrappers": "^3.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/order-watcher": "^2.2.0",
"@0x/subproviders": "^2.1.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"web3-provider-engine": "14.0.6"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen-wrappers",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@ -30,17 +30,17 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
"devDependencies": {
"@0x/abi-gen": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/abi-gen": "^1.0.14",
"@0x/tslint-config": "^1.0.9",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"shx": "^0.2.2"
},
"dependencies": {
"@0x/base-contract": "^3.0.1"
"@0x/base-contract": "^3.0.2"
},
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen",
"version": "1.0.13",
"version": "1.0.14",
"engines": {
"node": ">=6.12"
},
@ -31,10 +31,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": {
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"chalk": "^2.3.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.5",
@ -45,7 +45,7 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/glob": "5.0.35",
"@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/assert",
"version": "1.0.13",
"version": "1.0.14",
"engines": {
"node": ">=6.12"
},
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2",
@ -44,9 +44,9 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/json-schemas": "^1.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/json-schemas": "^2.0.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"lodash": "^4.17.5",
"valid-url": "^1.0.9"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"node": ">=6.12"
},
@ -36,21 +36,21 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/connect": "^3.0.1",
"@0x/contract-wrappers": "^2.0.2",
"@0x/json-schemas": "^1.0.7",
"@0x/order-utils": "^1.0.7",
"@0x/subproviders": "^2.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/assert": "^1.0.14",
"@0x/connect": "^3.0.2",
"@0x/contract-wrappers": "^3.0.0",
"@0x/json-schemas": "^2.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/subproviders": "^2.1.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"lodash": "^4.17.10"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "^4.14.116",
"@types/mocha": "^2.2.42",
"@types/node": "*",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/base-contract",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"chai": "^4.0.1",
"make-promises-safe": "^1.1.0",
@ -40,10 +40,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/connect",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
@ -44,12 +44,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/json-schemas": "^1.0.7",
"@0x/order-utils": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/assert": "^1.0.14",
"@0x/json-schemas": "^2.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"lodash": "^4.17.5",
"query-string": "^5.0.1",
"sinon": "^4.0.0",
@ -57,7 +57,7 @@
"websocket": "^1.0.25"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/fetch-mock": "^6.0.3",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-addresses",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@ -25,8 +25,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
"devDependencies": {
"@types/lodash": "4.14.104",
"typescript": "3.0.1",
"shx": "^0.2.2"
"shx": "^0.2.2",
"typescript": "3.0.1"
},
"dependencies": {
"lodash": "^4.17.5"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-artifacts",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@ -24,8 +24,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
"devDependencies": {
"typescript": "3.0.1",
"shx": "^0.2.2"
"shx": "^0.2.2",
"typescript": "3.0.1"
},
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "2.0.2",
"version": "3.0.0",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
@ -37,10 +37,10 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/migrations": "^1.0.14",
"@0x/subproviders": "^2.0.7",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/migrations": "^2.0.0",
"@0x/subproviders": "^2.1.0",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/node": "*",
@ -65,18 +65,18 @@
"web3-provider-engine": "14.0.6"
},
"dependencies": {
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/assert": "^1.0.13",
"@0x/contract-addresses": "^1.0.0",
"@0x/contract-artifacts": "^1.0.0",
"@0x/fill-scenarios": "^1.0.7",
"@0x/json-schemas": "^1.0.7",
"@0x/order-utils": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/assert": "^1.0.14",
"@0x/contract-addresses": "^1.0.1",
"@0x/contract-artifacts": "^1.0.1",
"@0x/fill-scenarios": "^1.0.8",
"@0x/json-schemas": "^2.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-blockstream": "6.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "contracts",
"version": "2.1.49",
"version": "2.1.50",
"engines": {
"node": ">=6.12"
},
@ -45,12 +45,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
"devDependencies": {
"@0x/abi-gen": "^1.0.13",
"@0x/dev-utils": "^1.0.12",
"@0x/sol-compiler": "^1.1.7",
"@0x/sol-cov": "^2.1.7",
"@0x/subproviders": "^2.0.7",
"@0x/tslint-config": "^1.0.8",
"@0x/abi-gen": "^1.0.14",
"@0x/dev-utils": "^1.0.13",
"@0x/sol-compiler": "^1.1.8",
"@0x/sol-cov": "^2.1.8",
"@0x/subproviders": "^2.1.0",
"@0x/tslint-config": "^1.0.9",
"@types/bn.js": "^4.11.0",
"@types/ethereumjs-abi": "^0.6.0",
"@types/lodash": "4.14.104",
@ -71,15 +71,15 @@
"yargs": "^10.0.3"
},
"dependencies": {
"@0x/base-contract": "^3.0.1",
"@0x/order-utils": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/base-contract": "^3.0.2",
"@0x/order-utils": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/js-combinatorics": "^0.5.29",
"bn.js": "^4.11.8",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/dev-tools-pages",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"node": ">=6.12"
},
@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@0x/react-shared": "^1.0.15",
"@0x/react-shared": "^1.0.17",
"basscss": "^8.0.3",
"bowser": "^1.9.3",
"less": "^2.7.2",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/dev-utils",
"version": "1.0.12",
"version": "1.0.13",
"engines": {
"node": ">=6.12"
},
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"make-promises-safe": "^1.1.0",
@ -41,14 +41,14 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/subproviders": "^2.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/subproviders": "^2.1.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"lodash": "^4.17.5"
},
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "ethereum-types",
"version": "1.1.0",
"version": "1.1.1",
"engines": {
"node": ">=6.12"
},
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/fill-scenarios",
"version": "1.0.7",
"version": "1.0.8",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -20,7 +20,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/lodash": "4.14.104",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
@ -28,15 +28,15 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/base-contract": "^3.0.1",
"@0x/contract-artifacts": "^1.0.0",
"@0x/order-utils": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/base-contract": "^3.0.2",
"@0x/contract-artifacts": "^1.0.1",
"@0x/order-utils": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/instant",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"node": ">=6.12"
},
@ -43,12 +43,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
"@0x/asset-buyer": "^2.0.0",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.1.0",
"@0x/asset-buyer": "^2.1.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"lodash": "^4.17.10",
"polished": "^2.2.0",
"react": "^16.5.2",
@ -60,7 +60,7 @@
"ts-optchain": "^0.1.1"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.5",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/json-schemas",
"version": "1.0.7",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
},
@ -39,14 +39,14 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
"dependencies": {
"@0x/typescript-typings": "^3.0.2",
"@0x/typescript-typings": "^3.0.3",
"@types/node": "*",
"jsonschema": "^1.2.0",
"lodash.values": "^4.3.0"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/utils": "^2.0.2",
"@0x/tslint-config": "^1.0.9",
"@0x/utils": "^2.0.3",
"@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3",
"@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/metacoin",
"version": "0.0.23",
"version": "0.0.24",
"engines": {
"node": ">=6.12"
},
@ -29,25 +29,25 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@0x/abi-gen": "^1.0.13",
"@0x/base-contract": "^3.0.1",
"@0x/sol-cov": "^2.1.7",
"@0x/subproviders": "^2.0.7",
"@0x/tslint-config": "^1.0.8",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/abi-gen": "^1.0.14",
"@0x/base-contract": "^3.0.2",
"@0x/sol-cov": "^2.1.8",
"@0x/subproviders": "^2.1.0",
"@0x/tslint-config": "^1.0.9",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"run-s": "^0.0.0"
},
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/sol-compiler": "^1.1.7",
"@0x/dev-utils": "^1.0.13",
"@0x/sol-compiler": "^1.1.8",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "1.0.14",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
},
@ -17,9 +17,9 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/types": "^1.1.4",
"@0x/dev-utils": "^1.0.13",
"@0x/tslint-config": "^1.0.9",
"@0x/types": "^1.2.0",
"@types/yargs": "^10.0.0",
"make-promises-safe": "^1.1.0",
"npm-run-all": "^4.1.2",
@ -29,18 +29,18 @@
"yargs": "^10.0.3"
},
"dependencies": {
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/base-contract": "^3.0.1",
"@0x/contract-addresses": "^1.0.0",
"@0x/contract-artifacts": "^1.0.0",
"@0x/order-utils": "^1.0.7",
"@0x/sol-compiler": "^1.1.7",
"@0x/subproviders": "^2.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/base-contract": "^3.0.2",
"@0x/contract-addresses": "^1.0.1",
"@0x/contract-artifacts": "^1.0.1",
"@0x/order-utils": "^2.0.0",
"@0x/sol-compiler": "^1.1.8",
"@0x/subproviders": "^2.1.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/monorepo-scripts",
"version": "1.0.11",
"version": "1.0.12",
"engines": {
"node": ">=6.12"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/order-utils",
"version": "1.0.7",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
},
@ -35,8 +35,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/tslint-config": "^1.0.9",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
"chai": "^4.0.1",
@ -53,18 +53,18 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/assert": "^1.0.13",
"@0x/base-contract": "^3.0.1",
"@0x/contract-artifacts": "^1.0.0",
"@0x/json-schemas": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/assert": "^1.0.14",
"@0x/base-contract": "^3.0.2",
"@0x/contract-artifacts": "^1.0.1",
"@0x/json-schemas": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/node": "*",
"bn.js": "^4.11.8",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
"version": "2.1.1",
"version": "2.2.0",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@ -33,9 +33,9 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/migrations": "^1.0.14",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/migrations": "^2.0.0",
"@0x/tslint-config": "^1.0.9",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@ -57,21 +57,21 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/abi-gen-wrappers": "^1.0.0",
"@0x/assert": "^1.0.13",
"@0x/base-contract": "^3.0.1",
"@0x/contract-addresses": "^1.0.0",
"@0x/contract-artifacts": "^1.0.0",
"@0x/contract-wrappers": "^2.0.2",
"@0x/fill-scenarios": "^1.0.7",
"@0x/json-schemas": "^1.0.7",
"@0x/order-utils": "^1.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/abi-gen-wrappers": "^1.0.1",
"@0x/assert": "^1.0.14",
"@0x/base-contract": "^3.0.2",
"@0x/contract-addresses": "^1.0.1",
"@0x/contract-artifacts": "^1.0.1",
"@0x/contract-wrappers": "^3.0.0",
"@0x/fill-scenarios": "^1.0.8",
"@0x/json-schemas": "^2.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"bintrees": "^1.0.2",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/react-docs",
"version": "1.0.13",
"version": "1.0.14",
"engines": {
"node": ">=6.12"
},
@ -24,8 +24,8 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/tslint-config": "^1.0.9",
"@types/compare-versions": "^3.0.0",
"@types/styled-components": "^4.0.0",
"make-promises-safe": "^1.1.0",
@ -34,9 +34,9 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/react-shared": "^1.0.15",
"@0x/types": "^1.1.4",
"@0x/utils": "^2.0.2",
"@0x/react-shared": "^1.0.17",
"@0x/types": "^1.2.0",
"@0x/utils": "^2.0.3",
"@types/lodash": "4.14.104",
"@types/material-ui": "^0.20.0",
"@types/node": "*",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/react-shared",
"version": "1.0.15",
"version": "1.0.17",
"engines": {
"node": ">=6.12"
},
@ -25,15 +25,15 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/tslint-config": "^1.0.9",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "^5.9.1",
"typescript": "3.0.1"
},
"dependencies": {
"@0x/types": "^1.1.4",
"@0x/types": "^1.2.0",
"@material-ui/core": "^3.0.1",
"@types/is-mobile": "0.3.0",
"@types/lodash": "4.14.104",
@ -43,8 +43,8 @@
"@types/react-dom": "*",
"@types/react-router-dom": "^4.0.4",
"@types/react-scroll": "1.5.3",
"@types/valid-url": "^1.0.2",
"@types/styled-components": "^4.0.0",
"@types/valid-url": "^1.0.2",
"basscss": "^8.0.3",
"change-case": "^3.0.2",
"is-mobile": "^0.2.2",
@ -54,8 +54,8 @@
"react-dom": "^16.4.2",
"react-highlight": "0xproject/react-highlight#2f40a42e0a3f0ad126f9f42d505b97b603fc7162",
"react-markdown": "^3.2.2",
"react-scroll": "0xproject/react-scroll#similar-to-pr-330-but-with-replace-state",
"react-router-dom": "^4.1.1",
"react-scroll": "0xproject/react-scroll#similar-to-pr-330-but-with-replace-state",
"styled-components": "^3.3.0",
"valid-url": "^1.0.9"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/sol-compiler",
"version": "1.1.7",
"version": "1.1.8",
"engines": {
"node": ">=6.12"
},
@ -42,8 +42,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
"devDependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/tslint-config": "^1.0.8",
"@0x/dev-utils": "^1.0.13",
"@0x/tslint-config": "^1.0.9",
"@types/mkdirp": "^0.5.2",
"@types/require-from-string": "^1.2.0",
"@types/semver": "^5.5.0",
@ -65,16 +65,16 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/json-schemas": "^1.0.7",
"@0x/sol-resolver": "^1.0.14",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/assert": "^1.0.14",
"@0x/json-schemas": "^2.0.0",
"@0x/sol-resolver": "^1.0.15",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/sol-cov",
"version": "2.1.7",
"version": "2.1.8",
"engines": {
"node": ">=6.12"
},
@ -42,14 +42,14 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
"dependencies": {
"@0x/dev-utils": "^1.0.12",
"@0x/sol-compiler": "^1.1.7",
"@0x/subproviders": "^2.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/dev-utils": "^1.0.13",
"@0x/sol-compiler": "^1.1.8",
"@0x/subproviders": "^2.1.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@types/solidity-parser-antlr": "^0.2.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",
@ -61,7 +61,7 @@
"solidity-parser-antlr": "^0.2.12"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/istanbul": "^0.4.30",
"@types/loglevel": "^1.5.3",
"@types/mkdirp": "^0.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
"version": "1.0.2",
"version": "1.0.3",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@ -25,16 +25,16 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^1.1.7",
"@0x/types": "^1.1.4",
"@0x/utils": "^2.0.2",
"ethereum-types": "^1.1.0",
"@0x/sol-compiler": "^1.1.8",
"@0x/types": "^1.2.0",
"@0x/utils": "^2.0.3",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.10",
"yargs": "^12.0.2"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/sol-resolver",
"version": "1.0.14",
"version": "1.0.15",
"engines": {
"node": ">=6.12"
},
@ -23,15 +23,15 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typescript": "3.0.1"
},
"dependencies": {
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"lodash": "^4.17.5"
},
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@0x/sra-spec",
"version": "1.0.6",
"version": "1.0.7",
"engines": {
"node": ">=6.12"
},
@ -35,11 +35,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
"dependencies": {
"@0x/json-schemas": "^1.0.7",
"@0x/json-schemas": "^2.0.0",
"@loopback/openapi-v3-types": "^0.8.2"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/mocha": "^2.2.42",
"@types/node": "^10.5.3",
"chai": "^4.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/subproviders",
"version": "2.0.7",
"version": "2.1.0",
"engines": {
"node": ">=6.12"
},
@ -29,11 +29,11 @@
}
},
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/assert": "^1.0.14",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"@ledgerhq/hw-app-eth": "^4.3.0",
"@ledgerhq/hw-transport-u2f": "^4.3.0",
"@types/eth-lightwallet": "^3.0.0",
@ -43,7 +43,7 @@
"bip39": "^2.5.0",
"bn.js": "^4.11.8",
"eth-lightwallet": "^3.0.1",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1",
"ganache-core": "^2.2.1",
@ -54,7 +54,7 @@
"web3-provider-engine": "14.0.6"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/bip39": "^2.4.0",
"@types/bn.js": "^4.11.0",
"@types/ethereumjs-tx": "^1.0.0",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/testnet-faucets",
"version": "1.0.51",
"version": "1.0.52",
"engines": {
"node": ">=6.12"
},
@ -18,13 +18,13 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^1.0.8",
"@0x/subproviders": "^2.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"0x.js": "^2.0.0",
"@0x/subproviders": "^2.1.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"body-parser": "^1.17.1",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1",
"express": "^4.15.2",
@ -32,7 +32,7 @@
"rollbar": "^0.6.5"
},
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35",
"@types/lodash": "4.14.104",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/tslint-config",
"version": "1.0.8",
"version": "1.0.9",
"engines": {
"node": ">=6.12"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/types",
"version": "1.1.4",
"version": "1.2.0",
"engines": {
"node": ">=6.12"
},
@ -23,7 +23,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",
@ -32,7 +32,7 @@
"dependencies": {
"@types/node": "*",
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.1.0"
"ethereum-types": "^1.1.1"
},
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/typescript-typings",
"version": "3.0.2",
"version": "3.0.3",
"engines": {
"node": ">=6.12"
},
@ -27,7 +27,7 @@
"@types/bn.js": "^4.11.0",
"@types/react": "*",
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"popper.js": "1.14.3"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@0x/utils",
"version": "2.0.2",
"version": "2.0.3",
"engines": {
"node": ">=6.12"
},
@ -28,7 +28,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/detect-node": "2.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@ -41,13 +41,13 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@types/node": "*",
"abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "~4.1.0",
"detect-node": "2.0.3",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"isomorphic-fetch": "^2.2.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0x/web3-wrapper",
"version": "3.0.3",
"version": "3.1.0",
"engines": {
"node": ">=6.12"
},
@ -35,7 +35,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
"devDependencies": {
"@0x/tslint-config": "^1.0.8",
"@0x/tslint-config": "^1.0.9",
"@types/ganache-core": "^2.1.0",
"@types/lodash": "4.14.104",
"chai": "^4.0.1",
@ -53,11 +53,11 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/assert": "^1.0.13",
"@0x/json-schemas": "^1.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"ethereum-types": "^1.1.0",
"@0x/assert": "^1.0.14",
"@0x/json-schemas": "^2.0.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5"

View File

@ -1,6 +1,6 @@
{
"name": "@0x/website",
"version": "0.0.54",
"version": "0.0.55",
"engines": {
"node": ">=6.12"
},
@ -19,22 +19,22 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"@0x/contract-wrappers": "^2.0.2",
"@0x/json-schemas": "^1.0.7",
"@0x/order-utils": "^1.0.7",
"@0x/react-docs": "^1.0.13",
"@0x/react-shared": "^1.0.15",
"@0x/subproviders": "^2.0.7",
"@0x/types": "^1.1.4",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@0x/contract-wrappers": "^3.0.0",
"@0x/json-schemas": "^2.0.0",
"@0x/order-utils": "^2.0.0",
"@0x/react-docs": "^1.0.14",
"@0x/react-shared": "^1.0.17",
"@0x/subproviders": "^2.1.0",
"@0x/types": "^1.2.0",
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"accounting": "^0.4.1",
"basscss": "^8.0.3",
"blockies": "^0.0.2",
"bowser": "^1.9.3",
"deep-equal": "^1.0.1",
"ethereum-types": "^1.1.0",
"ethereum-types": "^1.1.1",
"ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0",
"jsonschema": "^1.2.0",