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

Commit 7b583ce

Browse files
committed
Publish
- 0x.js@4.0.0 - @0x/abi-gen@2.0.0 - @0x/abi-gen-templates@2.0.0 - @0x/abi-gen-wrappers@3.0.0 - @0x/assert@2.0.0 - @0x/asset-buyer@5.0.0 - @0x/base-contract@4.0.0 - @0x/connect@4.0.0 - @0x/contract-addresses@2.2.1 - @0x/contract-wrappers@6.0.1 - @0x/dev-tools-pages@0.0.15 - @0x/dev-utils@2.0.0 - ethereum-types@2.0.0 - @0x/fill-scenarios@2.0.0 - @0x/instant@1.0.9 - @0x/json-schemas@3.0.0 - @0x/metacoin@0.0.37 - @0x/migrations@3.0.0 - @0x/monorepo-scripts@1.0.20 - @0x/order-utils@4.0.0 - @0x/order-watcher@3.0.0 - @0x/pipeline@1.0.6 - @0x/react-docs@2.0.0 - @0x/react-shared@2.0.0 - @0x/sol-compiler@3.0.0 - @0x/sol-coverage@2.0.0 - @0x/sol-doc@2.0.0 - @0x/sol-profiler@2.0.1 - @0x/sol-resolver@2.0.0 - @0x/sol-trace@2.0.1 - @0x/sol-tracing-utils@6.0.0 - @0x/sra-spec@2.0.0 - @0x/subproviders@3.0.0 - @0x/testnet-faucets@1.0.65 - @0x/tslint-config@3.0.0 - @0x/types@2.0.0 - @0x/typescript-typings@4.0.0 - @0x/utils@4.0.1 - @0x/web3-wrapper@4.0.0 - @0x/website@0.0.68 - @0x/contracts-asset-proxy@1.0.1 - @0x/contracts-erc20@1.0.1 - @0x/contracts-erc721@1.0.1 - @0x/contracts-exchange@1.0.1 - @0x/contracts-exchange-forwarder@1.0.1 - @0x/contracts-exchange-libs@1.0.1 - @0x/contracts-extensions@2.0.0 - @0x/contracts-multisig@2.0.0 - @0x/contracts-test-utils@3.0.0 - @0x/contracts-utils@2.0.0
1 parent f3d9520 commit 7b583ce

File tree

50 files changed

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

+466
-466
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": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/dev-utils": "^1.0.24",
49-
"@0x/sol-compiler": "^2.0.2",
50-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/dev-utils": "^2.0.0",
49+
"@0x/sol-compiler": "^3.0.0",
50+
"@0x/tslint-config": "^3.0.0",
5151
"@types/lodash": "4.14.104",
5252
"@types/node": "*",
5353
"chai": "^4.0.1",
@@ -63,17 +63,17 @@
6363
"typescript": "3.0.1"
6464
},
6565
"dependencies": {
66-
"@0x/base-contract": "^3.0.13",
67-
"@0x/contracts-test-utils": "^2.0.1",
68-
"@0x/contracts-erc20": "1.0.0",
69-
"@0x/contracts-erc721": "1.0.0",
70-
"@0x/contracts-utils": "^1.0.6",
71-
"@0x/order-utils": "^3.1.2",
72-
"@0x/types": "^1.5.2",
73-
"@0x/typescript-typings": "^3.0.8",
74-
"@0x/utils": "^3.0.1",
75-
"@0x/web3-wrapper": "^3.2.4",
76-
"ethereum-types": "^1.1.6",
66+
"@0x/base-contract": "^4.0.0",
67+
"@0x/contracts-erc20": "^1.0.1",
68+
"@0x/contracts-erc721": "^1.0.1",
69+
"@0x/contracts-test-utils": "^3.0.0",
70+
"@0x/contracts-utils": "^2.0.0",
71+
"@0x/order-utils": "^4.0.0",
72+
"@0x/types": "^2.0.0",
73+
"@0x/typescript-typings": "^4.0.0",
74+
"@0x/utils": "^4.0.1",
75+
"@0x/web3-wrapper": "^4.0.0",
76+
"ethereum-types": "^2.0.0",
7777
"lodash": "^4.17.5"
7878
},
7979
"publishConfig": {

contracts/erc20/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",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,11 +44,11 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.1",
49-
"@0x/dev-utils": "^1.0.24",
50-
"@0x/sol-compiler": "^2.0.2",
51-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/contracts-test-utils": "^3.0.0",
49+
"@0x/dev-utils": "^2.0.0",
50+
"@0x/sol-compiler": "^3.0.0",
51+
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
5454
"chai": "^4.0.1",
@@ -64,14 +64,14 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^3.0.13",
68-
"@0x/contracts-exchange-libs": "1.0.0",
69-
"@0x/contracts-utils": "^1.0.6",
70-
"@0x/types": "^1.5.2",
71-
"@0x/typescript-typings": "^3.0.8",
72-
"@0x/utils": "^3.0.1",
73-
"@0x/web3-wrapper": "^3.2.4",
74-
"ethereum-types": "^1.1.6",
67+
"@0x/base-contract": "^4.0.0",
68+
"@0x/contracts-exchange-libs": "^1.0.1",
69+
"@0x/contracts-utils": "^2.0.0",
70+
"@0x/types": "^2.0.0",
71+
"@0x/typescript-typings": "^4.0.0",
72+
"@0x/utils": "^4.0.1",
73+
"@0x/web3-wrapper": "^4.0.0",
74+
"ethereum-types": "^2.0.0",
7575
"lodash": "^4.17.5"
7676
},
7777
"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": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,11 +44,11 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.1",
49-
"@0x/dev-utils": "^1.0.24",
50-
"@0x/sol-compiler": "^2.0.2",
51-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/contracts-test-utils": "^3.0.0",
49+
"@0x/dev-utils": "^2.0.0",
50+
"@0x/sol-compiler": "^3.0.0",
51+
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
5454
"chai": "^4.0.1",
@@ -64,13 +64,13 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^3.0.13",
68-
"@0x/contracts-utils": "^1.0.6",
69-
"@0x/types": "^1.5.2",
70-
"@0x/typescript-typings": "^3.0.8",
71-
"@0x/utils": "^3.0.1",
72-
"@0x/web3-wrapper": "^3.2.4",
73-
"ethereum-types": "^1.1.6",
67+
"@0x/base-contract": "^4.0.0",
68+
"@0x/contracts-utils": "^2.0.0",
69+
"@0x/types": "^2.0.0",
70+
"@0x/typescript-typings": "^4.0.0",
71+
"@0x/utils": "^4.0.1",
72+
"@0x/web3-wrapper": "^4.0.0",
73+
"ethereum-types": "^2.0.0",
7474
"lodash": "^4.17.5"
7575
},
7676
"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": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,12 +44,12 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contract-wrappers": "^5.0.1",
49-
"@0x/contracts-test-utils": "^2.0.1",
50-
"@0x/dev-utils": "^1.0.24",
51-
"@0x/sol-compiler": "^2.0.2",
52-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/contract-wrappers": "^6.0.1",
49+
"@0x/contracts-test-utils": "^3.0.0",
50+
"@0x/dev-utils": "^2.0.0",
51+
"@0x/sol-compiler": "^3.0.0",
52+
"@0x/tslint-config": "^3.0.0",
5353
"@types/lodash": "4.14.104",
5454
"@types/node": "*",
5555
"chai": "^4.0.1",
@@ -65,19 +65,19 @@
6565
"typescript": "3.0.1"
6666
},
6767
"dependencies": {
68-
"@0x/base-contract": "^3.0.13",
69-
"@0x/contracts-asset-proxy": "1.0.0",
70-
"@0x/contracts-exchange-libs": "1.0.0",
71-
"@0x/contracts-exchange": "1.0.0",
72-
"@0x/contracts-erc20": "1.0.0",
73-
"@0x/contracts-erc721": "1.0.0",
74-
"@0x/contracts-utils": "^1.0.6",
75-
"@0x/order-utils": "^3.1.2",
76-
"@0x/types": "^1.5.2",
77-
"@0x/typescript-typings": "^3.0.8",
78-
"@0x/utils": "^3.0.1",
79-
"@0x/web3-wrapper": "^3.2.4",
80-
"ethereum-types": "^1.1.6",
68+
"@0x/base-contract": "^4.0.0",
69+
"@0x/contracts-asset-proxy": "^1.0.1",
70+
"@0x/contracts-erc20": "^1.0.1",
71+
"@0x/contracts-erc721": "^1.0.1",
72+
"@0x/contracts-exchange": "^1.0.1",
73+
"@0x/contracts-exchange-libs": "^1.0.1",
74+
"@0x/contracts-utils": "^2.0.0",
75+
"@0x/order-utils": "^4.0.0",
76+
"@0x/types": "^2.0.0",
77+
"@0x/typescript-typings": "^4.0.0",
78+
"@0x/utils": "^4.0.1",
79+
"@0x/web3-wrapper": "^4.0.0",
80+
"ethereum-types": "^2.0.0",
8181
"lodash": "^4.17.5"
8282
},
8383
"publishConfig": {

contracts/exchange-libs/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-exchange-libs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,11 +44,11 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.1",
49-
"@0x/dev-utils": "^1.0.24",
50-
"@0x/sol-compiler": "^2.0.2",
51-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/contracts-test-utils": "^3.0.0",
49+
"@0x/dev-utils": "^2.0.0",
50+
"@0x/sol-compiler": "^3.0.0",
51+
"@0x/tslint-config": "^3.0.0",
5252
"@types/lodash": "4.14.104",
5353
"@types/node": "*",
5454
"chai": "^4.0.1",
@@ -64,14 +64,14 @@
6464
"typescript": "3.0.1"
6565
},
6666
"dependencies": {
67-
"@0x/base-contract": "^3.0.13",
68-
"@0x/contracts-utils": "^1.0.6",
69-
"@0x/order-utils": "^3.1.2",
70-
"@0x/types": "^1.5.2",
71-
"@0x/typescript-typings": "^3.0.8",
72-
"@0x/utils": "^3.0.1",
73-
"@0x/web3-wrapper": "^3.2.4",
74-
"ethereum-types": "^1.1.6",
67+
"@0x/base-contract": "^4.0.0",
68+
"@0x/contracts-utils": "^2.0.0",
69+
"@0x/order-utils": "^4.0.0",
70+
"@0x/types": "^2.0.0",
71+
"@0x/typescript-typings": "^4.0.0",
72+
"@0x/utils": "^4.0.1",
73+
"@0x/web3-wrapper": "^4.0.0",
74+
"ethereum-types": "^2.0.0",
7575
"lodash": "^4.17.5"
7676
},
7777
"publishConfig": {

contracts/exchange/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",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,10 +44,10 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/dev-utils": "^1.0.24",
49-
"@0x/sol-compiler": "^2.0.2",
50-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/dev-utils": "^2.0.0",
49+
"@0x/sol-compiler": "^3.0.0",
50+
"@0x/tslint-config": "^3.0.0",
5151
"@types/lodash": "4.14.104",
5252
"@types/node": "*",
5353
"chai": "^4.0.1",
@@ -63,19 +63,19 @@
6363
"typescript": "3.0.1"
6464
},
6565
"dependencies": {
66-
"@0x/base-contract": "^3.0.13",
67-
"@0x/contracts-asset-proxy": "1.0.0",
68-
"@0x/contracts-exchange-libs": "1.0.0",
69-
"@0x/contracts-test-utils": "^2.0.1",
70-
"@0x/contracts-erc20": "1.0.0",
71-
"@0x/contracts-erc721": "1.0.0",
72-
"@0x/contracts-utils": "^1.0.6",
73-
"@0x/order-utils": "^3.1.2",
74-
"@0x/types": "^1.5.2",
75-
"@0x/typescript-typings": "^3.0.8",
76-
"@0x/utils": "^3.0.1",
77-
"@0x/web3-wrapper": "^3.2.4",
78-
"ethereum-types": "^1.1.6",
66+
"@0x/base-contract": "^4.0.0",
67+
"@0x/contracts-asset-proxy": "^1.0.1",
68+
"@0x/contracts-erc20": "^1.0.1",
69+
"@0x/contracts-erc721": "^1.0.1",
70+
"@0x/contracts-exchange-libs": "^1.0.1",
71+
"@0x/contracts-test-utils": "^3.0.0",
72+
"@0x/contracts-utils": "^2.0.0",
73+
"@0x/order-utils": "^4.0.0",
74+
"@0x/types": "^2.0.0",
75+
"@0x/typescript-typings": "^4.0.0",
76+
"@0x/utils": "^4.0.1",
77+
"@0x/web3-wrapper": "^4.0.0",
78+
"ethereum-types": "^2.0.0",
7979
"ethereumjs-util": "^5.1.1",
8080
"lodash": "^4.17.5"
8181
},

contracts/extensions/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-extensions",
3-
"version": "1.2.3",
3+
"version": "2.0.0",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,12 +44,12 @@
4444
},
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4646
"devDependencies": {
47-
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contract-wrappers": "^5.0.1",
49-
"@0x/contracts-test-utils": "^2.0.1",
50-
"@0x/dev-utils": "^1.0.24",
51-
"@0x/sol-compiler": "^2.0.2",
52-
"@0x/tslint-config": "^2.0.2",
47+
"@0x/abi-gen": "^2.0.0",
48+
"@0x/contract-wrappers": "^6.0.1",
49+
"@0x/contracts-test-utils": "^3.0.0",
50+
"@0x/dev-utils": "^2.0.0",
51+
"@0x/sol-compiler": "^3.0.0",
52+
"@0x/tslint-config": "^3.0.0",
5353
"@types/lodash": "4.14.104",
5454
"@types/node": "*",
5555
"chai": "^4.0.1",
@@ -65,19 +65,19 @@
6565
"typescript": "3.0.1"
6666
},
6767
"dependencies": {
68-
"@0x/base-contract": "^3.0.13",
69-
"@0x/contracts-asset-proxy": "1.0.0",
70-
"@0x/contracts-exchange-libs": "1.0.0",
71-
"@0x/contracts-exchange": "1.0.0",
72-
"@0x/contracts-erc20": "1.0.0",
73-
"@0x/contracts-erc721": "1.0.0",
74-
"@0x/contracts-utils": "^1.0.6",
75-
"@0x/order-utils": "^3.1.2",
76-
"@0x/types": "^1.5.2",
77-
"@0x/typescript-typings": "^3.0.8",
78-
"@0x/utils": "^3.0.1",
79-
"@0x/web3-wrapper": "^3.2.4",
80-
"ethereum-types": "^1.1.6",
68+
"@0x/base-contract": "^4.0.0",
69+
"@0x/contracts-asset-proxy": "^1.0.1",
70+
"@0x/contracts-erc20": "^1.0.1",
71+
"@0x/contracts-erc721": "^1.0.1",
72+
"@0x/contracts-exchange": "^1.0.1",
73+
"@0x/contracts-exchange-libs": "^1.0.1",
74+
"@0x/contracts-utils": "^2.0.0",
75+
"@0x/order-utils": "^4.0.0",
76+
"@0x/types": "^2.0.0",
77+
"@0x/typescript-typings": "^4.0.0",
78+
"@0x/utils": "^4.0.1",
79+
"@0x/web3-wrapper": "^4.0.0",
80+
"ethereum-types": "^2.0.0",
8181
"lodash": "^4.17.5"
8282
},
8383
"publishConfig": {

0 commit comments

Comments
 (0)