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

Commit 5d603b2

Browse files
committed
Publish
- @0x/contracts-asset-proxy@3.1.3 - @0x/contracts-broker@1.0.1 - @0x/contracts-coordinator@3.0.6 - @0x/contracts-dev-utils@1.0.6 - @0x/contracts-erc1155@2.0.6 - @0x/contracts-erc20-bridge-sampler@1.2.1 - @0x/contracts-erc20@3.0.6 - @0x/contracts-erc721@3.0.6 - @0x/contracts-exchange-forwarder@4.1.0 - @0x/contracts-exchange-libs@4.2.0 - @0x/contracts-exchange@3.1.2 - @0x/contracts-extensions@6.0.0 - @0x/contracts-integrations@2.2.3 - @0x/contracts-multisig@4.0.6 - @0x/contracts-staking@2.0.6 - @0x/contracts-test-utils@5.1.3 - @0x/contracts-utils@4.2.1 - 0x.js@9.0.7 - @0x/abi-gen@5.1.2 - @0x/assert@3.0.5 - @0x/asset-swapper@4.1.1 - @0x/base-contract@6.1.2 - @0x/connect@6.0.5 - @0x/contract-artifacts@3.4.1 - @0x/contract-wrappers-test@12.2.7 - @0x/contract-wrappers@13.4.2 - @0x/contracts-gen@2.0.6 - @0x/dev-utils@3.1.3 - @0x/instant@1.0.44 - @0x/json-schemas@5.0.5 - @0x/migrations@6.0.2 - @0x/monorepo-scripts@1.0.49 - @0x/order-utils@10.1.3 - @0x/orderbook@2.1.2 - @0x/sol-compiler@4.0.6 - @0x/sol-coverage@4.0.6 - @0x/sol-doc@3.1.3 - @0x/sol-profiler@4.0.6 - @0x/sol-trace@3.0.6 - @0x/sol-tracing-utils@7.0.6 - @0x/sra-spec@3.0.5 - @0x/subproviders@6.0.6 - @0x/utils@5.3.0 - @0x/web3-wrapper@7.0.5
1 parent 0e1b08f commit 5d603b2

File tree

44 files changed

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

+395
-395
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.1.2",
3+
"version": "3.1.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,12 +51,12 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.1.1",
55-
"@0x/contracts-gen": "^2.0.5",
56-
"@0x/contracts-test-utils": "^5.1.2",
57-
"@0x/contracts-utils": "^4.2.0",
58-
"@0x/dev-utils": "^3.1.2",
59-
"@0x/sol-compiler": "^4.0.5",
54+
"@0x/abi-gen": "^5.1.2",
55+
"@0x/contracts-gen": "^2.0.6",
56+
"@0x/contracts-test-utils": "^5.1.3",
57+
"@0x/contracts-utils": "^4.2.1",
58+
"@0x/dev-utils": "^3.1.3",
59+
"@0x/sol-compiler": "^4.0.6",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
6262
"@0x/types": "^3.1.1",
@@ -79,16 +79,16 @@
7979
"typescript": "3.0.1"
8080
},
8181
"dependencies": {
82-
"@0x/base-contract": "^6.1.1",
83-
"@0x/contracts-dev-utils": "^1.0.5",
84-
"@0x/contracts-erc1155": "^2.0.5",
85-
"@0x/contracts-erc20": "^3.0.5",
86-
"@0x/contracts-erc721": "^3.0.5",
87-
"@0x/contracts-exchange-libs": "^4.1.1",
88-
"@0x/order-utils": "^10.1.2",
82+
"@0x/base-contract": "^6.1.2",
83+
"@0x/contracts-dev-utils": "^1.0.6",
84+
"@0x/contracts-erc1155": "^2.0.6",
85+
"@0x/contracts-erc20": "^3.0.6",
86+
"@0x/contracts-erc721": "^3.0.6",
87+
"@0x/contracts-exchange-libs": "^4.2.0",
88+
"@0x/order-utils": "^10.1.3",
8989
"@0x/typescript-typings": "^5.0.1",
90-
"@0x/utils": "^5.2.0",
91-
"@0x/web3-wrapper": "^7.0.4",
90+
"@0x/utils": "^5.3.0",
91+
"@0x/web3-wrapper": "^7.0.5",
9292
"ethereum-types": "^3.0.0",
9393
"lodash": "^4.17.11"
9494
},

contracts/broker/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-broker",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,20 +51,20 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.1.0",
55-
"@0x/contracts-asset-proxy": "^3.1.1",
56-
"@0x/contracts-erc20": "^3.0.4",
57-
"@0x/contracts-erc721": "^3.0.4",
58-
"@0x/contracts-exchange": "^3.1.0",
59-
"@0x/contracts-exchange-libs": "^4.1.0",
60-
"@0x/contracts-gen": "^2.0.4",
61-
"@0x/contracts-test-utils": "^5.1.1",
62-
"@0x/contracts-utils": "^4.1.0",
63-
"@0x/sol-compiler": "^4.0.4",
54+
"@0x/abi-gen": "^5.1.2",
55+
"@0x/contracts-asset-proxy": "^3.1.3",
56+
"@0x/contracts-erc20": "^3.0.6",
57+
"@0x/contracts-erc721": "^3.0.6",
58+
"@0x/contracts-exchange": "^3.1.2",
59+
"@0x/contracts-exchange-libs": "^4.2.0",
60+
"@0x/contracts-gen": "^2.0.6",
61+
"@0x/contracts-test-utils": "^5.1.3",
62+
"@0x/contracts-utils": "^4.2.1",
63+
"@0x/sol-compiler": "^4.0.6",
6464
"@0x/ts-doc-gen": "^0.0.22",
6565
"@0x/tslint-config": "^4.0.0",
6666
"@0x/types": "^3.1.1",
67-
"@0x/web3-wrapper": "^7.0.4",
67+
"@0x/web3-wrapper": "^7.0.5",
6868
"@types/lodash": "4.14.104",
6969
"@types/mocha": "^5.2.7",
7070
"@types/node": "*",
@@ -84,10 +84,10 @@
8484
"typescript": "3.0.1"
8585
},
8686
"dependencies": {
87-
"@0x/base-contract": "^6.1.0",
88-
"@0x/order-utils": "^10.1.1",
87+
"@0x/base-contract": "^6.1.2",
88+
"@0x/order-utils": "^10.1.3",
8989
"@0x/typescript-typings": "^5.0.1",
90-
"@0x/utils": "^5.2.0",
90+
"@0x/utils": "^5.3.0",
9191
"ethereum-types": "^3.0.0"
9292
},
9393
"publishConfig": {

contracts/coordinator/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-coordinator",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
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.1.1",
56-
"@0x/contracts-asset-proxy": "^3.1.2",
57-
"@0x/contracts-dev-utils": "^1.0.5",
58-
"@0x/contracts-erc20": "^3.0.5",
59-
"@0x/contracts-exchange": "^3.1.1",
60-
"@0x/contracts-gen": "^2.0.5",
61-
"@0x/contracts-test-utils": "^5.1.2",
62-
"@0x/dev-utils": "^3.1.2",
63-
"@0x/order-utils": "^10.1.2",
64-
"@0x/sol-compiler": "^4.0.5",
55+
"@0x/abi-gen": "^5.1.2",
56+
"@0x/contracts-asset-proxy": "^3.1.3",
57+
"@0x/contracts-dev-utils": "^1.0.6",
58+
"@0x/contracts-erc20": "^3.0.6",
59+
"@0x/contracts-exchange": "^3.1.2",
60+
"@0x/contracts-gen": "^2.0.6",
61+
"@0x/contracts-test-utils": "^5.1.3",
62+
"@0x/dev-utils": "^3.1.3",
63+
"@0x/order-utils": "^10.1.3",
64+
"@0x/sol-compiler": "^4.0.6",
6565
"@0x/ts-doc-gen": "^0.0.22",
6666
"@0x/tslint-config": "^4.0.0",
67-
"@0x/web3-wrapper": "^7.0.4",
67+
"@0x/web3-wrapper": "^7.0.5",
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.4",
88-
"@0x/base-contract": "^6.1.1",
87+
"@0x/assert": "^3.0.5",
88+
"@0x/base-contract": "^6.1.2",
8989
"@0x/contract-addresses": "^4.4.0",
90-
"@0x/contracts-utils": "^4.2.0",
91-
"@0x/json-schemas": "^5.0.4",
90+
"@0x/contracts-utils": "^4.2.1",
91+
"@0x/json-schemas": "^5.0.5",
9292
"@0x/types": "^3.1.1",
9393
"@0x/typescript-typings": "^5.0.1",
94-
"@0x/utils": "^5.2.0",
94+
"@0x/utils": "^5.3.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.5",
3+
"version": "1.0.6",
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.1.1",
45-
"@0x/assert": "^3.0.4",
46-
"@0x/contracts-gen": "^2.0.5",
47-
"@0x/sol-compiler": "^4.0.5",
44+
"@0x/abi-gen": "^5.1.2",
45+
"@0x/assert": "^3.0.5",
46+
"@0x/contracts-gen": "^2.0.6",
47+
"@0x/sol-compiler": "^4.0.6",
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.1.1"
62+
"@0x/base-contract": "^6.1.2"
6363
},
6464
"publishConfig": {
6565
"access": "public"

contracts/erc1155/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-erc1155",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,11 +52,11 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.1.1",
56-
"@0x/contracts-gen": "^2.0.5",
57-
"@0x/contracts-utils": "^4.2.0",
58-
"@0x/dev-utils": "^3.1.2",
59-
"@0x/sol-compiler": "^4.0.5",
55+
"@0x/abi-gen": "^5.1.2",
56+
"@0x/contracts-gen": "^2.0.6",
57+
"@0x/contracts-utils": "^4.2.1",
58+
"@0x/dev-utils": "^3.1.3",
59+
"@0x/sol-compiler": "^4.0.6",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
6262
"@0x/types": "^3.1.1",
@@ -80,10 +80,10 @@
8080
"typescript": "3.0.1"
8181
},
8282
"dependencies": {
83-
"@0x/base-contract": "^6.1.1",
84-
"@0x/contracts-test-utils": "^5.1.2",
85-
"@0x/utils": "^5.2.0",
86-
"@0x/web3-wrapper": "^7.0.4",
83+
"@0x/base-contract": "^6.1.2",
84+
"@0x/contracts-test-utils": "^5.1.3",
85+
"@0x/utils": "^5.3.0",
86+
"@0x/web3-wrapper": "^7.0.5",
8787
"lodash": "^4.17.11"
8888
},
8989
"publishConfig": {

contracts/erc20-bridge-sampler/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20-bridge-sampler",
3-
"version": "1.2.0",
3+
"version": "1.2.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.1.1",
54-
"@0x/contracts-asset-proxy": "^3.1.2",
55-
"@0x/contracts-erc20": "^3.0.5",
56-
"@0x/contracts-exchange": "^3.1.1",
57-
"@0x/contracts-exchange-libs": "^4.1.1",
58-
"@0x/contracts-gen": "^2.0.5",
59-
"@0x/contracts-test-utils": "^5.1.2",
60-
"@0x/contracts-utils": "^4.2.0",
61-
"@0x/dev-utils": "^3.1.2",
62-
"@0x/sol-compiler": "^4.0.5",
53+
"@0x/abi-gen": "^5.1.2",
54+
"@0x/contracts-asset-proxy": "^3.1.3",
55+
"@0x/contracts-erc20": "^3.0.6",
56+
"@0x/contracts-exchange": "^3.1.2",
57+
"@0x/contracts-exchange-libs": "^4.2.0",
58+
"@0x/contracts-gen": "^2.0.6",
59+
"@0x/contracts-test-utils": "^5.1.3",
60+
"@0x/contracts-utils": "^4.2.1",
61+
"@0x/dev-utils": "^3.1.3",
62+
"@0x/sol-compiler": "^4.0.6",
6363
"@0x/tslint-config": "^4.0.0",
64-
"@0x/web3-wrapper": "^7.0.4",
64+
"@0x/web3-wrapper": "^7.0.5",
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.1.1",
82+
"@0x/base-contract": "^6.1.2",
8383
"@0x/types": "^3.1.1",
8484
"@0x/typescript-typings": "^5.0.1",
85-
"@0x/utils": "^5.2.0",
85+
"@0x/utils": "^5.3.0",
8686
"ethereum-types": "^3.0.0",
8787
"lodash": "^4.17.11"
8888
},

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": "3.0.5",
3+
"version": "3.0.6",
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.1.1",
55-
"@0x/contracts-gen": "^2.0.5",
56-
"@0x/contracts-test-utils": "^5.1.2",
57-
"@0x/contracts-utils": "^4.2.0",
58-
"@0x/dev-utils": "^3.1.2",
59-
"@0x/sol-compiler": "^4.0.5",
54+
"@0x/abi-gen": "^5.1.2",
55+
"@0x/contracts-gen": "^2.0.6",
56+
"@0x/contracts-test-utils": "^5.1.3",
57+
"@0x/contracts-utils": "^4.2.1",
58+
"@0x/dev-utils": "^3.1.3",
59+
"@0x/sol-compiler": "^4.0.6",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
6262
"@0x/types": "^3.1.1",
6363
"@0x/typescript-typings": "^5.0.1",
64-
"@0x/utils": "^5.2.0",
65-
"@0x/web3-wrapper": "^7.0.4",
64+
"@0x/utils": "^5.3.0",
65+
"@0x/web3-wrapper": "^7.0.5",
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.1.1"
85+
"@0x/base-contract": "^6.1.2"
8686
},
8787
"publishConfig": {
8888
"access": "public"

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": "3.0.5",
3+
"version": "3.0.6",
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.1.1",
56-
"@0x/contracts-gen": "^2.0.5",
57-
"@0x/contracts-test-utils": "^5.1.2",
58-
"@0x/contracts-utils": "^4.2.0",
59-
"@0x/dev-utils": "^3.1.2",
60-
"@0x/sol-compiler": "^4.0.5",
55+
"@0x/abi-gen": "^5.1.2",
56+
"@0x/contracts-gen": "^2.0.6",
57+
"@0x/contracts-test-utils": "^5.1.3",
58+
"@0x/contracts-utils": "^4.2.1",
59+
"@0x/dev-utils": "^3.1.3",
60+
"@0x/sol-compiler": "^4.0.6",
6161
"@0x/ts-doc-gen": "^0.0.22",
6262
"@0x/tslint-config": "^4.0.0",
6363
"@0x/types": "^3.1.1",
6464
"@0x/typescript-typings": "^5.0.1",
65-
"@0x/utils": "^5.2.0",
66-
"@0x/web3-wrapper": "^7.0.4",
65+
"@0x/utils": "^5.3.0",
66+
"@0x/web3-wrapper": "^7.0.5",
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.1.1"
87+
"@0x/base-contract": "^6.1.2"
8888
},
8989
"publishConfig": {
9090
"access": "public"

0 commit comments

Comments
 (0)