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

Commit e909faa

Browse files
committed
Publish
- 0x.js@5.0.0 - @0x/abi-gen@2.0.3 - @0x/abi-gen-wrappers@3.0.3 - @0x/assert@2.0.3 - @0x/asset-buyer@5.0.4 - @0x/base-contract@4.0.3 - @0x/connect@4.0.4 - @0x/contract-wrappers@7.1.0 - @0x/contracts-gen@1.0.2 - @0x/dev-tools-pages@0.0.19 - @0x/dev-utils@2.1.0 - @0x/fill-scenarios@2.0.4 - @0x/instant@1.0.13 - @0x/json-schemas@3.0.3 - @0x/metacoin@0.0.40 - @0x/migrations@3.0.4 - @0x/monorepo-scripts@1.0.24 - @0x/order-utils@6.1.0 - @0x/order-watcher@3.0.4 - @0x/pipeline@1.0.10 - @0x/react-docs@2.0.4 - @0x/react-shared@2.0.4 - @0x/sol-compiler@3.0.3 - @0x/sol-coverage@2.0.3 - @0x/sol-doc@2.0.3 - @0x/sol-profiler@2.0.4 - @0x/sol-trace@2.0.4 - @0x/sol-tracing-utils@6.0.3 - @0x/sra-spec@2.0.3 - @0x/subproviders@3.0.3 - @0x/testnet-faucets@1.0.69 - @0x/utils@4.1.0 - @0x/web3-wrapper@5.0.0 - @0x/website@0.0.72 - @0x/contracts-asset-proxy@1.0.5 - @0x/contracts-erc20@1.0.5 - @0x/contracts-erc721@1.0.5 - @0x/contracts-exchange@1.0.5 - @0x/contracts-exchange-forwarder@1.0.5 - @0x/contracts-exchange-libs@1.0.5 - @0x/contracts-extensions@2.0.4 - @0x/contracts-multisig@2.0.4 - @0x/contracts-test-utils@3.0.4 - @0x/contracts-utils@2.0.4
1 parent 28d9fdf commit e909faa

File tree

44 files changed

+282
-282
lines changed

Some content is hidden

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

44 files changed

+282
-282
lines changed

contracts/asset-proxy/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-asset-proxy",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,10 +46,10 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/dev-utils": "^2.0.2",
52-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/dev-utils": "^2.1.0",
52+
"@0x/sol-compiler": "^3.0.3",
5353
"@0x/tslint-config": "^3.0.0",
5454
"@types/lodash": "4.14.104",
5555
"@types/node": "*",
@@ -66,16 +66,16 @@
6666
"typescript": "3.0.1"
6767
},
6868
"dependencies": {
69-
"@0x/base-contract": "^4.0.2",
69+
"@0x/base-contract": "^4.0.3",
7070
"@0x/contracts-erc20": "1.0.2",
7171
"@0x/contracts-erc721": "1.0.2",
72-
"@0x/contracts-test-utils": "^3.0.3",
72+
"@0x/contracts-test-utils": "^3.0.4",
7373
"@0x/contracts-utils": "2.0.1",
74-
"@0x/order-utils": "^6.0.1",
74+
"@0x/order-utils": "^6.1.0",
7575
"@0x/types": "^2.0.2",
7676
"@0x/typescript-typings": "^4.0.0",
77-
"@0x/utils": "^4.0.3",
78-
"@0x/web3-wrapper": "^4.0.2",
77+
"@0x/utils": "^4.1.0",
78+
"@0x/web3-wrapper": "^5.0.0",
7979
"ethereum-types": "^2.0.0",
8080
"lodash": "^4.17.11"
8181
},

contracts/erc20/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,11 +46,11 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/contracts-test-utils": "^3.0.3",
52-
"@0x/dev-utils": "^2.0.2",
53-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/contracts-test-utils": "^3.0.4",
52+
"@0x/dev-utils": "^2.1.0",
53+
"@0x/sol-compiler": "^3.0.3",
5454
"@0x/tslint-config": "^3.0.0",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,13 +67,13 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^4.0.2",
70+
"@0x/base-contract": "^4.0.3",
7171
"@0x/contracts-exchange-libs": "1.0.2",
7272
"@0x/contracts-utils": "2.0.1",
7373
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.3",
76-
"@0x/web3-wrapper": "^4.0.2",
75+
"@0x/utils": "^4.1.0",
76+
"@0x/web3-wrapper": "^5.0.0",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

contracts/erc721/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc721",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,11 +46,11 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/contracts-test-utils": "^3.0.3",
52-
"@0x/dev-utils": "^2.0.2",
53-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/contracts-test-utils": "^3.0.4",
52+
"@0x/dev-utils": "^2.1.0",
53+
"@0x/sol-compiler": "^3.0.3",
5454
"@0x/tslint-config": "^3.0.0",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,12 +67,12 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^4.0.2",
70+
"@0x/base-contract": "^4.0.3",
7171
"@0x/contracts-utils": "2.0.1",
7272
"@0x/types": "^2.0.2",
7373
"@0x/typescript-typings": "^4.0.0",
74-
"@0x/utils": "^4.0.3",
75-
"@0x/web3-wrapper": "^4.0.2",
74+
"@0x/utils": "^4.1.0",
75+
"@0x/web3-wrapper": "^5.0.0",
7676
"ethereum-types": "^2.0.0",
7777
"lodash": "^4.17.11"
7878
},

contracts/exchange-forwarder/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-forwarder",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,12 +46,12 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contract-wrappers": "^7.0.2",
51-
"@0x/contracts-gen": "^1.0.1",
52-
"@0x/contracts-test-utils": "^3.0.3",
53-
"@0x/dev-utils": "^2.0.2",
54-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contract-wrappers": "^7.1.0",
51+
"@0x/contracts-gen": "^1.0.2",
52+
"@0x/contracts-test-utils": "^3.0.4",
53+
"@0x/dev-utils": "^2.1.0",
54+
"@0x/sol-compiler": "^3.0.3",
5555
"@0x/tslint-config": "^3.0.0",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,18 +68,18 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^4.0.2",
71+
"@0x/base-contract": "^4.0.3",
7272
"@0x/contracts-asset-proxy": "1.0.2",
7373
"@0x/contracts-erc20": "1.0.2",
7474
"@0x/contracts-erc721": "1.0.2",
7575
"@0x/contracts-exchange": "1.0.2",
7676
"@0x/contracts-exchange-libs": "1.0.2",
7777
"@0x/contracts-utils": "2.0.1",
78-
"@0x/order-utils": "^6.0.1",
78+
"@0x/order-utils": "^6.1.0",
7979
"@0x/types": "^2.0.2",
8080
"@0x/typescript-typings": "^4.0.0",
81-
"@0x/utils": "^4.0.3",
82-
"@0x/web3-wrapper": "^4.0.2",
81+
"@0x/utils": "^4.1.0",
82+
"@0x/web3-wrapper": "^5.0.0",
8383
"ethereum-types": "^2.0.0",
8484
"lodash": "^4.17.11"
8585
},

contracts/exchange-libs/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-exchange-libs",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,11 +46,11 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/contracts-test-utils": "^3.0.3",
52-
"@0x/dev-utils": "^2.0.2",
53-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/contracts-test-utils": "^3.0.4",
52+
"@0x/dev-utils": "^2.1.0",
53+
"@0x/sol-compiler": "^3.0.3",
5454
"@0x/tslint-config": "^3.0.0",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,13 +67,13 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^4.0.2",
70+
"@0x/base-contract": "^4.0.3",
7171
"@0x/contracts-utils": "2.0.1",
72-
"@0x/order-utils": "^6.0.1",
72+
"@0x/order-utils": "^6.1.0",
7373
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.3",
76-
"@0x/web3-wrapper": "^4.0.2",
75+
"@0x/utils": "^4.1.0",
76+
"@0x/web3-wrapper": "^5.0.0",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

contracts/exchange/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-exchange",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,11 +46,11 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/contracts-test-utils": "^3.0.3",
52-
"@0x/dev-utils": "^2.0.2",
53-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/contracts-test-utils": "^3.0.4",
52+
"@0x/dev-utils": "^2.1.0",
53+
"@0x/sol-compiler": "^3.0.3",
5454
"@0x/tslint-config": "^3.0.0",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,17 +67,17 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^4.0.2",
70+
"@0x/base-contract": "^4.0.3",
7171
"@0x/contracts-asset-proxy": "1.0.2",
7272
"@0x/contracts-erc20": "1.0.2",
7373
"@0x/contracts-erc721": "1.0.2",
7474
"@0x/contracts-exchange-libs": "1.0.2",
7575
"@0x/contracts-utils": "2.0.1",
76-
"@0x/order-utils": "^6.0.1",
76+
"@0x/order-utils": "^6.1.0",
7777
"@0x/types": "^2.0.2",
7878
"@0x/typescript-typings": "^4.0.0",
79-
"@0x/utils": "^4.0.3",
80-
"@0x/web3-wrapper": "^4.0.2",
79+
"@0x/utils": "^4.1.0",
80+
"@0x/web3-wrapper": "^5.0.0",
8181
"ethereum-types": "^2.0.0",
8282
"ethereumjs-util": "^5.1.1",
8383
"lodash": "^4.17.11"

contracts/extensions/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-extensions",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,12 +46,12 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contract-wrappers": "^7.0.2",
51-
"@0x/contracts-gen": "^1.0.1",
52-
"@0x/contracts-test-utils": "^3.0.3",
53-
"@0x/dev-utils": "^2.0.2",
54-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contract-wrappers": "^7.1.0",
51+
"@0x/contracts-gen": "^1.0.2",
52+
"@0x/contracts-test-utils": "^3.0.4",
53+
"@0x/dev-utils": "^2.1.0",
54+
"@0x/sol-compiler": "^3.0.3",
5555
"@0x/tslint-config": "^3.0.0",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,18 +68,18 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^4.0.2",
71+
"@0x/base-contract": "^4.0.3",
7272
"@0x/contracts-asset-proxy": "1.0.2",
7373
"@0x/contracts-erc20": "1.0.2",
7474
"@0x/contracts-erc721": "1.0.2",
7575
"@0x/contracts-exchange": "1.0.2",
7676
"@0x/contracts-exchange-libs": "1.0.2",
7777
"@0x/contracts-utils": "2.0.1",
78-
"@0x/order-utils": "^6.0.1",
78+
"@0x/order-utils": "^6.1.0",
7979
"@0x/types": "^2.0.2",
8080
"@0x/typescript-typings": "^4.0.0",
81-
"@0x/utils": "^4.0.3",
82-
"@0x/web3-wrapper": "^4.0.2",
81+
"@0x/utils": "^4.1.0",
82+
"@0x/web3-wrapper": "^5.0.0",
8383
"ethereum-types": "^2.0.0",
8484
"lodash": "^4.17.11"
8585
},

contracts/multisig/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-multisig",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,11 +46,11 @@
4646
},
4747
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
4848
"devDependencies": {
49-
"@0x/abi-gen": "^2.0.2",
50-
"@0x/contracts-gen": "^1.0.1",
51-
"@0x/contracts-test-utils": "^3.0.3",
52-
"@0x/dev-utils": "^2.0.2",
53-
"@0x/sol-compiler": "^3.0.2",
49+
"@0x/abi-gen": "^2.0.3",
50+
"@0x/contracts-gen": "^1.0.2",
51+
"@0x/contracts-test-utils": "^3.0.4",
52+
"@0x/dev-utils": "^2.1.0",
53+
"@0x/sol-compiler": "^3.0.3",
5454
"@0x/tslint-config": "^3.0.0",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,13 +67,13 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^4.0.2",
70+
"@0x/base-contract": "^4.0.3",
7171
"@0x/contracts-asset-proxy": "1.0.2",
7272
"@0x/contracts-erc20": "1.0.2",
7373
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.3",
76-
"@0x/web3-wrapper": "^4.0.2",
75+
"@0x/utils": "^4.1.0",
76+
"@0x/web3-wrapper": "^5.0.0",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

contracts/test-utils/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-test-utils",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -40,19 +40,19 @@
4040
"typescript": "3.0.1"
4141
},
4242
"dependencies": {
43-
"@0x/abi-gen": "^2.0.2",
44-
"@0x/dev-utils": "^2.0.2",
45-
"@0x/order-utils": "^6.0.1",
46-
"@0x/sol-compiler": "^3.0.2",
47-
"@0x/sol-coverage": "^2.0.2",
48-
"@0x/sol-profiler": "^2.0.3",
49-
"@0x/sol-trace": "^2.0.3",
50-
"@0x/subproviders": "^3.0.2",
43+
"@0x/abi-gen": "^2.0.3",
44+
"@0x/dev-utils": "^2.1.0",
45+
"@0x/order-utils": "^6.1.0",
46+
"@0x/sol-compiler": "^3.0.3",
47+
"@0x/sol-coverage": "^2.0.3",
48+
"@0x/sol-profiler": "^2.0.4",
49+
"@0x/sol-trace": "^2.0.4",
50+
"@0x/subproviders": "^3.0.3",
5151
"@0x/tslint-config": "^3.0.0",
5252
"@0x/types": "^2.0.2",
5353
"@0x/typescript-typings": "^4.0.0",
54-
"@0x/utils": "^4.0.3",
55-
"@0x/web3-wrapper": "^4.0.2",
54+
"@0x/utils": "^4.1.0",
55+
"@0x/web3-wrapper": "^5.0.0",
5656
"@types/bn.js": "^4.11.0",
5757
"@types/js-combinatorics": "^0.5.29",
5858
"@types/lodash": "4.14.104",

0 commit comments

Comments
 (0)