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

Commit 7bf710f

Browse files
committed
Publish
- @0x/contracts-asset-proxy@3.3.0 - @0x/contracts-broker@1.1.5 - @0x/contracts-coordinator@3.1.6 - @0x/contracts-dev-utils@1.3.4 - @0x/contracts-erc1155@2.1.6 - @0x/contracts-erc20-bridge-sampler@1.6.0 - @0x/contracts-erc20@3.2.0 - @0x/contracts-erc721@3.1.6 - @0x/contracts-exchange-forwarder@4.2.6 - @0x/contracts-exchange-libs@4.3.6 - @0x/contracts-exchange@3.2.6 - @0x/contracts-extensions@6.2.0 - @0x/contracts-integrations@2.5.2 - @0x/contracts-multisig@4.1.6 - @0x/contracts-staking@2.0.13 - @0x/contracts-test-utils@5.3.3 - @0x/contracts-utils@4.5.0 - @0x/contracts-zero-ex@0.1.1 - 0x.js@9.1.6 - @0x/abi-gen@5.3.0 - @0x/assert@3.0.8 - @0x/asset-swapper@4.5.0 - @0x/base-contract@6.2.2 - @0x/connect@6.0.8 - @0x/contract-addresses@4.10.0 - @0x/contract-artifacts@3.7.0 - @0x/contract-wrappers-test@12.2.15 - @0x/contract-wrappers@13.7.0 - @0x/contracts-gen@2.0.9 - @0x/dev-utils@3.2.2 - ethereum-types@3.1.1 - @0x/instant@1.0.52 - @0x/json-schemas@5.0.8 - @0x/migrations@6.3.0 - @0x/monorepo-scripts@1.0.53 - @0x/order-utils@10.2.5 - @0x/orderbook@2.2.6 - @0x/sol-compiler@4.1.0 - @0x/sol-coverage@4.0.9 - @0x/sol-doc@3.1.7 - @0x/sol-profiler@4.0.9 - @0x/sol-resolver@3.0.4 - @0x/sol-trace@3.0.9 - @0x/sol-tracing-utils@7.0.9 - @0x/sra-spec@3.0.8 - @0x/subproviders@6.1.0 - @0x/types@3.1.3 - @0x/typescript-typings@5.1.0 - @0x/utils@5.5.0 - @0x/web3-wrapper@7.1.0
1 parent e50fd77 commit 7bf710f

File tree

50 files changed

+524
-524
lines changed

Some content is hidden

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

50 files changed

+524
-524
lines changed

contracts/asset-proxy/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "3.2.5",
3+
"version": "3.3.0",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,13 +51,13 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.2",
55-
"@0x/contract-wrappers": "^13.6.3",
56-
"@0x/contracts-gen": "^2.0.8",
57-
"@0x/contracts-test-utils": "^5.3.2",
58-
"@0x/contracts-utils": "^4.4.3",
59-
"@0x/dev-utils": "^3.2.1",
60-
"@0x/sol-compiler": "^4.0.8",
54+
"@0x/abi-gen": "^5.3.0",
55+
"@0x/contract-wrappers": "^13.7.0",
56+
"@0x/contracts-gen": "^2.0.9",
57+
"@0x/contracts-test-utils": "^5.3.3",
58+
"@0x/contracts-utils": "^4.5.0",
59+
"@0x/dev-utils": "^3.2.2",
60+
"@0x/sol-compiler": "^4.1.0",
6161
"@0x/ts-doc-gen": "^0.0.22",
6262
"@0x/tslint-config": "^4.0.0",
6363
"@types/lodash": "4.14.104",
@@ -79,17 +79,17 @@
7979
"typescript": "3.0.1"
8080
},
8181
"dependencies": {
82-
"@0x/base-contract": "^6.2.1",
83-
"@0x/contracts-erc1155": "^2.1.5",
84-
"@0x/contracts-erc20": "^3.1.5",
85-
"@0x/contracts-erc721": "^3.1.5",
86-
"@0x/contracts-exchange-libs": "^4.3.5",
87-
"@0x/order-utils": "^10.2.4",
88-
"@0x/types": "^3.1.2",
89-
"@0x/typescript-typings": "^5.0.2",
90-
"@0x/utils": "^5.4.1",
91-
"@0x/web3-wrapper": "^7.0.7",
92-
"ethereum-types": "^3.1.0",
82+
"@0x/base-contract": "^6.2.2",
83+
"@0x/contracts-erc1155": "^2.1.6",
84+
"@0x/contracts-erc20": "^3.2.0",
85+
"@0x/contracts-erc721": "^3.1.6",
86+
"@0x/contracts-exchange-libs": "^4.3.6",
87+
"@0x/order-utils": "^10.2.5",
88+
"@0x/types": "^3.1.3",
89+
"@0x/typescript-typings": "^5.1.0",
90+
"@0x/utils": "^5.5.0",
91+
"@0x/web3-wrapper": "^7.1.0",
92+
"ethereum-types": "^3.1.1",
9393
"lodash": "^4.17.11"
9494
},
9595
"publishConfig": {

contracts/broker/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-broker",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
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.2.2",
55-
"@0x/contracts-asset-proxy": "^3.2.5",
56-
"@0x/contracts-erc20": "^3.1.5",
57-
"@0x/contracts-erc721": "^3.1.5",
58-
"@0x/contracts-exchange": "^3.2.5",
59-
"@0x/contracts-exchange-libs": "^4.3.5",
60-
"@0x/contracts-gen": "^2.0.8",
61-
"@0x/contracts-test-utils": "^5.3.2",
62-
"@0x/contracts-utils": "^4.4.3",
63-
"@0x/sol-compiler": "^4.0.8",
54+
"@0x/abi-gen": "^5.3.0",
55+
"@0x/contracts-asset-proxy": "^3.3.0",
56+
"@0x/contracts-erc20": "^3.2.0",
57+
"@0x/contracts-erc721": "^3.1.6",
58+
"@0x/contracts-exchange": "^3.2.6",
59+
"@0x/contracts-exchange-libs": "^4.3.6",
60+
"@0x/contracts-gen": "^2.0.9",
61+
"@0x/contracts-test-utils": "^5.3.3",
62+
"@0x/contracts-utils": "^4.5.0",
63+
"@0x/sol-compiler": "^4.1.0",
6464
"@0x/ts-doc-gen": "^0.0.22",
6565
"@0x/tslint-config": "^4.0.0",
66-
"@0x/types": "^3.1.2",
67-
"@0x/web3-wrapper": "^7.0.7",
66+
"@0x/types": "^3.1.3",
67+
"@0x/web3-wrapper": "^7.1.0",
6868
"@types/lodash": "4.14.104",
6969
"@types/mocha": "^5.2.7",
7070
"@types/node": "*",
@@ -84,11 +84,11 @@
8484
"typescript": "3.0.1"
8585
},
8686
"dependencies": {
87-
"@0x/base-contract": "^6.2.1",
88-
"@0x/order-utils": "^10.2.4",
89-
"@0x/typescript-typings": "^5.0.2",
90-
"@0x/utils": "^5.4.1",
91-
"ethereum-types": "^3.1.0"
87+
"@0x/base-contract": "^6.2.2",
88+
"@0x/order-utils": "^10.2.5",
89+
"@0x/typescript-typings": "^5.1.0",
90+
"@0x/utils": "^5.5.0",
91+
"ethereum-types": "^3.1.1"
9292
},
9393
"publishConfig": {
9494
"access": "public"

contracts/coordinator/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-coordinator",
3-
"version": "3.1.5",
3+
"version": "3.1.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.2.2",
56-
"@0x/contracts-asset-proxy": "^3.2.5",
57-
"@0x/contracts-dev-utils": "^1.3.3",
58-
"@0x/contracts-erc20": "^3.1.5",
59-
"@0x/contracts-exchange": "^3.2.5",
60-
"@0x/contracts-gen": "^2.0.8",
61-
"@0x/contracts-test-utils": "^5.3.2",
62-
"@0x/dev-utils": "^3.2.1",
63-
"@0x/order-utils": "^10.2.4",
64-
"@0x/sol-compiler": "^4.0.8",
55+
"@0x/abi-gen": "^5.3.0",
56+
"@0x/contracts-asset-proxy": "^3.3.0",
57+
"@0x/contracts-dev-utils": "^1.3.4",
58+
"@0x/contracts-erc20": "^3.2.0",
59+
"@0x/contracts-exchange": "^3.2.6",
60+
"@0x/contracts-gen": "^2.0.9",
61+
"@0x/contracts-test-utils": "^5.3.3",
62+
"@0x/dev-utils": "^3.2.2",
63+
"@0x/order-utils": "^10.2.5",
64+
"@0x/sol-compiler": "^4.1.0",
6565
"@0x/ts-doc-gen": "^0.0.22",
6666
"@0x/tslint-config": "^4.0.0",
67-
"@0x/web3-wrapper": "^7.0.7",
67+
"@0x/web3-wrapper": "^7.1.0",
6868
"@types/lodash": "4.14.104",
6969
"@types/mocha": "^5.2.7",
7070
"@types/node": "*",
@@ -84,15 +84,15 @@
8484
"typescript": "3.0.1"
8585
},
8686
"dependencies": {
87-
"@0x/assert": "^3.0.7",
88-
"@0x/base-contract": "^6.2.1",
89-
"@0x/contract-addresses": "^4.9.0",
90-
"@0x/contracts-utils": "^4.4.3",
91-
"@0x/json-schemas": "^5.0.7",
92-
"@0x/types": "^3.1.2",
93-
"@0x/typescript-typings": "^5.0.2",
94-
"@0x/utils": "^5.4.1",
95-
"ethereum-types": "^3.1.0",
87+
"@0x/assert": "^3.0.8",
88+
"@0x/base-contract": "^6.2.2",
89+
"@0x/contract-addresses": "^4.10.0",
90+
"@0x/contracts-utils": "^4.5.0",
91+
"@0x/json-schemas": "^5.0.8",
92+
"@0x/types": "^3.1.3",
93+
"@0x/typescript-typings": "^5.1.0",
94+
"@0x/utils": "^5.5.0",
95+
"ethereum-types": "^3.1.1",
9696
"http-status-codes": "^1.3.2"
9797
},
9898
"publishConfig": {

contracts/dev-utils/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-dev-utils",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -41,19 +41,19 @@
4141
},
4242
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
4343
"devDependencies": {
44-
"@0x/abi-gen": "^5.2.2",
45-
"@0x/assert": "^3.0.7",
46-
"@0x/contracts-asset-proxy": "^3.2.5",
47-
"@0x/contracts-erc20": "^3.1.5",
48-
"@0x/contracts-gen": "^2.0.8",
49-
"@0x/contracts-test-utils": "^5.3.2",
50-
"@0x/sol-compiler": "^4.0.8",
44+
"@0x/abi-gen": "^5.3.0",
45+
"@0x/assert": "^3.0.8",
46+
"@0x/contracts-asset-proxy": "^3.3.0",
47+
"@0x/contracts-erc20": "^3.2.0",
48+
"@0x/contracts-gen": "^2.0.9",
49+
"@0x/contracts-test-utils": "^5.3.3",
50+
"@0x/sol-compiler": "^4.1.0",
5151
"@0x/ts-doc-gen": "^0.0.22",
5252
"@0x/tslint-config": "^4.0.0",
53-
"@0x/types": "^3.1.2",
54-
"@0x/utils": "^5.4.1",
53+
"@0x/types": "^3.1.3",
54+
"@0x/utils": "^5.5.0",
5555
"@types/node": "*",
56-
"ethereum-types": "^3.1.0",
56+
"ethereum-types": "^3.1.1",
5757
"ethers": "~4.0.4",
5858
"npm-run-all": "^4.1.2",
5959
"shx": "^0.2.2",
@@ -64,7 +64,7 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^6.2.1"
67+
"@0x/base-contract": "^6.2.2"
6868
},
6969
"publishConfig": {
7070
"access": "public"

contracts/erc1155/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc1155",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,23 +52,23 @@
5252
},
5353
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5454
"devDependencies": {
55-
"@0x/abi-gen": "^5.2.2",
56-
"@0x/contracts-gen": "^2.0.8",
57-
"@0x/contracts-utils": "^4.4.3",
58-
"@0x/dev-utils": "^3.2.1",
59-
"@0x/sol-compiler": "^4.0.8",
55+
"@0x/abi-gen": "^5.3.0",
56+
"@0x/contracts-gen": "^2.0.9",
57+
"@0x/contracts-utils": "^4.5.0",
58+
"@0x/dev-utils": "^3.2.2",
59+
"@0x/sol-compiler": "^4.1.0",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
62-
"@0x/types": "^3.1.2",
63-
"@0x/typescript-typings": "^5.0.2",
62+
"@0x/types": "^3.1.3",
63+
"@0x/typescript-typings": "^5.1.0",
6464
"@types/lodash": "4.14.104",
6565
"@types/mocha": "^5.2.7",
6666
"@types/node": "*",
6767
"chai": "^4.0.1",
6868
"chai-as-promised": "^7.1.0",
6969
"chai-bignumber": "^3.0.0",
7070
"dirty-chai": "^2.0.1",
71-
"ethereum-types": "^3.1.0",
71+
"ethereum-types": "^3.1.1",
7272
"make-promises-safe": "^1.1.0",
7373
"mocha": "^6.2.0",
7474
"npm-run-all": "^4.1.2",
@@ -80,10 +80,10 @@
8080
"typescript": "3.0.1"
8181
},
8282
"dependencies": {
83-
"@0x/base-contract": "^6.2.1",
84-
"@0x/contracts-test-utils": "^5.3.2",
85-
"@0x/utils": "^5.4.1",
86-
"@0x/web3-wrapper": "^7.0.7",
83+
"@0x/base-contract": "^6.2.2",
84+
"@0x/contracts-test-utils": "^5.3.3",
85+
"@0x/utils": "^5.5.0",
86+
"@0x/web3-wrapper": "^7.1.0",
8787
"lodash": "^4.17.11"
8888
},
8989
"publishConfig": {

contracts/erc20-bridge-sampler/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-erc20-bridge-sampler",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
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.2.2",
54-
"@0x/contracts-asset-proxy": "^3.2.5",
55-
"@0x/contracts-erc20": "^3.1.5",
56-
"@0x/contracts-exchange": "^3.2.5",
57-
"@0x/contracts-exchange-libs": "^4.3.5",
58-
"@0x/contracts-gen": "^2.0.8",
59-
"@0x/contracts-test-utils": "^5.3.2",
60-
"@0x/contracts-utils": "^4.4.3",
61-
"@0x/dev-utils": "^3.2.1",
62-
"@0x/sol-compiler": "^4.0.8",
53+
"@0x/abi-gen": "^5.3.0",
54+
"@0x/contracts-asset-proxy": "^3.3.0",
55+
"@0x/contracts-erc20": "^3.2.0",
56+
"@0x/contracts-exchange": "^3.2.6",
57+
"@0x/contracts-exchange-libs": "^4.3.6",
58+
"@0x/contracts-gen": "^2.0.9",
59+
"@0x/contracts-test-utils": "^5.3.3",
60+
"@0x/contracts-utils": "^4.5.0",
61+
"@0x/dev-utils": "^3.2.2",
62+
"@0x/sol-compiler": "^4.1.0",
6363
"@0x/tslint-config": "^4.0.0",
64-
"@0x/web3-wrapper": "^7.0.7",
64+
"@0x/web3-wrapper": "^7.1.0",
6565
"@types/lodash": "4.14.104",
6666
"@types/mocha": "^5.2.7",
6767
"@types/node": "*",
@@ -79,11 +79,11 @@
7979
"typescript": "3.0.1"
8080
},
8181
"dependencies": {
82-
"@0x/base-contract": "^6.2.1",
83-
"@0x/types": "^3.1.2",
84-
"@0x/typescript-typings": "^5.0.2",
85-
"@0x/utils": "^5.4.1",
86-
"ethereum-types": "^3.1.0",
82+
"@0x/base-contract": "^6.2.2",
83+
"@0x/types": "^3.1.3",
84+
"@0x/typescript-typings": "^5.1.0",
85+
"@0x/utils": "^5.5.0",
86+
"ethereum-types": "^3.1.1",
8787
"lodash": "^4.17.11"
8888
},
8989
"publishConfig": {

contracts/erc20/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-erc20",
3-
"version": "3.1.5",
3+
"version": "3.2.0",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -51,26 +51,26 @@
5151
},
5252
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
5353
"devDependencies": {
54-
"@0x/abi-gen": "^5.2.2",
55-
"@0x/contracts-gen": "^2.0.8",
56-
"@0x/contracts-test-utils": "^5.3.2",
57-
"@0x/contracts-utils": "^4.4.3",
58-
"@0x/dev-utils": "^3.2.1",
59-
"@0x/sol-compiler": "^4.0.8",
54+
"@0x/abi-gen": "^5.3.0",
55+
"@0x/contracts-gen": "^2.0.9",
56+
"@0x/contracts-test-utils": "^5.3.3",
57+
"@0x/contracts-utils": "^4.5.0",
58+
"@0x/dev-utils": "^3.2.2",
59+
"@0x/sol-compiler": "^4.1.0",
6060
"@0x/ts-doc-gen": "^0.0.22",
6161
"@0x/tslint-config": "^4.0.0",
62-
"@0x/types": "^3.1.2",
63-
"@0x/typescript-typings": "^5.0.2",
64-
"@0x/utils": "^5.4.1",
65-
"@0x/web3-wrapper": "^7.0.7",
62+
"@0x/types": "^3.1.3",
63+
"@0x/typescript-typings": "^5.1.0",
64+
"@0x/utils": "^5.5.0",
65+
"@0x/web3-wrapper": "^7.1.0",
6666
"@types/lodash": "4.14.104",
6767
"@types/mocha": "^5.2.7",
6868
"@types/node": "*",
6969
"chai": "^4.0.1",
7070
"chai-as-promised": "^7.1.0",
7171
"chai-bignumber": "^3.0.0",
7272
"dirty-chai": "^2.0.1",
73-
"ethereum-types": "^3.1.0",
73+
"ethereum-types": "^3.1.1",
7474
"lodash": "^4.17.11",
7575
"make-promises-safe": "^1.1.0",
7676
"mocha": "^6.2.0",
@@ -82,7 +82,7 @@
8282
"typescript": "3.0.1"
8383
},
8484
"dependencies": {
85-
"@0x/base-contract": "^6.2.1"
85+
"@0x/base-contract": "^6.2.2"
8686
},
8787
"publishConfig": {
8888
"access": "public"

0 commit comments

Comments
 (0)