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 45 changed files with 333 additions and 333 deletions.
26 changes: 13 additions & 13 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": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -63,16 +63,16 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^4.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
22 changes: 11 additions & 11 deletions contracts/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -64,13 +64,13 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^2.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
20 changes: 10 additions & 10 deletions contracts/erc721/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -64,12 +64,12 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "^2.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
34 changes: 17 additions & 17 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": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,11 +44,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -65,18 +65,18 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^4.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
22 changes: 11 additions & 11 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": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -64,13 +64,13 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^4.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
30 changes: 15 additions & 15 deletions contracts/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -63,18 +63,18 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^4.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5"
Expand Down
34 changes: 17 additions & 17 deletions contracts/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,11 +44,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -65,18 +65,18 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^4.0.0",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
22 changes: 11 additions & 11 deletions contracts/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^3.0.0",
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -64,13 +64,13 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "^1.0.1",
"@0x/types": "^2.0.0",
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^4.0.0",
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
},
Expand Down
Loading

0 comments on commit dbb3c5e

Please sign in to comment.