Compare commits

...

13 Commits

Author SHA1 Message Date
Leonid Logvinov
f94b647e61 Publish
- 0x.js@0.38.3
 - contracts@2.1.32
 - @0xproject/order-watcher@0.0.5
 - @0xproject/sra-report@0.1.3
 - @0xproject/testnet-faucets@1.0.33
 - @0xproject/website@0.0.36
2018-05-29 11:29:07 -07:00
Leonid Logvinov
2eccc3efaf Updated CHANGELOGS 2018-05-29 11:29:01 -07:00
Leonid Logvinov
972341725e Remove UMD bundles from order-watcher 2018-05-29 11:13:50 -07:00
Leonid Logvinov
40b10fd29d Publish
- 0x.js@0.38.2
 - @0xproject/contract-wrappers@0.0.4
 - contracts@2.1.31
 - @0xproject/order-watcher@0.0.4
 - @0xproject/sra-report@0.1.2
 - @0xproject/testnet-faucets@1.0.32
 - @0xproject/website@0.0.35
2018-05-29 11:12:33 -07:00
Leonid Logvinov
b31fcffc76 Updated CHANGELOGS 2018-05-29 11:12:26 -07:00
Leonid Logvinov
ec222ea0cd Remove UMD bundles from contract-wrappers 2018-05-29 11:04:00 -07:00
Leonid Logvinov
5533220da0 Publish
- 0x.js@0.38.1
 - @0xproject/connect@0.6.14
 - @0xproject/contract-wrappers@0.0.3
 - contracts@2.1.30
 - @0xproject/fill-scenarios@0.0.3
 - @0xproject/order-utils@0.0.6
 - @0xproject/order-watcher@0.0.3
 - @0xproject/sra-report@0.1.1
 - @0xproject/testnet-faucets@1.0.31
 - @0xproject/website@0.0.34
2018-05-29 11:01:25 -07:00
Leonid Logvinov
6ee7024457 Updated CHANGELOGS 2018-05-29 11:01:18 -07:00
Fabio Berger
f839ac9c58 Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo:
  Correct documentation variable name
  Publish
  Updated CHANGELOGS
  Updated CHANGELOGS
  Change publish command name
2018-05-22 16:39:15 -07:00
Fabio Berger
1a8b1460a6 Fix signature verification test 2018-05-22 16:38:57 -07:00
Leonid Logvinov
feac0779a4 Merge pull request #608 from prettymuchbryce/docs-fix
Correct documentation variable name
2018-05-22 15:38:27 -07:00
Bryce Neal
d9eeb0421c Correct documentation variable name 2018-05-22 13:37:38 -07:00
Leonid Logvinov
031f97e97c Publish
- 0x.js@0.38.0
 - @0xproject/abi-gen@0.3.0
 - @0xproject/assert@0.2.10
 - @0xproject/base-contract@0.3.2
 - @0xproject/connect@0.6.13
 - @0xproject/contract-wrappers@0.0.2
 - contracts@2.1.29
 - @0xproject/dev-utils@0.4.2
 - @0xproject/fill-scenarios@0.0.2
 - @0xproject/json-schemas@0.7.24
 - @0xproject/metacoin@0.0.7
 - @0xproject/migrations@0.0.6
 - @0xproject/monorepo-scripts@0.1.20
 - @0xproject/order-utils@0.0.5
 - @0xproject/order-watcher@0.0.2
 - @0xproject/react-docs-example@0.0.12
 - @0xproject/react-docs@0.0.12
 - @0xproject/react-shared@0.1.7
 - @0xproject/sol-compiler@0.5.0
 - @0xproject/sol-cov@0.0.11
 - @0xproject/sol-resolver@0.0.5
 - @0xproject/sra-report@0.1.0
 - @0xproject/subproviders@0.10.2
 - @0xproject/testnet-faucets@1.0.30
 - @0xproject/tslint-config@0.4.18
 - @0xproject/types@0.7.0
 - @0xproject/typescript-typings@0.3.2
 - @0xproject/utils@0.6.2
 - @0xproject/web3-wrapper@0.6.4
 - @0xproject/website@0.0.33
2018-05-22 10:26:47 -07:00
46 changed files with 416 additions and 246 deletions

View File

@@ -1,4 +1,31 @@
[ [
{
"timestamp": 1527617805,
"version": "0.38.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527617227,
"version": "0.38.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527616612,
"version": "0.38.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.38.0", "version": "0.38.0",
"changes": [ "changes": [

View File

@@ -5,6 +5,18 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.38.3 - _May 29, 2018_
* Dependencies updated
## v0.38.2 - _May 29, 2018_
* Dependencies updated
## v0.38.1 - _May 29, 2018_
* Dependencies updated
## v0.38.0 - _May 22, 2018_ ## v0.38.0 - _May 22, 2018_
* Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579) * Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579)

View File

@@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "0.37.2", "version": "0.38.3",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -66,12 +66,12 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.5", "@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
@@ -98,16 +98,16 @@
"webpack": "^3.1.0" "webpack": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/contract-wrappers": "^0.0.1", "@0xproject/contract-wrappers": "^0.0.4",
"@0xproject/order-utils": "^0.0.4", "@0xproject/order-utils": "^0.0.6",
"@0xproject/order-watcher": "^0.0.1", "@0xproject/order-watcher": "^0.0.5",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/abi-gen", "name": "@0xproject/abi-gen",
"version": "0.2.13", "version": "0.3.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -27,9 +27,9 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
@@ -39,8 +39,8 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/glob": "^5.0.33", "@types/glob": "^5.0.33",
"@types/handlebars": "^4.0.36", "@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.1", "@types/mkdirp": "^0.5.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/assert", "name": "@0xproject/assert",
"version": "0.2.9", "version": "0.2.10",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -30,8 +30,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2", "@types/valid-url": "^1.0.2",
@@ -47,9 +47,9 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/base-contract", "name": "@0xproject/base-contract",
"version": "0.3.1", "version": "0.3.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -29,8 +29,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
@@ -42,10 +42,10 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1527616612,
"version": "0.6.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1527008270, "timestamp": 1527008270,
"version": "0.6.13", "version": "0.6.13",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.6.14 - _May 29, 2018_
* Dependencies updated
## v0.6.13 - _May 22, 2018_ ## v0.6.13 - _May 22, 2018_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/connect", "name": "@0xproject/connect",
"version": "0.6.12", "version": "0.6.14",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -50,19 +50,19 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"query-string": "^5.0.1", "query-string": "^5.0.1",
"websocket": "^1.0.25" "websocket": "^1.0.25"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/fetch-mock": "^5.12.1", "@types/fetch-mock": "^5.12.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@@ -16,7 +16,7 @@ export interface OrderbookChannel {
} }
/** /**
* heartbeatInterval: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000 * heartbeatIntervalMs: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
*/ */
export interface WebSocketOrderbookChannelConfig { export interface WebSocketOrderbookChannelConfig {
heartbeatIntervalMs?: number; heartbeatIntervalMs?: number;

View File

@@ -1,4 +1,22 @@
[ [
{
"timestamp": 1527617227,
"version": "0.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527616612,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.0.2", "version": "0.0.2",
"changes": [ "changes": [

View File

@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.4 - _May 29, 2018_
* Dependencies updated
## v0.0.3 - _May 29, 2018_
* Dependencies updated
## v0.0.2 - _May 22, 2018_ ## v0.0.2 - _May 22, 2018_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/contract-wrappers", "name": "@0xproject/contract-wrappers",
"version": "0.0.1", "version": "0.0.4",
"description": "Smart TS wrappers for 0x smart contracts", "description": "Smart TS wrappers for 0x smart contracts",
"keywords": [ "keywords": [
"0xproject", "0xproject",
@@ -27,13 +27,7 @@
}, },
"config": { "config": {
"compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry", "compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry",
"contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels", "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels"
"postpublish": {
"assets": [
"packages/contract-wrappers/_bundles/index.js",
"packages/contract-wrappers/_bundles/index.min.js"
]
}
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -44,13 +38,13 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.5", "@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
@@ -76,15 +70,15 @@
"web3-provider-engine": "^14.0.4" "web3-provider-engine": "^14.0.4"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/fill-scenarios": "^0.0.1", "@0xproject/fill-scenarios": "^0.0.3",
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/order-utils": "^0.0.4", "@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethereumjs-blockstream": "^2.0.6", "ethereumjs-blockstream": "^2.0.6",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "^3.0.15", "ethers": "^3.0.15",

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "contracts", "name": "contracts",
"version": "2.1.28", "version": "2.1.32",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -42,9 +42,9 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"@types/yargs": "^10.0.0", "@types/yargs": "^10.0.0",
@@ -64,13 +64,13 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"dependencies": { "dependencies": {
"0x.js": "^0.37.2", "0x.js": "^0.38.3",
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/dev-utils", "name": "@0xproject/dev-utils",
"version": "0.4.1", "version": "0.4.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -29,8 +29,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"chai": "^4.0.1", "chai": "^4.0.1",
@@ -44,11 +44,11 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/sol-cov": "^0.0.10", "@0xproject/sol-cov": "^0.0.11",
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0", "web3": "^0.20.0",
"web3-provider-engine": "^14.0.4" "web3-provider-engine": "^14.0.4"

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1527616612,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1527008544, "timestamp": 1527008544,
"version": "0.0.2", "version": "0.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.3 - _May 29, 2018_
* Dependencies updated
## v0.0.2 - _May 22, 2018_ ## v0.0.2 - _May 22, 2018_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/fill-scenarios", "name": "@0xproject/fill-scenarios",
"version": "0.0.1", "version": "0.0.3",
"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",
@@ -23,10 +23,10 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@@ -36,12 +36,12 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/order-utils": "^0.0.4", "@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/json-schemas", "name": "@0xproject/json-schemas",
"version": "0.7.23", "version": "0.7.24",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -45,15 +45,15 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
"dependencies": { "dependencies": {
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
"lodash.values": "^4.3.0" "lodash.values": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.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": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/metacoin", "name": "@0xproject/metacoin",
"version": "0.0.6", "version": "0.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -26,21 +26,21 @@
"author": "", "author": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/sol-cov": "^0.0.10", "@0xproject/sol-cov": "^0.0.11",
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3-provider-engine": "^14.0.4" "web3-provider-engine": "^14.0.4"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.1", "chai-bignumber": "^2.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/migrations", "name": "@0xproject/migrations",
"version": "0.0.5", "version": "0.0.6",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -24,10 +24,10 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
@@ -35,11 +35,11 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/monorepo-scripts", "name": "@0xproject/monorepo-scripts",
"version": "0.1.19", "version": "0.1.20",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1527616612,
"version": "0.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.0.5", "version": "0.0.5",
"changes": [ "changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.6 - _May 29, 2018_
* Dependencies updated
## v0.0.5 - _May 22, 2018_ ## v0.0.5 - _May 22, 2018_
* Add orderStateUtils, a module for computing order state needed to decide if an order is still valid * Add orderStateUtils, a module for computing order state needed to decide if an order is still valid

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/order-utils", "name": "@0xproject/order-utils",
"version": "0.0.4", "version": "0.0.6",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -43,9 +43,9 @@
}, },
"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": {
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
@@ -62,12 +62,12 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",

View File

@@ -99,7 +99,7 @@ function parseSignatureHexAsVRS(signatureHex: string): ECSignature {
// HACK: Sometimes v is returned as [0, 1] and sometimes as [27, 28] // HACK: Sometimes v is returned as [0, 1] and sometimes as [27, 28]
// If it is returned as [0, 1], add 27 to both so it becomes [27, 28] // If it is returned as [0, 1], add 27 to both so it becomes [27, 28]
const lowestValidV = 27; const lowestValidV = 27;
const isProperlyFormattedV = v < lowestValidV; const isProperlyFormattedV = v >= lowestValidV;
if (!isProperlyFormattedV) { if (!isProperlyFormattedV) {
v += lowestValidV; v += lowestValidV;
} }

View File

@@ -1,4 +1,31 @@
[ [
{
"timestamp": 1527617805,
"version": "0.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527617227,
"version": "0.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527616612,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1527008794, "timestamp": 1527008794,
"version": "0.0.2", "version": "0.0.2",

View File

@@ -5,6 +5,18 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.5 - _May 29, 2018_
* Dependencies updated
## v0.0.4 - _May 29, 2018_
* Dependencies updated
## v0.0.3 - _May 29, 2018_
* Dependencies updated
## v0.0.2 - _May 22, 2018_ ## v0.0.2 - _May 22, 2018_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/order-watcher", "name": "@0xproject/order-watcher",
"version": "0.0.1", "version": "0.0.5",
"description": "An order watcher daemon that watches for order validity", "description": "An order watcher daemon that watches for order validity",
"keywords": [ "keywords": [
"0x", "0x",
@@ -28,13 +28,7 @@
}, },
"config": { "config": {
"compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry", "compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry",
"contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels", "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels"
"postpublish": {
"assets": [
"packages/order-watcher/_bundles/index.js",
"packages/order-watcher/_bundles/index.min.js"
]
}
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -45,12 +39,12 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.13", "@0xproject/abi-gen": "^0.3.0",
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/migrations": "^0.0.5", "@0xproject/migrations": "^0.0.6",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/sol-compiler": "^0.4.3", "@0xproject/sol-compiler": "^0.5.0",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/bintrees": "^1.0.2", "@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@@ -76,16 +70,16 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/base-contract": "^0.3.1", "@0xproject/base-contract": "^0.3.2",
"@0xproject/contract-wrappers": "^0.0.1", "@0xproject/contract-wrappers": "^0.0.4",
"@0xproject/fill-scenarios": "^0.0.1", "@0xproject/fill-scenarios": "^0.0.3",
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/order-utils": "^0.0.4", "@0xproject/order-utils": "^0.0.6",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4" "lodash": "^4.17.4"

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0xproject/react-docs-example", "name": "@0xproject/react-docs-example",
"version": "0.0.11", "version": "0.0.12",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -26,7 +26,7 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
@@ -50,7 +50,7 @@
"webpack-dev-server": "^2.11.1" "webpack-dev-server": "^2.11.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/react-docs": "^0.0.11", "@0xproject/react-docs": "^0.0.12",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/react-docs", "name": "@0xproject/react-docs",
"version": "0.0.11", "version": "0.0.12",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -25,9 +25,9 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
@@ -35,8 +35,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/react-shared": "^0.1.6", "@0xproject/react-shared": "^0.1.7",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/react-shared", "name": "@0xproject/react-shared",
"version": "0.1.6", "version": "0.1.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -25,9 +25,9 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sol-compiler", "name": "@0xproject/sol-compiler",
"version": "0.4.3", "version": "0.5.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -49,9 +49,9 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.4.1", "@0xproject/dev-utils": "^0.4.2",
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/require-from-string": "^1.2.0", "@types/require-from-string": "^1.2.0",
"@types/semver": "^5.5.0", "@types/semver": "^5.5.0",
@@ -72,12 +72,12 @@
"zeppelin-solidity": "1.8.0" "zeppelin-solidity": "1.8.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/sol-resolver": "^0.0.4", "@0xproject/sol-resolver": "^0.0.5",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sol-cov", "name": "@0xproject/sol-cov",
"version": "0.0.10", "version": "0.0.11",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -46,10 +46,10 @@
}, },
"homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md", "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
"dependencies": { "dependencies": {
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
@@ -59,8 +59,8 @@
"solidity-parser-antlr": "^0.2.8" "solidity-parser-antlr": "^0.2.8"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/istanbul": "^0.4.30", "@types/istanbul": "^0.4.30",
"@types/mkdirp": "^0.5.1", "@types/mkdirp": "^0.5.1",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sol-resolver", "name": "@0xproject/sol-resolver",
"version": "0.0.4", "version": "0.0.5",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -24,8 +24,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
@@ -33,7 +33,7 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.0.3",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@@ -1,4 +1,31 @@
[ [
{
"timestamp": 1527617805,
"version": "0.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527617227,
"version": "0.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1527616612,
"version": "0.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.1.0", "version": "0.1.0",
"changes": [ "changes": [

View File

@@ -5,6 +5,18 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.1.3 - _May 29, 2018_
* Dependencies updated
## v0.1.2 - _May 29, 2018_
* Dependencies updated
## v0.1.1 - _May 29, 2018_
* Dependencies updated
## v0.1.0 - _May 22, 2018_ ## v0.1.0 - _May 22, 2018_
* Properly export the executable binary (#588) * Properly export the executable binary (#588)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sra-report", "name": "@0xproject/sra-report",
"version": "0.0.14", "version": "0.1.3",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -31,20 +31,20 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
"dependencies": { "dependencies": {
"0x.js": "^0.37.2", "0x.js": "^0.38.3",
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/connect": "^0.6.12", "@0xproject/connect": "^0.6.14",
"@0xproject/json-schemas": "^0.7.23", "@0xproject/json-schemas": "^0.7.24",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"newman": "^3.9.3", "newman": "^3.9.3",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.48", "@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2", "@types/nock": "^9.1.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/subproviders", "name": "@0xproject/subproviders",
"version": "0.10.1", "version": "0.10.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -39,10 +39,10 @@
} }
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.9", "@0xproject/assert": "^0.2.10",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"@ledgerhq/hw-transport-u2f": "^4.3.0", "@ledgerhq/hw-transport-u2f": "^4.3.0",
"bip39": "^2.5.0", "bip39": "^2.5.0",
@@ -57,9 +57,9 @@
"web3-provider-engine": "^14.0.4" "web3-provider-engine": "^14.0.4"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@types/bip39": "^2.4.0", "@types/bip39": "^2.4.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0xproject/testnet-faucets", "name": "@0xproject/testnet-faucets",
"version": "1.0.29", "version": "1.0.33",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -18,11 +18,11 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.37.2", "0x.js": "^0.38.3",
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"body-parser": "^1.17.1", "body-parser": "^1.17.1",
"ethereumjs-tx": "^1.3.3", "ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
@@ -33,7 +33,7 @@
"web3-provider-engine": "^14.0.4" "web3-provider-engine": "^14.0.4"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/body-parser": "^1.16.1", "@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35", "@types/express": "^4.0.35",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/tslint-config", "name": "@0xproject/tslint-config",
"version": "0.4.17", "version": "0.4.18",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -34,7 +34,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/types", "name": "@0xproject/types",
"version": "0.6.3", "version": "0.7.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -24,8 +24,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/typescript-typings", "name": "@0xproject/typescript-typings",
"version": "0.3.1", "version": "0.3.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -25,11 +25,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme", "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"bignumber.js": "~4.1.0" "bignumber.js": "~4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2" "shx": "^0.2.2"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/utils", "name": "@0xproject/utils",
"version": "0.6.1", "version": "0.6.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -24,8 +24,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@@ -35,8 +35,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"ethers": "^3.0.15", "ethers": "^3.0.15",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/web3-wrapper", "name": "@0xproject/web3-wrapper",
"version": "0.6.3", "version": "0.6.4",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -43,8 +43,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.19", "@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.17", "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
@@ -62,9 +62,9 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.6.3", "@0xproject/types": "^0.7.0",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"ethers": "^3.0.15", "ethers": "^3.0.15",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0" "web3": "^0.20.0"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0xproject/website", "name": "@0xproject/website",
"version": "0.0.32", "version": "0.0.36",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -18,13 +18,13 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.37.2", "0x.js": "^0.38.3",
"@0xproject/react-docs": "^0.0.11", "@0xproject/react-docs": "^0.0.12",
"@0xproject/react-shared": "^0.1.6", "@0xproject/react-shared": "^0.1.7",
"@0xproject/subproviders": "^0.10.1", "@0xproject/subproviders": "^0.10.2",
"@0xproject/typescript-typings": "^0.3.1", "@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.1", "@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.3", "@0xproject/web3-wrapper": "^0.6.4",
"accounting": "^0.4.1", "accounting": "^0.4.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"blockies": "^0.0.2", "blockies": "^0.0.2",