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 283 additions and 283 deletions.
28 changes: 14 additions & 14 deletions contracts/asset-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "3.1.1",
"version": "3.1.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -79,13 +79,13 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/contracts-dev-utils": "^1.0.4",
"@0x/contracts-erc1155": "^2.0.4",
"@0x/contracts-erc20": "^3.0.4",
"@0x/contracts-erc721": "^3.0.4",
"@0x/contracts-exchange-libs": "^4.1.0",
"@0x/order-utils": "^10.1.1",
"@0x/base-contract": "^6.1.1",
"@0x/contracts-dev-utils": "^1.0.5",
"@0x/contracts-erc1155": "^2.0.5",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-erc721": "^3.0.5",
"@0x/contracts-exchange-libs": "^4.1.1",
"@0x/order-utils": "^10.1.2",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
Expand Down
28 changes: 14 additions & 14 deletions contracts/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-coordinator",
"version": "3.0.4",
"version": "3.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,16 +52,16 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-asset-proxy": "^3.1.1",
"@0x/contracts-dev-utils": "^1.0.4",
"@0x/contracts-erc20": "^3.0.4",
"@0x/contracts-exchange": "^3.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/dev-utils": "^3.1.1",
"@0x/order-utils": "^10.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-asset-proxy": "^3.1.2",
"@0x/contracts-dev-utils": "^1.0.5",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-exchange": "^3.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/dev-utils": "^3.1.2",
"@0x/order-utils": "^10.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.4",
Expand All @@ -85,9 +85,9 @@
},
"dependencies": {
"@0x/assert": "^3.0.4",
"@0x/base-contract": "^6.1.0",
"@0x/contract-addresses": "^4.3.0",
"@0x/contracts-utils": "^4.1.0",
"@0x/base-contract": "^6.1.1",
"@0x/contract-addresses": "^4.4.0",
"@0x/contracts-utils": "^4.2.0",
"@0x/json-schemas": "^5.0.4",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions contracts/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-dev-utils",
"version": "1.0.4",
"version": "1.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/abi-gen": "^5.1.1",
"@0x/assert": "^3.0.4",
"@0x/contracts-gen": "^2.0.4",
"@0x/sol-compiler": "^4.0.4",
"@0x/contracts-gen": "^2.0.5",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@types/node": "*",
Expand All @@ -59,7 +59,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0"
"@0x/base-contract": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions contracts/erc1155/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc1155",
"version": "2.0.4",
"version": "2.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -80,8 +80,8 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/base-contract": "^6.1.1",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
"lodash": "^4.17.11"
Expand Down
24 changes: 12 additions & 12 deletions contracts/erc20-bridge-sampler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20-bridge-sampler",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -50,16 +50,16 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-asset-proxy": "^3.1.1",
"@0x/contracts-erc20": "^3.0.4",
"@0x/contracts-exchange": "^3.1.0",
"@0x/contracts-exchange-libs": "^4.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-asset-proxy": "^3.1.2",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-exchange": "^3.1.1",
"@0x/contracts-exchange-libs": "^4.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.4",
"@types/lodash": "4.14.104",
Expand All @@ -79,7 +79,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/base-contract": "^6.1.1",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
Expand Down
16 changes: 8 additions & 8 deletions contracts/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "3.0.4",
"version": "3.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -82,7 +82,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0"
"@0x/base-contract": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions contracts/erc721/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "3.0.4",
"version": "3.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,12 +52,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -84,7 +84,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0"
"@0x/base-contract": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
32 changes: 16 additions & 16 deletions contracts/exchange-forwarder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "4.0.4",
"version": "4.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,20 +52,20 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-asset-proxy": "^3.1.1",
"@0x/contracts-dev-utils": "^1.0.4",
"@0x/contracts-erc1155": "^2.0.4",
"@0x/contracts-erc20": "^3.0.4",
"@0x/contracts-erc721": "^3.0.4",
"@0x/contracts-exchange": "^3.1.0",
"@0x/contracts-exchange-libs": "^4.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/dev-utils": "^3.1.1",
"@0x/order-utils": "^10.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-asset-proxy": "^3.1.2",
"@0x/contracts-dev-utils": "^1.0.5",
"@0x/contracts-erc1155": "^2.0.5",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-erc721": "^3.0.5",
"@0x/contracts-exchange": "^3.1.1",
"@0x/contracts-exchange-libs": "^4.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/order-utils": "^10.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -90,7 +90,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/base-contract": "^6.1.1",
"@0x/typescript-typings": "^5.0.1",
"ethereum-types": "^3.0.0"
},
Expand Down
20 changes: 10 additions & 10 deletions contracts/exchange-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "4.1.0",
"version": "4.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/dev-utils": "^3.1.1",
"@0x/sol-compiler": "^4.0.4",
"@0x/subproviders": "^6.0.4",
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/subproviders": "^6.0.5",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.4",
Expand All @@ -80,10 +80,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/order-utils": "^10.1.1",
"@0x/base-contract": "^6.1.1",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/order-utils": "^10.1.2",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
Expand Down
Loading

0 comments on commit 5921208

Please sign in to comment.