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

File tree

24 files changed

+135
-135
lines changed

24 files changed

+135
-135
lines changed

contracts/asset-proxy/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,10 +51,10 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.1",
54+
"@0x/abi-gen": "^5.2.2",
5555
"@0x/contracts-gen": "^2.0.8",
5656
"@0x/contracts-test-utils": "^5.3.0",
57-
"@0x/contracts-utils": "^4.4.0",
57+
"@0x/contracts-utils": "^4.4.1",
5858
"@0x/dev-utils": "^3.2.1",
5959
"@0x/sol-compiler": "^4.0.8",
6060
"@0x/ts-doc-gen": "^0.0.22",
@@ -79,10 +79,10 @@
7979
},
8080
"dependencies": {
8181
"@0x/base-contract": "^6.2.1",
82-
"@0x/contracts-erc1155": "^2.1.2",
83-
"@0x/contracts-erc20": "^3.1.2",
84-
"@0x/contracts-erc721": "^3.1.2",
85-
"@0x/contracts-exchange-libs": "^4.3.2",
82+
"@0x/contracts-erc1155": "^2.1.3",
83+
"@0x/contracts-erc20": "^3.1.3",
84+
"@0x/contracts-erc721": "^3.1.3",
85+
"@0x/contracts-exchange-libs": "^4.3.3",
8686
"@0x/order-utils": "^10.2.2",
8787
"@0x/types": "^3.1.2",
8888
"@0x/typescript-typings": "^5.0.2",

contracts/broker/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-broker",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,15 +51,15 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.1",
55-
"@0x/contracts-asset-proxy": "^3.2.2",
56-
"@0x/contracts-erc20": "^3.1.2",
57-
"@0x/contracts-erc721": "^3.1.2",
58-
"@0x/contracts-exchange": "^3.2.2",
59-
"@0x/contracts-exchange-libs": "^4.3.2",
54+
"@0x/abi-gen": "^5.2.2",
55+
"@0x/contracts-asset-proxy": "^3.2.3",
56+
"@0x/contracts-erc20": "^3.1.3",
57+
"@0x/contracts-erc721": "^3.1.3",
58+
"@0x/contracts-exchange": "^3.2.3",
59+
"@0x/contracts-exchange-libs": "^4.3.3",
6060
"@0x/contracts-gen": "^2.0.8",
6161
"@0x/contracts-test-utils": "^5.3.0",
62-
"@0x/contracts-utils": "^4.4.0",
62+
"@0x/contracts-utils": "^4.4.1",
6363
"@0x/sol-compiler": "^4.0.8",
6464
"@0x/ts-doc-gen": "^0.0.22",
6565
"@0x/tslint-config": "^4.0.0",

contracts/coordinator/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-coordinator",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,11 +52,11 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
56-
"@0x/contracts-asset-proxy": "^3.2.2",
57-
"@0x/contracts-dev-utils": "^1.3.0",
58-
"@0x/contracts-erc20": "^3.1.2",
59-
"@0x/contracts-exchange": "^3.2.2",
55+
"@0x/abi-gen": "^5.2.2",
56+
"@0x/contracts-asset-proxy": "^3.2.3",
57+
"@0x/contracts-dev-utils": "^1.3.1",
58+
"@0x/contracts-erc20": "^3.1.3",
59+
"@0x/contracts-exchange": "^3.2.3",
6060
"@0x/contracts-gen": "^2.0.8",
6161
"@0x/contracts-test-utils": "^5.3.0",
6262
"@0x/dev-utils": "^3.2.1",
@@ -87,7 +87,7 @@
8787
"@0x/assert": "^3.0.7",
8888
"@0x/base-contract": "^6.2.1",
8989
"@0x/contract-addresses": "^4.7.0",
90-
"@0x/contracts-utils": "^4.4.0",
90+
"@0x/contracts-utils": "^4.4.1",
9191
"@0x/json-schemas": "^5.0.7",
9292
"@0x/types": "^3.1.2",
9393
"@0x/typescript-typings": "^5.0.2",

contracts/dev-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-dev-utils",
3-
"version": "1.3.0",
3+
"version": "1.3.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.2.1",
44+
"@0x/abi-gen": "^5.2.2",
4545
"@0x/assert": "^3.0.7",
46-
"@0x/contracts-asset-proxy": "^3.2.2",
47-
"@0x/contracts-erc20": "^3.1.2",
46+
"@0x/contracts-asset-proxy": "^3.2.3",
47+
"@0x/contracts-erc20": "^3.1.3",
4848
"@0x/contracts-gen": "^2.0.8",
4949
"@0x/contracts-test-utils": "^5.3.0",
5050
"@0x/sol-compiler": "^4.0.8",

contracts/erc1155/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc1155",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,9 +52,9 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
55+
"@0x/abi-gen": "^5.2.2",
5656
"@0x/contracts-gen": "^2.0.8",
57-
"@0x/contracts-utils": "^4.4.0",
57+
"@0x/contracts-utils": "^4.4.1",
5858
"@0x/dev-utils": "^3.2.1",
5959
"@0x/sol-compiler": "^4.0.8",
6060
"@0x/ts-doc-gen": "^0.0.22",

contracts/erc20-bridge-sampler/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20-bridge-sampler",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -50,14 +50,14 @@
5050
},
5151
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5252
"devDependencies": {
53-
"@0x/abi-gen": "^5.2.1",
54-
"@0x/contracts-asset-proxy": "^3.2.2",
55-
"@0x/contracts-erc20": "^3.1.2",
56-
"@0x/contracts-exchange": "^3.2.2",
57-
"@0x/contracts-exchange-libs": "^4.3.2",
53+
"@0x/abi-gen": "^5.2.2",
54+
"@0x/contracts-asset-proxy": "^3.2.3",
55+
"@0x/contracts-erc20": "^3.1.3",
56+
"@0x/contracts-exchange": "^3.2.3",
57+
"@0x/contracts-exchange-libs": "^4.3.3",
5858
"@0x/contracts-gen": "^2.0.8",
5959
"@0x/contracts-test-utils": "^5.3.0",
60-
"@0x/contracts-utils": "^4.4.0",
60+
"@0x/contracts-utils": "^4.4.1",
6161
"@0x/dev-utils": "^3.2.1",
6262
"@0x/sol-compiler": "^4.0.8",
6363
"@0x/tslint-config": "^4.0.0",

contracts/erc20/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,10 +51,10 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.1",
54+
"@0x/abi-gen": "^5.2.2",
5555
"@0x/contracts-gen": "^2.0.8",
5656
"@0x/contracts-test-utils": "^5.3.0",
57-
"@0x/contracts-utils": "^4.4.0",
57+
"@0x/contracts-utils": "^4.4.1",
5858
"@0x/dev-utils": "^3.2.1",
5959
"@0x/sol-compiler": "^4.0.8",
6060
"@0x/ts-doc-gen": "^0.0.22",

contracts/erc721/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc721",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,10 +52,10 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
55+
"@0x/abi-gen": "^5.2.2",
5656
"@0x/contracts-gen": "^2.0.8",
5757
"@0x/contracts-test-utils": "^5.3.0",
58-
"@0x/contracts-utils": "^4.4.0",
58+
"@0x/contracts-utils": "^4.4.1",
5959
"@0x/dev-utils": "^3.2.1",
6060
"@0x/sol-compiler": "^4.0.8",
6161
"@0x/ts-doc-gen": "^0.0.22",

contracts/exchange-forwarder/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-forwarder",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,17 +52,17 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
56-
"@0x/contracts-asset-proxy": "^3.2.2",
57-
"@0x/contracts-dev-utils": "^1.3.0",
58-
"@0x/contracts-erc1155": "^2.1.2",
59-
"@0x/contracts-erc20": "^3.1.2",
60-
"@0x/contracts-erc721": "^3.1.2",
61-
"@0x/contracts-exchange": "^3.2.2",
62-
"@0x/contracts-exchange-libs": "^4.3.2",
55+
"@0x/abi-gen": "^5.2.2",
56+
"@0x/contracts-asset-proxy": "^3.2.3",
57+
"@0x/contracts-dev-utils": "^1.3.1",
58+
"@0x/contracts-erc1155": "^2.1.3",
59+
"@0x/contracts-erc20": "^3.1.3",
60+
"@0x/contracts-erc721": "^3.1.3",
61+
"@0x/contracts-exchange": "^3.2.3",
62+
"@0x/contracts-exchange-libs": "^4.3.3",
6363
"@0x/contracts-gen": "^2.0.8",
6464
"@0x/contracts-test-utils": "^5.3.0",
65-
"@0x/contracts-utils": "^4.4.0",
65+
"@0x/contracts-utils": "^4.4.1",
6666
"@0x/dev-utils": "^3.2.1",
6767
"@0x/order-utils": "^10.2.2",
6868
"@0x/sol-compiler": "^4.0.8",

contracts/exchange-libs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-libs",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
55+
"@0x/abi-gen": "^5.2.2",
5656
"@0x/contracts-gen": "^2.0.8",
5757
"@0x/dev-utils": "^3.2.1",
5858
"@0x/sol-compiler": "^4.0.8",
@@ -82,7 +82,7 @@
8282
"dependencies": {
8383
"@0x/base-contract": "^6.2.1",
8484
"@0x/contracts-test-utils": "^5.3.0",
85-
"@0x/contracts-utils": "^4.4.0",
85+
"@0x/contracts-utils": "^4.4.1",
8686
"@0x/order-utils": "^10.2.2",
8787
"@0x/types": "^3.1.2",
8888
"@0x/typescript-typings": "^5.0.2",

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": "3.2.2",
3+
"version": "3.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,14 +52,14 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.1",
56-
"@0x/contracts-asset-proxy": "^3.2.2",
57-
"@0x/contracts-exchange-libs": "^4.3.2",
55+
"@0x/abi-gen": "^5.2.2",
56+
"@0x/contracts-asset-proxy": "^3.2.3",
57+
"@0x/contracts-exchange-libs": "^4.3.3",
5858
"@0x/contracts-gen": "^2.0.8",
59-
"@0x/contracts-multisig": "^4.1.2",
60-
"@0x/contracts-staking": "^2.0.9",
59+
"@0x/contracts-multisig": "^4.1.3",
60+
"@0x/contracts-staking": "^2.0.10",
6161
"@0x/contracts-test-utils": "^5.3.0",
62-
"@0x/contracts-utils": "^4.4.0",
62+
"@0x/contracts-utils": "^4.4.1",
6363
"@0x/dev-utils": "^3.2.1",
6464
"@0x/sol-compiler": "^4.0.8",
6565
"@0x/ts-doc-gen": "^0.0.22",
@@ -89,10 +89,10 @@
8989
},
9090
"dependencies": {
9191
"@0x/base-contract": "^6.2.1",
92-
"@0x/contracts-dev-utils": "^1.3.0",
93-
"@0x/contracts-erc1155": "^2.1.2",
94-
"@0x/contracts-erc20": "^3.1.2",
95-
"@0x/contracts-erc721": "^3.1.2",
92+
"@0x/contracts-dev-utils": "^1.3.1",
93+
"@0x/contracts-erc1155": "^2.1.3",
94+
"@0x/contracts-erc20": "^3.1.3",
95+
"@0x/contracts-erc721": "^3.1.3",
9696
"@0x/order-utils": "^10.2.2",
9797
"@0x/utils": "^5.4.1",
9898
"lodash": "^4.17.11"

contracts/extensions/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-extensions",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,16 +51,16 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.1",
55-
"@0x/contracts-asset-proxy": "^3.2.2",
56-
"@0x/contracts-dev-utils": "^1.3.0",
57-
"@0x/contracts-erc20": "^3.1.2",
58-
"@0x/contracts-erc721": "^3.1.2",
59-
"@0x/contracts-exchange": "^3.2.2",
60-
"@0x/contracts-exchange-libs": "^4.3.2",
54+
"@0x/abi-gen": "^5.2.2",
55+
"@0x/contracts-asset-proxy": "^3.2.3",
56+
"@0x/contracts-dev-utils": "^1.3.1",
57+
"@0x/contracts-erc20": "^3.1.3",
58+
"@0x/contracts-erc721": "^3.1.3",
59+
"@0x/contracts-exchange": "^3.2.3",
60+
"@0x/contracts-exchange-libs": "^4.3.3",
6161
"@0x/contracts-gen": "^2.0.8",
6262
"@0x/contracts-test-utils": "^5.3.0",
63-
"@0x/contracts-utils": "^4.4.0",
63+
"@0x/contracts-utils": "^4.4.1",
6464
"@0x/dev-utils": "^3.2.1",
6565
"@0x/order-utils": "^10.2.2",
6666
"@0x/sol-compiler": "^4.0.8",

0 commit comments

Comments
 (0)