Revert failed publish
This commit is contained in:
parent
c1009d440e
commit
18ce6797e0
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.2.5",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.2.4",
|
"version": "2.2.4",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.2.5 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.2.4 - _July 31, 2019_
|
## v2.2.4 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-asset-proxy",
|
"name": "@0x/contracts-asset-proxy",
|
||||||
"version": "2.2.5",
|
"version": "2.2.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,16 +69,16 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-erc1155": "^1.1.12",
|
"@0x/contracts-erc1155": "^1.1.11",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-erc721": "^2.1.12",
|
"@0x/contracts-erc721": "^2.1.11",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.0.10",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.0.9",
|
"version": "2.0.9",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.0.10 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.0.9 - _July 31, 2019_
|
## v2.0.9 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-coordinator",
|
"name": "@0x/contracts-coordinator",
|
||||||
"version": "2.0.10",
|
"version": "2.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,17 +69,17 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-exchange": "^2.1.11",
|
"@0x/contracts-exchange": "^2.1.10",
|
||||||
"@0x/contracts-exchange-libs": "^3.0.5",
|
"@0x/contracts-exchange-libs": "^3.0.4",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "0.0.7",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564607468,
|
"timestamp": 1564607468,
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v0.0.7 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v0.0.6 - _July 31, 2019_
|
## v0.0.6 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-dev-utils",
|
"name": "@0x/contracts-dev-utils",
|
||||||
"version": "0.0.7",
|
"version": "0.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,19 +69,19 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc1155": "^1.1.12",
|
"@0x/contracts-erc1155": "^1.1.11",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-erc721": "^2.1.12",
|
"@0x/contracts-erc721": "^2.1.11",
|
||||||
"@0x/contracts-exchange": "^2.1.11",
|
"@0x/contracts-exchange": "^2.1.10",
|
||||||
"@0x/contracts-exchange-libs": "^3.0.5",
|
"@0x/contracts-exchange-libs": "^3.0.4",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-util": "^5.1.1"
|
"ethereumjs-util": "^5.1.1"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "1.1.12",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "1.1.11",
|
"version": "1.1.11",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.1.12 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v1.1.11 - _July 31, 2019_
|
## v1.1.11 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc1155",
|
"name": "@0x/contracts-erc1155",
|
||||||
"version": "1.1.12",
|
"version": "1.1.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,10 +47,10 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -68,13 +68,13 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.2.11",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.2.10",
|
"version": "2.2.10",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.2.11 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.2.10 - _July 31, 2019_
|
## v2.2.10 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc20",
|
"name": "@0x/contracts-erc20",
|
||||||
"version": "2.2.11",
|
"version": "2.2.10",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,12 +69,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.1.12",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.1.11",
|
"version": "2.1.11",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.1.12 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.1.11 - _July 31, 2019_
|
## v2.1.11 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc721",
|
"name": "@0x/contracts-erc721",
|
||||||
"version": "2.1.12",
|
"version": "2.1.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,12 +69,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.0.9",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "3.0.8",
|
"version": "3.0.8",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.0.9 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.0.8 - _July 31, 2019_
|
## v3.0.8 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-forwarder",
|
"name": "@0x/contracts-exchange-forwarder",
|
||||||
"version": "3.0.9",
|
"version": "3.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,11 +46,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -68,18 +68,18 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-erc721": "^2.1.12",
|
"@0x/contracts-erc721": "^2.1.11",
|
||||||
"@0x/contracts-exchange": "^2.1.11",
|
"@0x/contracts-exchange": "^2.1.10",
|
||||||
"@0x/contracts-exchange-libs": "^3.0.5",
|
"@0x/contracts-exchange-libs": "^3.0.4",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.0.5",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "3.0.4",
|
"version": "3.0.4",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.0.5 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.0.4 - _July 31, 2019_
|
## v3.0.4 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-libs",
|
"name": "@0x/contracts-exchange-libs",
|
||||||
"version": "3.0.5",
|
"version": "3.0.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,13 +69,13 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.1.11",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.1.10",
|
"version": "2.1.10",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.1.11 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.1.10 - _July 31, 2019_
|
## v2.1.10 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange",
|
"name": "@0x/contracts-exchange",
|
||||||
"version": "2.1.11",
|
"version": "2.1.10",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,18 +69,18 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc1155": "^1.1.12",
|
"@0x/contracts-erc1155": "^1.1.11",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-erc721": "^2.1.12",
|
"@0x/contracts-erc721": "^2.1.11",
|
||||||
"@0x/contracts-exchange-libs": "^3.0.5",
|
"@0x/contracts-exchange-libs": "^3.0.4",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "4.0.5",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "4.0.4",
|
"version": "4.0.4",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v4.0.5 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v4.0.4 - _July 31, 2019_
|
## v4.0.4 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-extensions",
|
"name": "@0x/contracts-extensions",
|
||||||
"version": "4.0.5",
|
"version": "4.0.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,12 +47,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contract-wrappers": "^9.1.7",
|
"@0x/contract-wrappers": "10.1.0",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -70,18 +70,18 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-erc721": "^2.1.12",
|
"@0x/contracts-erc721": "^2.1.11",
|
||||||
"@0x/contracts-exchange": "^2.1.11",
|
"@0x/contracts-exchange": "^2.1.10",
|
||||||
"@0x/contracts-exchange-libs": "^3.0.5",
|
"@0x/contracts-exchange-libs": "^3.0.4",
|
||||||
"@0x/contracts-utils": "^3.2.1",
|
"@0x/contracts-utils": "^3.2.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.1.11",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "3.1.10",
|
"version": "3.1.10",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.1.11 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.1.10 - _July 31, 2019_
|
## v3.1.10 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-multisig",
|
"name": "@0x/contracts-multisig",
|
||||||
"version": "3.1.11",
|
"version": "3.1.10",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,14 +69,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^2.2.5",
|
"@0x/contracts-asset-proxy": "^2.2.4",
|
||||||
"@0x/contracts-erc20": "^2.2.11",
|
"@0x/contracts-erc20": "^2.2.10",
|
||||||
"@0x/contracts-utils": "2.0.1",
|
"@0x/contracts-utils": "2.0.1",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.1.13",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "3.1.12",
|
"version": "3.1.12",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.1.13 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.1.12 - _July 31, 2019_
|
## v3.1.12 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-test-utils",
|
"name": "@0x/contracts-test-utils",
|
||||||
"version": "3.1.13",
|
"version": "3.1.12",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,18 +42,18 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/sol-coverage": "^3.0.9",
|
"@0x/sol-coverage": "^3.0.8",
|
||||||
"@0x/sol-profiler": "^3.1.11",
|
"@0x/sol-profiler": "^3.1.10",
|
||||||
"@0x/sol-trace": "^2.0.17",
|
"@0x/sol-trace": "^2.0.16",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/js-combinatorics": "^0.5.29",
|
"@types/js-combinatorics": "^0.5.29",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.2.1",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.2.1 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.2.0 - _July 31, 2019_
|
## v3.2.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-utils",
|
"name": "@0x/contracts-utils",
|
||||||
"version": "3.2.1",
|
"version": "3.2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -70,12 +70,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "6.0.15",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "6.0.14",
|
"version": "6.0.14",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v6.0.15 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v6.0.14 - _July 31, 2019_
|
## v6.0.14 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "0x.js",
|
"name": "0x.js",
|
||||||
"version": "6.0.15",
|
"version": "6.0.14",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -43,10 +43,10 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/migrations": "^4.2.0",
|
"@0x/migrations": "^4.1.11",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -73,17 +73,17 @@
|
|||||||
"webpack": "^4.20.2"
|
"webpack": "^4.20.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/asset-swapper": "^1.0.1",
|
"@0x/asset-swapper": "^1.0.0",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-wrappers": "^9.1.7",
|
"@0x/contract-wrappers": "10.1.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/order-watcher": "^4.0.17",
|
"@0x/order-watcher": "^4.0.16",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.4.1",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.4.1 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.4.0 - _July 31, 2019_
|
## v2.4.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/abi-gen-templates",
|
"name": "@0x/abi-gen-templates",
|
||||||
"version": "2.4.1",
|
"version": "2.4.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
"note": "Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
|
"note": "Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
|
||||||
"pr": 2018
|
"pr": 2018
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "5.1.0",
|
"version": "5.1.0",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v5.2.0 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2018)
|
|
||||||
|
|
||||||
## v5.1.0 - _July 31, 2019_
|
## v5.1.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Add subscribe/unsubscribe methods for events (#1970)
|
* Add subscribe/unsubscribe methods for events (#1970)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/abi-gen-wrappers",
|
"name": "@0x/abi-gen-wrappers",
|
||||||
"version": "5.2.0",
|
"version": "5.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -34,23 +34,23 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/abi-gen-templates": "^2.4.1",
|
"@0x/abi-gen-templates": "^2.4.0",
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"shx": "^0.2.2"
|
"shx": "^0.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-artifacts": "^2.0.4"
|
"@0x/contract-artifacts": "^2.0.3"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
"note": "Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers.",
|
"note": "Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers.",
|
||||||
"pr": 2018
|
"pr": 2018
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
|
@ -5,23 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v4.1.0 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Updated expected typescript output for cli tests to include `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2018)
|
|
||||||
* Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers. (#2018)
|
|
||||||
|
|
||||||
## v4.0.0 - _Invalid date_
|
|
||||||
|
|
||||||
* whitespace changes to generated Python code (#1996)
|
|
||||||
* move Python Validator base class from generated code to common package (#1996)
|
|
||||||
* Changed fundamental thing-to-be-wrapped from the contract to the contract method. That is, now there is a base contract method wrapper class rather than a base contract wrapper class, and individual contract methods are represented by named classes inheriting from that base, and the different operations on a method are now represented by a nested-object dot notation, ie, WrappedContract.ContractMethod.call() and WrappedContract.ContractMethod.send_transaction(). (#1996)
|
|
||||||
* added gas estimation functionality to contract methods (#1996)
|
|
||||||
* Python: fixed bug with methods returning multiple values (#1996)
|
|
||||||
* Python: fixed bug with methods returning arrays of structs (#1996)
|
|
||||||
* Python: fixed bug with methods that return a struct that contains another struct where the inner struct was not otherwise directly referenced by any method (#1996)
|
|
||||||
* Python: fixed bug with tuples sometimes being used before they were declared (#1996)
|
|
||||||
* Python: fixed bug with supporting overloaded methods (#1996)
|
|
||||||
|
|
||||||
## v3.1.2 - _July 31, 2019_
|
## v3.1.2 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/abi-gen",
|
"name": "@0x/abi-gen",
|
||||||
"version": "4.1.0",
|
"version": "3.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@types/toposort": "^2.0.1",
|
"@types/toposort": "^2.0.1",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"change-case": "^3.0.2",
|
"change-case": "^3.0.2",
|
||||||
@ -75,13 +75,13 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^1.0.13",
|
"@0x/contracts-gen": "^1.0.12",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/glob": "5.0.35",
|
"@types/glob": "5.0.35",
|
||||||
"@types/mkdirp": "^0.5.2",
|
"@types/mkdirp": "^0.5.2",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.1.3",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "2.1.2",
|
"version": "2.1.2",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.1.3 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.1.2 - _July 31, 2019_
|
## v2.1.2 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/assert",
|
"name": "@0x/assert",
|
||||||
"version": "2.1.3",
|
"version": "2.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -45,9 +45,9 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"valid-url": "^1.0.9"
|
"valid-url": "^1.0.9"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "6.1.11",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "6.1.10",
|
"version": "6.1.10",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v6.1.11 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v6.1.10 - _July 31, 2019_
|
## v6.1.10 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/asset-buyer",
|
"name": "@0x/asset-buyer",
|
||||||
"version": "6.1.11",
|
"version": "6.1.10",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -37,16 +37,16 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/connect": "^5.0.16",
|
"@0x/connect": "^5.0.15",
|
||||||
"@0x/contract-wrappers": "^9.1.7",
|
"@0x/contract-wrappers": "10.1.0",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "1.0.1",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.1 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v1.0.0 - _July 31, 2019_
|
## v1.0.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Added optimization utils to consumer output (#1988)
|
* Added optimization utils to consumer output (#1988)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/asset-swapper",
|
"name": "@0x/asset-swapper",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -37,20 +37,20 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/connect": "^5.0.16",
|
"@0x/connect": "^5.0.15",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-wrappers": "^9.1.7",
|
"@0x/contract-wrappers": "10.1.0",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/fill-scenarios": "^3.0.16",
|
"@0x/fill-scenarios": "^3.0.15",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/migrations": "^4.2.0",
|
"@0x/migrations": "^4.1.11",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "5.3.1",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "5.3.0",
|
"version": "5.3.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v5.3.1 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v5.3.0 - _July 31, 2019_
|
## v5.3.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/base-contract",
|
"name": "@0x/base-contract",
|
||||||
"version": "5.3.1",
|
"version": "5.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,11 +42,11 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-blockstream": "6.0.0",
|
"ethereumjs-blockstream": "6.0.0",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "5.0.16",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "5.0.15",
|
"version": "5.0.15",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v5.0.16 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v5.0.15 - _July 31, 2019_
|
## v5.0.15 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/connect",
|
"name": "@0x/connect",
|
||||||
"version": "5.0.16",
|
"version": "5.0.15",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -45,12 +45,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"query-string": "^6.0.0",
|
"query-string": "^6.0.0",
|
||||||
"sinon": "^4.0.0",
|
"sinon": "^4.0.0",
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
||||||
"pr": 2021
|
"pr": 2021
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.0.3 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
|
|
||||||
|
|
||||||
## v3.0.2 - _July 15, 2019_
|
## v3.0.2 - _July 15, 2019_
|
||||||
|
|
||||||
* Update OrderValidator testnet addresses
|
* Update OrderValidator testnet addresses
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-addresses",
|
"name": "@0x/contract-addresses",
|
||||||
"version": "3.0.3",
|
"version": "3.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "2.0.4",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.0.4 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v2.0.3 - _July 31, 2019_
|
## v2.0.3 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-artifacts",
|
"name": "@0x/contract-artifacts",
|
||||||
"version": "2.0.4",
|
"version": "2.0.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
"note": "Use @0x/abi-gen to generate wrappers. For a full list of changes, see https://github.com/0xProject/0x-monorepo/issues/2040",
|
"note": "Use @0x/abi-gen to generate wrappers. For a full list of changes, see https://github.com/0xProject/0x-monorepo/issues/2040",
|
||||||
"pr": 2037
|
"pr": 2037
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "10.1.0",
|
"version": "10.1.0",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v11.0.0 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Use @0x/abi-gen to generate wrappers. For a full list of changes, see https://github.com/0xProject/0x-monorepo/issues/2040 (#2037)
|
|
||||||
|
|
||||||
## v10.1.0 - _July 31, 2019_
|
## v10.1.0 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)
|
||||||
|
@ -46,44 +46,44 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"@0x/abi-gen-templates": "^2.4.1",
|
"@0x/abi-gen-templates": "^2.4.0",
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/contracts-test-utils": "^3.1.12",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/coordinator-server": "^0.1.3",
|
"@0x/coordinator-server": "^0.1.3",
|
||||||
"@0x/dev-utils": "^2.2.6",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/fill-scenarios": "^3.0.15",
|
"@0x/fill-scenarios": "^3.0.15",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
|
||||||
"@0x/migrations": "^4.1.11",
|
"@0x/migrations": "^4.1.11",
|
||||||
"@0x/subproviders": "^5.0.0",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/nock": "^10.0.3",
|
"@types/nock": "^10.0.3",
|
||||||
|
"ethereum-types": "^2.1.4",
|
||||||
|
"ethers": "~4.0.4",
|
||||||
|
"lodash": "^4.17.11",
|
||||||
|
"shx": "^0.2.2",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^2.1.4",
|
|
||||||
"ethers": "~4.0.4",
|
|
||||||
"lodash": "^4.17.11",
|
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
"nock": "^10.0.6",
|
"nock": "^10.0.6"
|
||||||
"shx": "^0.2.2"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-artifacts": "^2.0.4",
|
"@0x/contract-artifacts": "^2.0.3",
|
||||||
"@0x/contracts-test-utils": "^3.1.13",
|
"@0x/contracts-test-utils": "^3.1.12",
|
||||||
"@0x/coordinator-server": "^0.1.3",
|
"@0x/coordinator-server": "^0.1.3",
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/fill-scenarios": "^3.0.16",
|
"@0x/fill-scenarios": "^3.0.15",
|
||||||
"@0x/migrations": "^4.2.0",
|
"@0x/migrations": "^4.1.11",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"http-status-codes": "^1.3.2"
|
"http-status-codes": "^1.3.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "1.0.13",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "1.0.12",
|
"version": "1.0.12",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v1.0.13 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v1.0.12 - _July 31, 2019_
|
## v1.0.12 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-gen",
|
"name": "@0x/contracts-gen",
|
||||||
"version": "1.0.13",
|
"version": "1.0.12",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"@0x/sol-resolver": "^2.0.9",
|
"@0x/sol-resolver": "^2.0.9",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"prettier": "^1.16.3",
|
"prettier": "^1.16.3",
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
"note": "Move `tokenUtils` here from `@0x/contract-wrappers`",
|
"note": "Move `tokenUtils` here from `@0x/contract-wrappers`",
|
||||||
"pr": 2037
|
"pr": 2037
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v2.3.0 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Move `tokenUtils` here from `@0x/contract-wrappers` (#2037)
|
|
||||||
|
|
||||||
## v2.2.6 - _July 31, 2019_
|
## v2.2.6 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/dev-utils",
|
"name": "@0x/dev-utils",
|
||||||
"version": "2.3.0",
|
"version": "2.2.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,11 +42,11 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.0.16",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "3.0.15",
|
"version": "3.0.15",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.0.16 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.0.15 - _July 31, 2019_
|
## v3.0.15 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/fill-scenarios",
|
"name": "@0x/fill-scenarios",
|
||||||
"version": "3.0.16",
|
"version": "3.0.15",
|
||||||
"description": "0x order fill scenario generator",
|
"description": "0x order fill scenario generator",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
@ -29,13 +29,13 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/instant",
|
"name": "@0x/instant",
|
||||||
"version": "1.0.28",
|
"version": "1.0.27",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -43,15 +43,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.0",
|
||||||
"@0x/asset-buyer": "6.1.8",
|
"@0x/asset-buyer": "6.1.8",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.0.11",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.2",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"bowser": "^1.9.4",
|
"bowser": "^1.9.4",
|
||||||
"copy-to-clipboard": "^3.0.8",
|
"copy-to-clipboard": "^3.0.8",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "3.1.13",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "3.1.12",
|
"version": "3.1.12",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v3.1.13 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v3.1.12 - _July 31, 2019_
|
## v3.1.12 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/json-schemas",
|
"name": "@0x/json-schemas",
|
||||||
"version": "3.1.13",
|
"version": "3.1.12",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@types/lodash.foreach": "^4.5.3",
|
"@types/lodash.foreach": "^4.5.3",
|
||||||
"@types/lodash.values": "^4.3.3",
|
"@types/lodash.values": "^4.3.3",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
|
||||||
"pr": 2021
|
"pr": 2021
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"timestamp": 1565281154
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "4.1.11",
|
"version": "4.1.11",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v4.2.0 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
|
|
||||||
|
|
||||||
## v4.1.11 - _July 31, 2019_
|
## v4.1.11 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/migrations",
|
"name": "@0x/migrations",
|
||||||
"version": "4.2.0",
|
"version": "4.1.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@types/yargs": "^11.0.0",
|
"@types/yargs": "^11.0.0",
|
||||||
@ -51,16 +51,16 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-artifacts": "^2.0.4",
|
"@0x/contract-artifacts": "^2.0.3",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/sol-compiler": "^3.1.12",
|
"@0x/sol-compiler": "^3.1.11",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@0x/monorepo-scripts",
|
"name": "@0x/monorepo-scripts",
|
||||||
"version": "1.0.34",
|
"version": "1.0.33",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@lerna/batch-packages": "^3.0.0-beta.18",
|
"@lerna/batch-packages": "^3.0.0-beta.18",
|
||||||
"@types/depcheck": "^0.6.0",
|
"@types/depcheck": "^0.6.0",
|
||||||
"async-child-process": "^1.1.1",
|
"async-child-process": "^1.1.1",
|
||||||
|
@ -24,7 +24,7 @@ export const dockerHubUtils = {
|
|||||||
throw new Error(
|
throw new Error(
|
||||||
`DockerHub user login failed (status code: ${
|
`DockerHub user login failed (status code: ${
|
||||||
response.status
|
response.status
|
||||||
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set [ ${JSON.stringify(payload)}]`,
|
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const respPayload = await response.json();
|
const respPayload = await response.json();
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "8.2.5",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "8.2.4",
|
"version": "8.2.4",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v8.2.5 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v8.2.4 - _July 31, 2019_
|
## v8.2.4 - _July 31, 2019_
|
||||||
|
|
||||||
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)
|
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/order-utils",
|
"name": "@0x/order-utils",
|
||||||
"version": "8.2.5",
|
"version": "8.2.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -57,16 +57,16 @@
|
|||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-artifacts": "^2.0.4",
|
"@0x/contract-artifacts": "^2.0.3",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"timestamp": 1565281154,
|
|
||||||
"version": "4.0.17",
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"note": "Dependencies updated"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"timestamp": 1564604963,
|
"timestamp": 1564604963,
|
||||||
"version": "4.0.16",
|
"version": "4.0.16",
|
||||||
|
@ -5,10 +5,6 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
## v4.0.17 - _August 8, 2019_
|
|
||||||
|
|
||||||
* Dependencies updated
|
|
||||||
|
|
||||||
## v4.0.16 - _July 31, 2019_
|
## v4.0.16 - _July 31, 2019_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/order-watcher",
|
"name": "@0x/order-watcher",
|
||||||
"version": "4.0.17",
|
"version": "4.0.16",
|
||||||
"description": "An order watcher daemon that watches for order validity",
|
"description": "An order watcher daemon that watches for order validity",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"0x",
|
"0x",
|
||||||
@ -34,9 +34,9 @@
|
|||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^2.3.0",
|
"@0x/dev-utils": "^2.2.6",
|
||||||
"@0x/migrations": "^4.2.0",
|
"@0x/migrations": "^4.1.11",
|
||||||
"@0x/subproviders": "^5.0.1",
|
"@0x/subproviders": "^5.0.0",
|
||||||
"@0x/tslint-config": "^3.0.1",
|
"@0x/tslint-config": "^3.0.1",
|
||||||
"@types/bintrees": "^1.0.2",
|
"@types/bintrees": "^1.0.2",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -59,19 +59,19 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.2.0",
|
"@0x/abi-gen-wrappers": "^5.1.0",
|
||||||
"@0x/assert": "^2.1.3",
|
"@0x/assert": "^2.1.2",
|
||||||
"@0x/base-contract": "^5.3.1",
|
"@0x/base-contract": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^3.0.3",
|
"@0x/contract-addresses": "^3.0.2",
|
||||||
"@0x/contract-artifacts": "^2.0.4",
|
"@0x/contract-artifacts": "^2.0.3",
|
||||||
"@0x/contract-wrappers": "^9.1.7",
|
"@0x/contract-wrappers": "10.1.0",
|
||||||
"@0x/fill-scenarios": "^3.0.16",
|
"@0x/fill-scenarios": "^3.0.15",
|
||||||
"@0x/json-schemas": "^3.1.13",
|
"@0x/json-schemas": "^3.1.12",
|
||||||
"@0x/order-utils": "^8.2.5",
|
"@0x/order-utils": "^8.2.4",
|
||||||
"@0x/types": "^2.4.1",
|
"@0x/types": "^2.4.1",
|
||||||
"@0x/typescript-typings": "^4.2.4",
|
"@0x/typescript-typings": "^4.2.4",
|
||||||
"@0x/utils": "^4.5.0",
|
"@0x/utils": "^4.4.2",
|
||||||
"@0x/web3-wrapper": "^6.0.10",
|
"@0x/web3-wrapper": "^6.0.9",
|
||||||
"bintrees": "^1.0.2",
|
"bintrees": "^1.0.2",
|
||||||
"ethereum-types": "^2.1.4",
|
"ethereum-types": "^2.1.4",
|
||||||
"ethereumjs-blockstream": "6.0.0",
|
"ethereumjs-blockstream": "6.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/python-contract-wrappers",
|
"name": "@0x/python-contract-wrappers",
|
||||||
"version": "1.0.3",
|
"version": "1.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/python-contract-wrappers/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/python-contract-wrappers/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^4.1.0",
|
"@0x/abi-gen": "^3.1.2",
|
||||||
"shx": "^0.2.2"
|
"shx": "^0.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user