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

File tree

46 files changed

+425
-425
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

+425
-425
lines changed

contracts/asset-proxy/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,15 +52,15 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.0.0",
56-
"@0x/contracts-gen": "^2.0.0",
57-
"@0x/contracts-test-utils": "^4.0.0",
58-
"@0x/contracts-utils": "^4.0.0",
59-
"@0x/dev-utils": "^3.0.0",
60-
"@0x/sol-compiler": "^4.0.0",
55+
"@0x/abi-gen": "^5.0.1",
56+
"@0x/contracts-gen": "^2.0.1",
57+
"@0x/contracts-test-utils": "^5.0.0",
58+
"@0x/contracts-utils": "^4.0.1",
59+
"@0x/dev-utils": "^3.0.1",
60+
"@0x/sol-compiler": "^4.0.1",
6161
"@0x/ts-doc-gen": "^0.0.22",
6262
"@0x/tslint-config": "^4.0.0",
63-
"@0x/types": "^3.0.0",
63+
"@0x/types": "^3.1.0",
6464
"@types/lodash": "4.14.104",
6565
"@types/mocha": "^5.2.7",
6666
"@types/node": "*",
@@ -80,15 +80,15 @@
8080
"typescript": "3.0.1"
8181
},
8282
"dependencies": {
83-
"@0x/base-contract": "^6.0.0",
84-
"@0x/contracts-dev-utils": "^1.0.0",
85-
"@0x/contracts-erc1155": "^2.0.0",
86-
"@0x/contracts-erc20": "^3.0.0",
87-
"@0x/contracts-erc721": "^3.0.0",
88-
"@0x/order-utils": "^9.0.0",
83+
"@0x/base-contract": "^6.0.1",
84+
"@0x/contracts-dev-utils": "^1.0.1",
85+
"@0x/contracts-erc1155": "^2.0.1",
86+
"@0x/contracts-erc20": "^3.0.1",
87+
"@0x/contracts-erc721": "^3.0.1",
88+
"@0x/order-utils": "^10.0.0",
8989
"@0x/typescript-typings": "^5.0.0",
90-
"@0x/utils": "^5.0.0",
91-
"@0x/web3-wrapper": "^7.0.0",
90+
"@0x/utils": "^5.1.0",
91+
"@0x/web3-wrapper": "^7.0.1",
9292
"ethereum-types": "^3.0.0",
9393
"lodash": "^4.17.11"
9494
},

contracts/coordinator/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-coordinator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,19 +52,19 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.0.0",
56-
"@0x/contracts-asset-proxy": "^3.0.0",
57-
"@0x/contracts-dev-utils": "^1.0.0",
58-
"@0x/contracts-erc20": "^3.0.0",
59-
"@0x/contracts-exchange": "^3.0.0",
60-
"@0x/contracts-gen": "^2.0.0",
61-
"@0x/contracts-test-utils": "^4.0.0",
62-
"@0x/dev-utils": "^3.0.0",
63-
"@0x/order-utils": "^9.0.0",
64-
"@0x/sol-compiler": "^4.0.0",
55+
"@0x/abi-gen": "^5.0.1",
56+
"@0x/contracts-asset-proxy": "^3.0.1",
57+
"@0x/contracts-dev-utils": "^1.0.1",
58+
"@0x/contracts-erc20": "^3.0.1",
59+
"@0x/contracts-exchange": "^3.0.1",
60+
"@0x/contracts-gen": "^2.0.1",
61+
"@0x/contracts-test-utils": "^5.0.0",
62+
"@0x/dev-utils": "^3.0.1",
63+
"@0x/order-utils": "^10.0.0",
64+
"@0x/sol-compiler": "^4.0.1",
6565
"@0x/ts-doc-gen": "^0.0.22",
6666
"@0x/tslint-config": "^4.0.0",
67-
"@0x/web3-wrapper": "^7.0.0",
67+
"@0x/web3-wrapper": "^7.0.1",
6868
"@types/lodash": "4.14.104",
6969
"@types/mocha": "^5.2.7",
7070
"@types/node": "*",
@@ -84,14 +84,14 @@
8484
"typescript": "3.0.1"
8585
},
8686
"dependencies": {
87-
"@0x/assert": "^3.0.0",
88-
"@0x/base-contract": "^6.0.0",
87+
"@0x/assert": "^3.0.1",
88+
"@0x/base-contract": "^6.0.1",
8989
"@0x/contract-addresses": "^4.0.0",
90-
"@0x/contracts-utils": "^4.0.0",
91-
"@0x/json-schemas": "^5.0.0",
92-
"@0x/types": "^3.0.0",
90+
"@0x/contracts-utils": "^4.0.1",
91+
"@0x/json-schemas": "^5.0.1",
92+
"@0x/types": "^3.1.0",
9393
"@0x/typescript-typings": "^5.0.0",
94-
"@0x/utils": "^5.0.0",
94+
"@0x/utils": "^5.1.0",
9595
"ethereum-types": "^3.0.0",
9696
"http-status-codes": "^1.3.2"
9797
},

contracts/dev-utils/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-dev-utils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -41,10 +41,10 @@
4141
},
4242
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
4343
"devDependencies": {
44-
"@0x/abi-gen": "^5.0.0",
45-
"@0x/assert": "^3.0.0",
46-
"@0x/contracts-gen": "^2.0.0",
47-
"@0x/sol-compiler": "^4.0.0",
44+
"@0x/abi-gen": "^5.0.1",
45+
"@0x/assert": "^3.0.1",
46+
"@0x/contracts-gen": "^2.0.1",
47+
"@0x/sol-compiler": "^4.0.1",
4848
"@0x/ts-doc-gen": "^0.0.22",
4949
"@0x/tslint-config": "^4.0.0",
5050
"@types/node": "*",
@@ -59,7 +59,7 @@
5959
"typescript": "3.0.1"
6060
},
6161
"dependencies": {
62-
"@0x/base-contract": "^6.0.0"
62+
"@0x/base-contract": "^6.0.1"
6363
},
6464
"publishConfig": {
6565
"access": "public"

contracts/erc1155/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-erc1155",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,14 +52,14 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.0.0",
56-
"@0x/contracts-gen": "^2.0.0",
57-
"@0x/contracts-utils": "^4.0.0",
58-
"@0x/dev-utils": "^3.0.0",
59-
"@0x/sol-compiler": "^4.0.0",
55+
"@0x/abi-gen": "^5.0.1",
56+
"@0x/contracts-gen": "^2.0.1",
57+
"@0x/contracts-utils": "^4.0.1",
58+
"@0x/dev-utils": "^3.0.1",
59+
"@0x/sol-compiler": "^4.0.1",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
62-
"@0x/types": "^3.0.0",
62+
"@0x/types": "^3.1.0",
6363
"@0x/typescript-typings": "^5.0.0",
6464
"@types/lodash": "4.14.104",
6565
"@types/mocha": "^5.2.7",
@@ -80,10 +80,10 @@
8080
"typescript": "3.0.1"
8181
},
8282
"dependencies": {
83-
"@0x/base-contract": "^6.0.0",
84-
"@0x/contracts-test-utils": "^4.0.0",
85-
"@0x/utils": "^5.0.0",
86-
"@0x/web3-wrapper": "^7.0.0",
83+
"@0x/base-contract": "^6.0.1",
84+
"@0x/contracts-test-utils": "^5.0.0",
85+
"@0x/utils": "^5.1.0",
86+
"@0x/web3-wrapper": "^7.0.1",
8787
"lodash": "^4.17.11"
8888
},
8989
"publishConfig": {

contracts/erc20-bridge-sampler/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-erc20-bridge-sampler",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -50,18 +50,18 @@
5050
},
5151
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5252
"devDependencies": {
53-
"@0x/abi-gen": "^5.0.0",
54-
"@0x/contracts-asset-proxy": "^3.0.0",
55-
"@0x/contracts-erc20": "^3.0.0",
56-
"@0x/contracts-exchange": "^3.0.0",
57-
"@0x/contracts-exchange-libs": "^4.0.0",
58-
"@0x/contracts-gen": "^2.0.0",
59-
"@0x/contracts-test-utils": "^4.0.0",
60-
"@0x/contracts-utils": "^4.0.0",
61-
"@0x/dev-utils": "^3.0.0",
62-
"@0x/sol-compiler": "^4.0.0",
53+
"@0x/abi-gen": "^5.0.1",
54+
"@0x/contracts-asset-proxy": "^3.0.1",
55+
"@0x/contracts-erc20": "^3.0.1",
56+
"@0x/contracts-exchange": "^3.0.1",
57+
"@0x/contracts-exchange-libs": "^4.0.1",
58+
"@0x/contracts-gen": "^2.0.1",
59+
"@0x/contracts-test-utils": "^5.0.0",
60+
"@0x/contracts-utils": "^4.0.1",
61+
"@0x/dev-utils": "^3.0.1",
62+
"@0x/sol-compiler": "^4.0.1",
6363
"@0x/tslint-config": "^4.0.0",
64-
"@0x/web3-wrapper": "^7.0.0",
64+
"@0x/web3-wrapper": "^7.0.1",
6565
"@types/lodash": "4.14.104",
6666
"@types/mocha": "^5.2.7",
6767
"@types/node": "*",
@@ -79,10 +79,10 @@
7979
"typescript": "3.0.1"
8080
},
8181
"dependencies": {
82-
"@0x/base-contract": "^6.0.0",
83-
"@0x/types": "^3.0.0",
82+
"@0x/base-contract": "^6.0.1",
83+
"@0x/types": "^3.1.0",
8484
"@0x/typescript-typings": "^5.0.0",
85-
"@0x/utils": "^5.0.0",
85+
"@0x/utils": "^5.1.0",
8686
"ethereum-types": "^3.0.0",
8787
"lodash": "^4.17.11"
8888
},

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": "3.0.0",
3+
"version": "3.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,18 +51,18 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.0.0",
55-
"@0x/contracts-gen": "^2.0.0",
56-
"@0x/contracts-test-utils": "^4.0.0",
57-
"@0x/contracts-utils": "^4.0.0",
58-
"@0x/dev-utils": "^3.0.0",
59-
"@0x/sol-compiler": "^4.0.0",
54+
"@0x/abi-gen": "^5.0.1",
55+
"@0x/contracts-gen": "^2.0.1",
56+
"@0x/contracts-test-utils": "^5.0.0",
57+
"@0x/contracts-utils": "^4.0.1",
58+
"@0x/dev-utils": "^3.0.1",
59+
"@0x/sol-compiler": "^4.0.1",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
62-
"@0x/types": "^3.0.0",
62+
"@0x/types": "^3.1.0",
6363
"@0x/typescript-typings": "^5.0.0",
64-
"@0x/utils": "^5.0.0",
65-
"@0x/web3-wrapper": "^7.0.0",
64+
"@0x/utils": "^5.1.0",
65+
"@0x/web3-wrapper": "^7.0.1",
6666
"@types/lodash": "4.14.104",
6767
"@types/mocha": "^5.2.7",
6868
"@types/node": "*",
@@ -82,7 +82,7 @@
8282
"typescript": "3.0.1"
8383
},
8484
"dependencies": {
85-
"@0x/base-contract": "^6.0.0"
85+
"@0x/base-contract": "^6.0.1"
8686
},
8787
"publishConfig": {
8888
"access": "public"

contracts/erc721/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-erc721",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,18 +52,18 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.0.0",
56-
"@0x/contracts-gen": "^2.0.0",
57-
"@0x/contracts-test-utils": "^4.0.0",
58-
"@0x/contracts-utils": "^4.0.0",
59-
"@0x/dev-utils": "^3.0.0",
60-
"@0x/sol-compiler": "^4.0.0",
55+
"@0x/abi-gen": "^5.0.1",
56+
"@0x/contracts-gen": "^2.0.1",
57+
"@0x/contracts-test-utils": "^5.0.0",
58+
"@0x/contracts-utils": "^4.0.1",
59+
"@0x/dev-utils": "^3.0.1",
60+
"@0x/sol-compiler": "^4.0.1",
6161
"@0x/ts-doc-gen": "^0.0.22",
6262
"@0x/tslint-config": "^4.0.0",
63-
"@0x/types": "^3.0.0",
63+
"@0x/types": "^3.1.0",
6464
"@0x/typescript-typings": "^5.0.0",
65-
"@0x/utils": "^5.0.0",
66-
"@0x/web3-wrapper": "^7.0.0",
65+
"@0x/utils": "^5.1.0",
66+
"@0x/web3-wrapper": "^7.0.1",
6767
"@types/lodash": "4.14.104",
6868
"@types/mocha": "^5.2.7",
6969
"@types/node": "*",
@@ -84,7 +84,7 @@
8484
"typescript": "3.0.1"
8585
},
8686
"dependencies": {
87-
"@0x/base-contract": "^6.0.0"
87+
"@0x/base-contract": "^6.0.1"
8888
},
8989
"publishConfig": {
9090
"access": "public"

contracts/exchange-forwarder/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,24 +52,24 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.0.0",
56-
"@0x/contracts-asset-proxy": "^3.0.0",
57-
"@0x/contracts-dev-utils": "^1.0.0",
58-
"@0x/contracts-erc20": "^3.0.0",
59-
"@0x/contracts-erc721": "^3.0.0",
60-
"@0x/contracts-exchange": "^3.0.0",
61-
"@0x/contracts-exchange-libs": "^4.0.0",
62-
"@0x/contracts-gen": "^2.0.0",
63-
"@0x/contracts-test-utils": "^4.0.0",
64-
"@0x/contracts-utils": "^4.0.0",
65-
"@0x/dev-utils": "^3.0.0",
66-
"@0x/order-utils": "^9.0.0",
67-
"@0x/sol-compiler": "^4.0.0",
55+
"@0x/abi-gen": "^5.0.1",
56+
"@0x/contracts-asset-proxy": "^3.0.1",
57+
"@0x/contracts-dev-utils": "^1.0.1",
58+
"@0x/contracts-erc20": "^3.0.1",
59+
"@0x/contracts-erc721": "^3.0.1",
60+
"@0x/contracts-exchange": "^3.0.1",
61+
"@0x/contracts-exchange-libs": "^4.0.1",
62+
"@0x/contracts-gen": "^2.0.1",
63+
"@0x/contracts-test-utils": "^5.0.0",
64+
"@0x/contracts-utils": "^4.0.1",
65+
"@0x/dev-utils": "^3.0.1",
66+
"@0x/order-utils": "^10.0.0",
67+
"@0x/sol-compiler": "^4.0.1",
6868
"@0x/ts-doc-gen": "^0.0.22",
6969
"@0x/tslint-config": "^4.0.0",
70-
"@0x/types": "^3.0.0",
71-
"@0x/utils": "^5.0.0",
72-
"@0x/web3-wrapper": "^7.0.0",
70+
"@0x/types": "^3.1.0",
71+
"@0x/utils": "^5.1.0",
72+
"@0x/web3-wrapper": "^7.0.1",
7373
"@types/lodash": "4.14.104",
7474
"@types/mocha": "^5.2.7",
7575
"@types/node": "*",
@@ -89,7 +89,7 @@
8989
"typescript": "3.0.1"
9090
},
9191
"dependencies": {
92-
"@0x/base-contract": "^6.0.0",
92+
"@0x/base-contract": "^6.0.1",
9393
"@0x/typescript-typings": "^5.0.0",
9494
"ethereum-types": "^3.0.0"
9595
},

0 commit comments

Comments
 (0)