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

Commit f003298

Browse files
committed
Publish
- 0x.js@4.0.3 - @0x/abi-gen@2.0.2 - @0x/abi-gen-wrappers@3.0.2 - @0x/assert@2.0.2 - @0x/asset-buyer@5.0.3 - @0x/base-contract@4.0.2 - @0x/connect@4.0.3 - @0x/contract-wrappers@7.0.2 - @0x/contracts-gen@1.0.1 - @0x/dev-tools-pages@0.0.18 - @0x/dev-utils@2.0.2 - @0x/fill-scenarios@2.0.3 - @0x/instant@1.0.12 - @0x/json-schemas@3.0.2 - @0x/metacoin@0.0.39 - @0x/migrations@3.0.3 - @0x/monorepo-scripts@1.0.23 - @0x/order-utils@6.0.1 - @0x/order-watcher@3.0.3 - @0x/pipeline@1.0.9 - @0x/react-docs@2.0.3 - @0x/react-shared@2.0.3 - @0x/sol-compiler@3.0.2 - @0x/sol-coverage@2.0.2 - @0x/sol-doc@2.0.2 - @0x/sol-profiler@2.0.3 - @0x/sol-resolver@2.0.2 - @0x/sol-trace@2.0.3 - @0x/sol-tracing-utils@6.0.2 - @0x/sra-spec@2.0.2 - @0x/subproviders@3.0.2 - @0x/testnet-faucets@1.0.68 - @0x/types@2.0.2 - @0x/utils@4.0.3 - @0x/web3-wrapper@4.0.2 - @0x/website@0.0.71 - @0x/contracts-asset-proxy@1.0.4 - @0x/contracts-erc20@1.0.4 - @0x/contracts-erc721@1.0.4 - @0x/contracts-exchange@1.0.4 - @0x/contracts-exchange-forwarder@1.0.4 - @0x/contracts-exchange-libs@1.0.4 - @0x/contracts-extensions@2.0.3 - @0x/contracts-multisig@2.0.3 - @0x/contracts-test-utils@3.0.3 - @0x/contracts-utils@2.0.3
1 parent 5f5ee00 commit f003298

File tree

46 files changed

+320
-320
lines changed

Some content is hidden

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

46 files changed

+320
-320
lines changed

contracts/asset-proxy/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-asset-proxy",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/dev-utils": "^2.0.1",
52-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70-
"@0x/contracts-test-utils": "^3.0.2",
69+
"@0x/base-contract": "^4.0.2",
7170
"@0x/contracts-erc20": "1.0.2",
7271
"@0x/contracts-erc721": "1.0.2",
72+
"@0x/contracts-test-utils": "^3.0.3",
7373
"@0x/contracts-utils": "2.0.1",
74-
"@0x/order-utils": "^6.0.0",
75-
"@0x/types": "^2.0.1",
74+
"@0x/order-utils": "^6.0.1",
75+
"@0x/types": "^2.0.2",
7676
"@0x/typescript-typings": "^4.0.0",
77-
"@0x/utils": "^4.0.2",
78-
"@0x/web3-wrapper": "^4.0.1",
77+
"@0x/utils": "^4.0.3",
78+
"@0x/web3-wrapper": "^4.0.2",
7979
"ethereum-types": "^2.0.0",
8080
"lodash": "^4.17.11"
8181
},

contracts/erc20/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-erc20",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contracts-test-utils": "^3.0.2",
52-
"@0x/dev-utils": "^2.0.1",
53-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70+
"@0x/base-contract": "^4.0.2",
7171
"@0x/contracts-exchange-libs": "1.0.2",
7272
"@0x/contracts-utils": "2.0.1",
73-
"@0x/types": "^2.0.1",
73+
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.2",
76-
"@0x/web3-wrapper": "^4.0.1",
75+
"@0x/utils": "^4.0.3",
76+
"@0x/web3-wrapper": "^4.0.2",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

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.3",
3+
"version": "1.0.4",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contracts-test-utils": "^3.0.2",
52-
"@0x/dev-utils": "^2.0.1",
53-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70+
"@0x/base-contract": "^4.0.2",
7171
"@0x/contracts-utils": "2.0.1",
72-
"@0x/types": "^2.0.1",
72+
"@0x/types": "^2.0.2",
7373
"@0x/typescript-typings": "^4.0.0",
74-
"@0x/utils": "^4.0.2",
75-
"@0x/web3-wrapper": "^4.0.1",
74+
"@0x/utils": "^4.0.3",
75+
"@0x/web3-wrapper": "^4.0.2",
7676
"ethereum-types": "^2.0.0",
7777
"lodash": "^4.17.11"
7878
},

contracts/exchange-forwarder/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "1.0.3",
3+
"version": "1.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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contract-wrappers": "^7.0.1",
52-
"@0x/contracts-test-utils": "^3.0.2",
53-
"@0x/dev-utils": "^2.0.1",
54-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
71+
"@0x/base-contract": "^4.0.2",
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.0",
79-
"@0x/types": "^2.0.1",
78+
"@0x/order-utils": "^6.0.1",
79+
"@0x/types": "^2.0.2",
8080
"@0x/typescript-typings": "^4.0.0",
81-
"@0x/utils": "^4.0.2",
82-
"@0x/web3-wrapper": "^4.0.1",
81+
"@0x/utils": "^4.0.3",
82+
"@0x/web3-wrapper": "^4.0.2",
8383
"ethereum-types": "^2.0.0",
8484
"lodash": "^4.17.11"
8585
},

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.3",
3+
"version": "1.0.4",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contracts-test-utils": "^3.0.2",
52-
"@0x/dev-utils": "^2.0.1",
53-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70+
"@0x/base-contract": "^4.0.2",
7171
"@0x/contracts-utils": "2.0.1",
72-
"@0x/order-utils": "^6.0.0",
73-
"@0x/types": "^2.0.1",
72+
"@0x/order-utils": "^6.0.1",
73+
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.2",
76-
"@0x/web3-wrapper": "^4.0.1",
75+
"@0x/utils": "^4.0.3",
76+
"@0x/web3-wrapper": "^4.0.2",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

contracts/exchange/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",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contracts-test-utils": "^3.0.2",
52-
"@0x/dev-utils": "^2.0.1",
53-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70+
"@0x/base-contract": "^4.0.2",
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.0",
77-
"@0x/types": "^2.0.1",
76+
"@0x/order-utils": "^6.0.1",
77+
"@0x/types": "^2.0.2",
7878
"@0x/typescript-typings": "^4.0.0",
79-
"@0x/utils": "^4.0.2",
80-
"@0x/web3-wrapper": "^4.0.1",
79+
"@0x/utils": "^4.0.3",
80+
"@0x/web3-wrapper": "^4.0.2",
8181
"ethereum-types": "^2.0.0",
8282
"ethereumjs-util": "^5.1.1",
8383
"lodash": "^4.17.11"

contracts/extensions/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-extensions",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contract-wrappers": "^7.0.1",
52-
"@0x/contracts-test-utils": "^3.0.2",
53-
"@0x/dev-utils": "^2.0.1",
54-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
71+
"@0x/base-contract": "^4.0.2",
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.0",
79-
"@0x/types": "^2.0.1",
78+
"@0x/order-utils": "^6.0.1",
79+
"@0x/types": "^2.0.2",
8080
"@0x/typescript-typings": "^4.0.0",
81-
"@0x/utils": "^4.0.2",
82-
"@0x/web3-wrapper": "^4.0.1",
81+
"@0x/utils": "^4.0.3",
82+
"@0x/web3-wrapper": "^4.0.2",
8383
"ethereum-types": "^2.0.0",
8484
"lodash": "^4.17.11"
8585
},

contracts/multisig/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-multisig",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
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/contracts-gen": "^1.0.0",
50-
"@0x/abi-gen": "^2.0.1",
51-
"@0x/contracts-test-utils": "^3.0.2",
52-
"@0x/dev-utils": "^2.0.1",
53-
"@0x/sol-compiler": "^3.0.1",
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",
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.1",
70+
"@0x/base-contract": "^4.0.2",
7171
"@0x/contracts-asset-proxy": "1.0.2",
7272
"@0x/contracts-erc20": "1.0.2",
73-
"@0x/types": "^2.0.1",
73+
"@0x/types": "^2.0.2",
7474
"@0x/typescript-typings": "^4.0.0",
75-
"@0x/utils": "^4.0.2",
76-
"@0x/web3-wrapper": "^4.0.1",
75+
"@0x/utils": "^4.0.3",
76+
"@0x/web3-wrapper": "^4.0.2",
7777
"ethereum-types": "^2.0.0",
7878
"lodash": "^4.17.11"
7979
},

0 commit comments

Comments
 (0)