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

Commit 6f3cee1

Browse files
committed
Publish
- @0x/contracts-asset-proxy@2.2.3 - @0x/contracts-coordinator@2.0.8 - @0x/contracts-dev-utils@0.0.5 - @0x/contracts-erc1155@1.1.10 - @0x/contracts-erc20@2.2.9 - @0x/contracts-erc721@2.1.10 - @0x/contracts-exchange-forwarder@3.0.7 - @0x/contracts-exchange-libs@3.0.3 - @0x/contracts-exchange@2.1.9 - @0x/contracts-extensions@4.0.3 - @0x/contracts-multisig@3.1.9 - @0x/contracts-test-utils@3.1.11 - @0x/contracts-utils@3.1.10 - 0x.js@6.0.13 - @0x/abi-gen-templates@2.3.0 - @0x/abi-gen-wrappers@5.0.3 - @0x/abi-gen@3.1.1 - @0x/assert@2.1.1 - @0x/asset-buyer@6.1.9 - @0x/asset-swapper@0.0.5 - @0x/base-contract@5.1.2 - @0x/connect@5.0.14 - @0x/contract-artifacts@2.0.2 - @0x/contract-wrappers@9.1.8 - @0x/contracts-gen@1.0.11 - @0x/dev-utils@2.2.5 - ethereum-types@2.1.4 - @0x/fill-scenarios@3.0.14 - @0x/json-schemas@3.1.11 - @0x/migrations@4.1.10 - @0x/order-utils@8.2.3 - @0x/order-watcher@4.0.15 - @0x/react-docs@2.0.15 - @0x/react-shared@2.0.15 - @0x/sol-compiler@3.1.10 - @0x/sol-coverage@3.0.7 - @0x/sol-doc@2.0.14 - @0x/sol-profiler@3.1.9 - @0x/sol-resolver@2.0.9 - @0x/sol-trace@2.0.15 - @0x/sol-tracing-utils@6.0.14 - @0x/sra-spec@2.0.12 - @0x/subproviders@4.1.2 - @0x/types@2.4.1 - @0x/typescript-typings@4.2.4 - @0x/utils@4.4.1 - @0x/web3-wrapper@6.0.8
1 parent c43d4bb commit 6f3cee1

File tree

47 files changed

+451
-451
lines changed

Some content is hidden

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

47 files changed

+451
-451
lines changed

contracts/asset-proxy/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-asset-proxy",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,11 +47,11 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/contracts-test-utils": "^3.1.10",
53-
"@0x/dev-utils": "^2.2.4",
54-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/contracts-test-utils": "^3.1.11",
53+
"@0x/dev-utils": "^2.2.5",
54+
"@0x/sol-compiler": "^3.1.10",
5555
"@0x/tslint-config": "^3.0.1",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,17 +68,17 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^5.1.1",
72-
"@0x/contracts-erc1155": "^1.1.9",
73-
"@0x/contracts-erc20": "^2.2.8",
74-
"@0x/contracts-erc721": "^2.1.9",
75-
"@0x/contracts-utils": "^3.1.9",
76-
"@0x/order-utils": "^8.2.2",
77-
"@0x/types": "^2.4.0",
78-
"@0x/typescript-typings": "^4.2.3",
79-
"@0x/utils": "^4.4.0",
80-
"@0x/web3-wrapper": "^6.0.7",
81-
"ethereum-types": "^2.1.3",
71+
"@0x/base-contract": "^5.1.2",
72+
"@0x/contracts-erc1155": "^1.1.10",
73+
"@0x/contracts-erc20": "^2.2.9",
74+
"@0x/contracts-erc721": "^2.1.10",
75+
"@0x/contracts-utils": "^3.1.10",
76+
"@0x/order-utils": "^8.2.3",
77+
"@0x/types": "^2.4.1",
78+
"@0x/typescript-typings": "^4.2.4",
79+
"@0x/utils": "^4.4.1",
80+
"@0x/web3-wrapper": "^6.0.8",
81+
"ethereum-types": "^2.1.4",
8282
"ethereumjs-util": "^5.1.1",
8383
"lodash": "^4.17.11"
8484
},

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": "2.0.7",
3+
"version": "2.0.8",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,11 +47,11 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/contracts-test-utils": "^3.1.10",
53-
"@0x/dev-utils": "^2.2.4",
54-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/contracts-test-utils": "^3.1.11",
53+
"@0x/dev-utils": "^2.2.5",
54+
"@0x/sol-compiler": "^3.1.10",
5555
"@0x/tslint-config": "^3.0.1",
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": "^5.1.1",
72-
"@0x/contracts-asset-proxy": "^2.2.2",
73-
"@0x/contracts-erc20": "^2.2.8",
74-
"@0x/contracts-exchange": "^2.1.8",
75-
"@0x/contracts-exchange-libs": "^3.0.2",
76-
"@0x/contracts-utils": "^3.1.9",
77-
"@0x/order-utils": "^8.2.2",
78-
"@0x/types": "^2.4.0",
79-
"@0x/typescript-typings": "^4.2.3",
80-
"@0x/utils": "^4.4.0",
81-
"@0x/web3-wrapper": "^6.0.7",
82-
"ethereum-types": "^2.1.3",
71+
"@0x/base-contract": "^5.1.2",
72+
"@0x/contracts-asset-proxy": "^2.2.3",
73+
"@0x/contracts-erc20": "^2.2.9",
74+
"@0x/contracts-exchange": "^2.1.9",
75+
"@0x/contracts-exchange-libs": "^3.0.3",
76+
"@0x/contracts-utils": "^3.1.10",
77+
"@0x/order-utils": "^8.2.3",
78+
"@0x/types": "^2.4.1",
79+
"@0x/typescript-typings": "^4.2.4",
80+
"@0x/utils": "^4.4.1",
81+
"@0x/web3-wrapper": "^6.0.8",
82+
"ethereum-types": "^2.1.4",
8383
"ethereumjs-util": "^5.1.1",
8484
"lodash": "^4.17.11"
8585
},

contracts/dev-utils/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-dev-utils",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,12 +47,12 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contract-wrappers": "^9.1.7",
52-
"@0x/contracts-gen": "^1.0.10",
53-
"@0x/contracts-test-utils": "^3.1.10",
54-
"@0x/dev-utils": "^2.2.4",
55-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contract-wrappers": "^9.1.8",
52+
"@0x/contracts-gen": "^1.0.11",
53+
"@0x/contracts-test-utils": "^3.1.11",
54+
"@0x/dev-utils": "^2.2.5",
55+
"@0x/sol-compiler": "^3.1.10",
5656
"@0x/tslint-config": "^3.0.1",
5757
"@types/lodash": "4.14.104",
5858
"@types/node": "*",
@@ -69,20 +69,20 @@
6969
"typescript": "3.0.1"
7070
},
7171
"dependencies": {
72-
"@0x/base-contract": "^5.1.1",
73-
"@0x/contracts-asset-proxy": "^2.2.2",
74-
"@0x/contracts-erc1155": "^1.1.9",
75-
"@0x/contracts-erc20": "^2.2.8",
76-
"@0x/contracts-erc721": "^2.1.9",
77-
"@0x/contracts-exchange": "^2.1.8",
78-
"@0x/contracts-exchange-libs": "^3.0.2",
79-
"@0x/contracts-utils": "^3.1.9",
80-
"@0x/order-utils": "^8.2.2",
81-
"@0x/types": "^2.4.0",
82-
"@0x/typescript-typings": "^4.2.3",
83-
"@0x/utils": "^4.4.0",
84-
"@0x/web3-wrapper": "^6.0.7",
85-
"ethereum-types": "^2.1.3",
72+
"@0x/base-contract": "^5.1.2",
73+
"@0x/contracts-asset-proxy": "^2.2.3",
74+
"@0x/contracts-erc1155": "^1.1.10",
75+
"@0x/contracts-erc20": "^2.2.9",
76+
"@0x/contracts-erc721": "^2.1.10",
77+
"@0x/contracts-exchange": "^2.1.9",
78+
"@0x/contracts-exchange-libs": "^3.0.3",
79+
"@0x/contracts-utils": "^3.1.10",
80+
"@0x/order-utils": "^8.2.3",
81+
"@0x/types": "^2.4.1",
82+
"@0x/typescript-typings": "^4.2.4",
83+
"@0x/utils": "^4.4.1",
84+
"@0x/web3-wrapper": "^6.0.8",
85+
"ethereum-types": "^2.1.4",
8686
"ethereumjs-util": "^5.1.1"
8787
},
8888
"publishConfig": {

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": "1.1.9",
3+
"version": "1.1.10",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,10 +47,10 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/dev-utils": "^2.2.4",
53-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/dev-utils": "^2.2.5",
53+
"@0x/sol-compiler": "^3.1.10",
5454
"@0x/tslint-config": "^3.0.1",
5555
"@types/lodash": "4.14.104",
5656
"@types/node": "*",
@@ -67,14 +67,14 @@
6767
"typescript": "3.0.1"
6868
},
6969
"dependencies": {
70-
"@0x/base-contract": "^5.1.1",
71-
"@0x/contracts-test-utils": "^3.1.10",
72-
"@0x/contracts-utils": "^3.1.9",
73-
"@0x/types": "^2.4.0",
74-
"@0x/typescript-typings": "^4.2.3",
75-
"@0x/utils": "^4.4.0",
76-
"@0x/web3-wrapper": "^6.0.7",
77-
"ethereum-types": "^2.1.3",
70+
"@0x/base-contract": "^5.1.2",
71+
"@0x/contracts-test-utils": "^3.1.11",
72+
"@0x/contracts-utils": "^3.1.10",
73+
"@0x/types": "^2.4.1",
74+
"@0x/typescript-typings": "^4.2.4",
75+
"@0x/utils": "^4.4.1",
76+
"@0x/web3-wrapper": "^6.0.8",
77+
"ethereum-types": "^2.1.4",
7878
"lodash": "^4.17.11"
7979
},
8080
"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": "2.2.8",
3+
"version": "2.2.9",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,11 +47,11 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/contracts-test-utils": "^3.1.10",
53-
"@0x/dev-utils": "^2.2.4",
54-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/contracts-test-utils": "^3.1.11",
53+
"@0x/dev-utils": "^2.2.5",
54+
"@0x/sol-compiler": "^3.1.10",
5555
"@0x/tslint-config": "^3.0.1",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,13 +68,13 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^5.1.1",
72-
"@0x/contracts-utils": "^3.1.9",
73-
"@0x/types": "^2.4.0",
74-
"@0x/typescript-typings": "^4.2.3",
75-
"@0x/utils": "^4.4.0",
76-
"@0x/web3-wrapper": "^6.0.7",
77-
"ethereum-types": "^2.1.3",
71+
"@0x/base-contract": "^5.1.2",
72+
"@0x/contracts-utils": "^3.1.10",
73+
"@0x/types": "^2.4.1",
74+
"@0x/typescript-typings": "^4.2.4",
75+
"@0x/utils": "^4.4.1",
76+
"@0x/web3-wrapper": "^6.0.8",
77+
"ethereum-types": "^2.1.4",
7878
"lodash": "^4.17.11"
7979
},
8080
"publishConfig": {

contracts/erc721/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-erc721",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,11 +47,11 @@
4747
},
4848
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4949
"devDependencies": {
50-
"@0x/abi-gen": "^2.1.1",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/contracts-test-utils": "^3.1.10",
53-
"@0x/dev-utils": "^2.2.4",
54-
"@0x/sol-compiler": "^3.1.9",
50+
"@0x/abi-gen": "^3.1.1",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/contracts-test-utils": "^3.1.11",
53+
"@0x/dev-utils": "^2.2.5",
54+
"@0x/sol-compiler": "^3.1.10",
5555
"@0x/tslint-config": "^3.0.1",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,13 +68,13 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^5.1.1",
72-
"@0x/contracts-utils": "^3.1.9",
73-
"@0x/types": "^2.4.0",
74-
"@0x/typescript-typings": "^4.2.3",
75-
"@0x/utils": "^4.4.0",
76-
"@0x/web3-wrapper": "^6.0.7",
77-
"ethereum-types": "^2.1.3",
71+
"@0x/base-contract": "^5.1.2",
72+
"@0x/contracts-utils": "^3.1.10",
73+
"@0x/types": "^2.4.1",
74+
"@0x/typescript-typings": "^4.2.4",
75+
"@0x/utils": "^4.4.1",
76+
"@0x/web3-wrapper": "^6.0.8",
77+
"ethereum-types": "^2.1.4",
7878
"lodash": "^4.17.11"
7979
},
8080
"publishConfig": {

contracts/exchange-forwarder/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
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/abi-gen": "^2.1.1",
50-
"@0x/contract-wrappers": "^9.1.7",
51-
"@0x/contracts-gen": "^1.0.10",
52-
"@0x/contracts-test-utils": "^3.1.10",
53-
"@0x/dev-utils": "^2.2.4",
54-
"@0x/sol-compiler": "^3.1.9",
49+
"@0x/abi-gen": "^3.1.1",
50+
"@0x/contract-wrappers": "^9.1.8",
51+
"@0x/contracts-gen": "^1.0.11",
52+
"@0x/contracts-test-utils": "^3.1.11",
53+
"@0x/dev-utils": "^2.2.5",
54+
"@0x/sol-compiler": "^3.1.10",
5555
"@0x/tslint-config": "^3.0.1",
5656
"@types/lodash": "4.14.104",
5757
"@types/node": "*",
@@ -68,19 +68,19 @@
6868
"typescript": "3.0.1"
6969
},
7070
"dependencies": {
71-
"@0x/base-contract": "^5.1.1",
72-
"@0x/contracts-asset-proxy": "^2.2.2",
73-
"@0x/contracts-erc20": "^2.2.8",
74-
"@0x/contracts-erc721": "^2.1.9",
75-
"@0x/contracts-exchange": "^2.1.8",
76-
"@0x/contracts-exchange-libs": "^3.0.2",
77-
"@0x/contracts-utils": "^3.1.9",
78-
"@0x/order-utils": "^8.2.2",
79-
"@0x/types": "^2.4.0",
80-
"@0x/typescript-typings": "^4.2.3",
81-
"@0x/utils": "^4.4.0",
82-
"@0x/web3-wrapper": "^6.0.7",
83-
"ethereum-types": "^2.1.3",
71+
"@0x/base-contract": "^5.1.2",
72+
"@0x/contracts-asset-proxy": "^2.2.3",
73+
"@0x/contracts-erc20": "^2.2.9",
74+
"@0x/contracts-erc721": "^2.1.10",
75+
"@0x/contracts-exchange": "^2.1.9",
76+
"@0x/contracts-exchange-libs": "^3.0.3",
77+
"@0x/contracts-utils": "^3.1.10",
78+
"@0x/order-utils": "^8.2.3",
79+
"@0x/types": "^2.4.1",
80+
"@0x/typescript-typings": "^4.2.4",
81+
"@0x/utils": "^4.4.1",
82+
"@0x/web3-wrapper": "^6.0.8",
83+
"ethereum-types": "^2.1.4",
8484
"lodash": "^4.17.11"
8585
},
8686
"publishConfig": {

0 commit comments

Comments
 (0)