Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 37 changed files with 286 additions and 286 deletions.
38 changes: 19 additions & 19 deletions packages/0x.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "1.0.8",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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": "*",
Expand All @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions packages/abi-gen-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen-wrappers",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/abi-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen",
"version": "1.0.13",
"version": "1.0.14",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/assert",
"version": "1.0.13",
"version": "1.0.14",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/asset-buyer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/base-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/base-contract",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/connect",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,20 +44,20 @@
},
"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",
"uuid": "^3.3.2",
"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",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-addresses",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-artifacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-artifacts",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
Expand All @@ -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"
Expand Down
34 changes: 17 additions & 17 deletions packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "*",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 8b62b35

Please sign in to comment.