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

Commit dbb3c5e

Browse files
committed
Publish
- 0x.js@4.0.1 - @0x/abi-gen@2.0.1 - @0x/abi-gen-wrappers@3.0.1 - @0x/assert@2.0.1 - @0x/asset-buyer@5.0.1 - @0x/base-contract@4.0.1 - @0x/connect@4.0.1 - @0x/contract-wrappers@7.0.0 - @0x/dev-tools-pages@0.0.16 - @0x/dev-utils@2.0.1 - @0x/fill-scenarios@2.0.1 - @0x/instant@1.0.10 - @0x/json-schemas@3.0.1 - @0x/metacoin@0.0.38 - @0x/migrations@3.0.1 - @0x/monorepo-scripts@1.0.21 - @0x/order-utils@5.0.0 - @0x/order-watcher@3.0.1 - @0x/pipeline@1.0.7 - @0x/react-docs@2.0.1 - @0x/react-shared@2.0.1 - @0x/sol-compiler@3.0.1 - @0x/sol-coverage@2.0.1 - @0x/sol-doc@2.0.1 - @0x/sol-profiler@2.0.2 - @0x/sol-resolver@2.0.1 - @0x/sol-trace@2.0.2 - @0x/sol-tracing-utils@6.0.1 - @0x/sra-spec@2.0.1 - @0x/subproviders@3.0.1 - @0x/testnet-faucets@1.0.66 - @0x/types@2.0.1 - @0x/utils@4.0.2 - @0x/web3-wrapper@4.0.1 - @0x/website@0.0.69 - @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-forwarder@1.0.2 - @0x/contracts-exchange-libs@1.0.2 - @0x/contracts-extensions@2.0.1 - @0x/contracts-multisig@2.0.1 - @0x/contracts-test-utils@3.0.1 - @0x/contracts-utils@2.0.1
1 parent 265df31 commit dbb3c5e

File tree

45 files changed

+333
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+333
-333
lines changed

contracts/asset-proxy/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,9 +44,9 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/dev-utils": "^2.0.0",
49-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/dev-utils": "^2.0.1",
49+
"@0x/sol-compiler": "^3.0.1",
5050
"@0x/tslint-config": "^3.0.0",
5151
"@types/lodash": "4.14.104",
5252
"@types/node": "*",
@@ -63,16 +63,16 @@
6363
"typescript": "3.0.1"
6464
},
6565
"dependencies": {
66-
"@0x/base-contract": "^4.0.0",
67-
"@0x/contracts-erc20": "^1.0.1",
68-
"@0x/contracts-erc721": "^1.0.1",
69-
"@0x/contracts-test-utils": "^3.0.0",
70-
"@0x/contracts-utils": "^2.0.0",
71-
"@0x/order-utils": "^4.0.0",
72-
"@0x/types": "^2.0.0",
66+
"@0x/base-contract": "^4.0.1",
67+
"@0x/contracts-erc20": "^1.0.2",
68+
"@0x/contracts-erc721": "^1.0.2",
69+
"@0x/contracts-test-utils": "^3.0.1",
70+
"@0x/contracts-utils": "^2.0.1",
71+
"@0x/order-utils": "^5.0.0",
72+
"@0x/types": "^2.0.1",
7373
"@0x/typescript-typings": "^4.0.0",
74-
"@0x/utils": "^4.0.1",
75-
"@0x/web3-wrapper": "^4.0.0",
74+
"@0x/utils": "^4.0.2",
75+
"@0x/web3-wrapper": "^4.0.1",
7676
"ethereum-types": "^2.0.0",
7777
"lodash": "^4.17.5"
7878
},

contracts/erc20/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contracts-test-utils": "^3.0.0",
49-
"@0x/dev-utils": "^2.0.0",
50-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contracts-test-utils": "^3.0.1",
49+
"@0x/dev-utils": "^2.0.1",
50+
"@0x/sol-compiler": "^3.0.1",
5151
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
@@ -64,13 +64,13 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^4.0.0",
68-
"@0x/contracts-exchange-libs": "^1.0.1",
69-
"@0x/contracts-utils": "^2.0.0",
70-
"@0x/types": "^2.0.0",
67+
"@0x/base-contract": "^4.0.1",
68+
"@0x/contracts-exchange-libs": "^1.0.2",
69+
"@0x/contracts-utils": "^2.0.1",
70+
"@0x/types": "^2.0.1",
7171
"@0x/typescript-typings": "^4.0.0",
72-
"@0x/utils": "^4.0.1",
73-
"@0x/web3-wrapper": "^4.0.0",
72+
"@0x/utils": "^4.0.2",
73+
"@0x/web3-wrapper": "^4.0.1",
7474
"ethereum-types": "^2.0.0",
7575
"lodash": "^4.17.5"
7676
},

contracts/erc721/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc721",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contracts-test-utils": "^3.0.0",
49-
"@0x/dev-utils": "^2.0.0",
50-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contracts-test-utils": "^3.0.1",
49+
"@0x/dev-utils": "^2.0.1",
50+
"@0x/sol-compiler": "^3.0.1",
5151
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
@@ -64,12 +64,12 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^4.0.0",
68-
"@0x/contracts-utils": "^2.0.0",
69-
"@0x/types": "^2.0.0",
67+
"@0x/base-contract": "^4.0.1",
68+
"@0x/contracts-utils": "^2.0.1",
69+
"@0x/types": "^2.0.1",
7070
"@0x/typescript-typings": "^4.0.0",
71-
"@0x/utils": "^4.0.1",
72-
"@0x/web3-wrapper": "^4.0.0",
71+
"@0x/utils": "^4.0.2",
72+
"@0x/web3-wrapper": "^4.0.1",
7373
"ethereum-types": "^2.0.0",
7474
"lodash": "^4.17.5"
7575
},

contracts/exchange-forwarder/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,11 +44,11 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contract-wrappers": "^6.0.1",
49-
"@0x/contracts-test-utils": "^3.0.0",
50-
"@0x/dev-utils": "^2.0.0",
51-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contract-wrappers": "^7.0.0",
49+
"@0x/contracts-test-utils": "^3.0.1",
50+
"@0x/dev-utils": "^2.0.1",
51+
"@0x/sol-compiler": "^3.0.1",
5252
"@0x/tslint-config": "^3.0.0",
5353
"@types/lodash": "4.14.104",
5454
"@types/node": "*",
@@ -65,18 +65,18 @@
6565
"typescript": "3.0.1"
6666
},
6767
"dependencies": {
68-
"@0x/base-contract": "^4.0.0",
69-
"@0x/contracts-asset-proxy": "^1.0.1",
70-
"@0x/contracts-erc20": "^1.0.1",
71-
"@0x/contracts-erc721": "^1.0.1",
72-
"@0x/contracts-exchange": "^1.0.1",
73-
"@0x/contracts-exchange-libs": "^1.0.1",
74-
"@0x/contracts-utils": "^2.0.0",
75-
"@0x/order-utils": "^4.0.0",
76-
"@0x/types": "^2.0.0",
68+
"@0x/base-contract": "^4.0.1",
69+
"@0x/contracts-asset-proxy": "^1.0.2",
70+
"@0x/contracts-erc20": "^1.0.2",
71+
"@0x/contracts-erc721": "^1.0.2",
72+
"@0x/contracts-exchange": "^1.0.2",
73+
"@0x/contracts-exchange-libs": "^1.0.2",
74+
"@0x/contracts-utils": "^2.0.1",
75+
"@0x/order-utils": "^5.0.0",
76+
"@0x/types": "^2.0.1",
7777
"@0x/typescript-typings": "^4.0.0",
78-
"@0x/utils": "^4.0.1",
79-
"@0x/web3-wrapper": "^4.0.0",
78+
"@0x/utils": "^4.0.2",
79+
"@0x/web3-wrapper": "^4.0.1",
8080
"ethereum-types": "^2.0.0",
8181
"lodash": "^4.17.5"
8282
},

contracts/exchange-libs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-libs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contracts-test-utils": "^3.0.0",
49-
"@0x/dev-utils": "^2.0.0",
50-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contracts-test-utils": "^3.0.1",
49+
"@0x/dev-utils": "^2.0.1",
50+
"@0x/sol-compiler": "^3.0.1",
5151
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
@@ -64,13 +64,13 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^4.0.0",
68-
"@0x/contracts-utils": "^2.0.0",
69-
"@0x/order-utils": "^4.0.0",
70-
"@0x/types": "^2.0.0",
67+
"@0x/base-contract": "^4.0.1",
68+
"@0x/contracts-utils": "^2.0.1",
69+
"@0x/order-utils": "^5.0.0",
70+
"@0x/types": "^2.0.1",
7171
"@0x/typescript-typings": "^4.0.0",
72-
"@0x/utils": "^4.0.1",
73-
"@0x/web3-wrapper": "^4.0.0",
72+
"@0x/utils": "^4.0.2",
73+
"@0x/web3-wrapper": "^4.0.1",
7474
"ethereum-types": "^2.0.0",
7575
"lodash": "^4.17.5"
7676
},

contracts/exchange/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,9 +44,9 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/dev-utils": "^2.0.0",
49-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/dev-utils": "^2.0.1",
49+
"@0x/sol-compiler": "^3.0.1",
5050
"@0x/tslint-config": "^3.0.0",
5151
"@types/lodash": "4.14.104",
5252
"@types/node": "*",
@@ -63,18 +63,18 @@
6363
"typescript": "3.0.1"
6464
},
6565
"dependencies": {
66-
"@0x/base-contract": "^4.0.0",
67-
"@0x/contracts-asset-proxy": "^1.0.1",
68-
"@0x/contracts-erc20": "^1.0.1",
69-
"@0x/contracts-erc721": "^1.0.1",
70-
"@0x/contracts-exchange-libs": "^1.0.1",
71-
"@0x/contracts-test-utils": "^3.0.0",
72-
"@0x/contracts-utils": "^2.0.0",
73-
"@0x/order-utils": "^4.0.0",
74-
"@0x/types": "^2.0.0",
66+
"@0x/base-contract": "^4.0.1",
67+
"@0x/contracts-asset-proxy": "^1.0.2",
68+
"@0x/contracts-erc20": "^1.0.2",
69+
"@0x/contracts-erc721": "^1.0.2",
70+
"@0x/contracts-exchange-libs": "^1.0.2",
71+
"@0x/contracts-test-utils": "^3.0.1",
72+
"@0x/contracts-utils": "^2.0.1",
73+
"@0x/order-utils": "^5.0.0",
74+
"@0x/types": "^2.0.1",
7575
"@0x/typescript-typings": "^4.0.0",
76-
"@0x/utils": "^4.0.1",
77-
"@0x/web3-wrapper": "^4.0.0",
76+
"@0x/utils": "^4.0.2",
77+
"@0x/web3-wrapper": "^4.0.1",
7878
"ethereum-types": "^2.0.0",
7979
"ethereumjs-util": "^5.1.1",
8080
"lodash": "^4.17.5"

contracts/extensions/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-extensions",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,11 +44,11 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contract-wrappers": "^6.0.1",
49-
"@0x/contracts-test-utils": "^3.0.0",
50-
"@0x/dev-utils": "^2.0.0",
51-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contract-wrappers": "^7.0.0",
49+
"@0x/contracts-test-utils": "^3.0.1",
50+
"@0x/dev-utils": "^2.0.1",
51+
"@0x/sol-compiler": "^3.0.1",
5252
"@0x/tslint-config": "^3.0.0",
5353
"@types/lodash": "4.14.104",
5454
"@types/node": "*",
@@ -65,18 +65,18 @@
6565
"typescript": "3.0.1"
6666
},
6767
"dependencies": {
68-
"@0x/base-contract": "^4.0.0",
69-
"@0x/contracts-asset-proxy": "^1.0.1",
70-
"@0x/contracts-erc20": "^1.0.1",
71-
"@0x/contracts-erc721": "^1.0.1",
72-
"@0x/contracts-exchange": "^1.0.1",
73-
"@0x/contracts-exchange-libs": "^1.0.1",
74-
"@0x/contracts-utils": "^2.0.0",
75-
"@0x/order-utils": "^4.0.0",
76-
"@0x/types": "^2.0.0",
68+
"@0x/base-contract": "^4.0.1",
69+
"@0x/contracts-asset-proxy": "^1.0.2",
70+
"@0x/contracts-erc20": "^1.0.2",
71+
"@0x/contracts-erc721": "^1.0.2",
72+
"@0x/contracts-exchange": "^1.0.2",
73+
"@0x/contracts-exchange-libs": "^1.0.2",
74+
"@0x/contracts-utils": "^2.0.1",
75+
"@0x/order-utils": "^5.0.0",
76+
"@0x/types": "^2.0.1",
7777
"@0x/typescript-typings": "^4.0.0",
78-
"@0x/utils": "^4.0.1",
79-
"@0x/web3-wrapper": "^4.0.0",
78+
"@0x/utils": "^4.0.2",
79+
"@0x/web3-wrapper": "^4.0.1",
8080
"ethereum-types": "^2.0.0",
8181
"lodash": "^4.17.5"
8282
},

contracts/multisig/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-multisig",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^2.0.0",
48-
"@0x/contracts-test-utils": "^3.0.0",
49-
"@0x/dev-utils": "^2.0.0",
50-
"@0x/sol-compiler": "^3.0.0",
47+
"@0x/abi-gen": "^2.0.1",
48+
"@0x/contracts-test-utils": "^3.0.1",
49+
"@0x/dev-utils": "^2.0.1",
50+
"@0x/sol-compiler": "^3.0.1",
5151
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
@@ -64,13 +64,13 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^4.0.0",
68-
"@0x/contracts-asset-proxy": "^1.0.1",
69-
"@0x/contracts-erc20": "^1.0.1",
70-
"@0x/types": "^2.0.0",
67+
"@0x/base-contract": "^4.0.1",
68+
"@0x/contracts-asset-proxy": "^1.0.2",
69+
"@0x/contracts-erc20": "^1.0.2",
70+
"@0x/types": "^2.0.1",
7171
"@0x/typescript-typings": "^4.0.0",
72-
"@0x/utils": "^4.0.1",
73-
"@0x/web3-wrapper": "^4.0.0",
72+
"@0x/utils": "^4.0.2",
73+
"@0x/web3-wrapper": "^4.0.1",
7474
"ethereum-types": "^2.0.0",
7575
"lodash": "^4.17.5"
7676
},

0 commit comments

Comments
 (0)