Publish
- 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46
This commit is contained in:
parent
4475fefd07
commit
00a4fa5f7c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "0x.js",
|
"name": "0x.js",
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,10 +42,10 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/abi-gen": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/migrations": "^1.0.5",
|
"@0xproject/migrations": "^1.0.6",
|
||||||
"@0xproject/monorepo-scripts": "^1.0.6",
|
"@0xproject/monorepo-scripts": "^1.0.7",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^2.2.42",
|
"@types/mocha": "^2.2.42",
|
||||||
@ -73,16 +73,16 @@
|
|||||||
"webpack": "^3.1.0"
|
"webpack": "^3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/contract-wrappers": "^1.0.1-rc.4",
|
"@0xproject/contract-wrappers": "^1.0.1-rc.5",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/order-watcher": "^1.0.1-rc.4",
|
"@0xproject/order-watcher": "^1.0.1-rc.5",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethers": "3.0.22",
|
"ethers": "3.0.22",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/abi-gen",
|
"name": "@0xproject/abi-gen",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"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/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/assert",
|
"name": "@0xproject/assert",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -45,9 +45,9 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
"valid-url": "^1.0.9"
|
"valid-url": "^1.0.9"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/base-contract",
|
"name": "@0xproject/base-contract",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,8 +42,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethers": "3.0.22",
|
"ethers": "3.0.22",
|
||||||
"lodash": "^4.17.5"
|
"lodash": "^4.17.5"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/connect",
|
"name": "@0xproject/connect",
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0-rc.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -44,11 +44,11 @@
|
|||||||
},
|
},
|
||||||
"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": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
"query-string": "^5.0.1",
|
"query-string": "^5.0.1",
|
||||||
"sinon": "^4.0.0",
|
"sinon": "^4.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/contract-wrappers",
|
"name": "@0xproject/contract-wrappers",
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.5",
|
||||||
"description": "Smart TS wrappers for 0x smart contracts",
|
"description": "Smart TS wrappers for 0x smart contracts",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"0xproject",
|
"0xproject",
|
||||||
@ -44,10 +44,10 @@
|
|||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/abi-gen": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/migrations": "^1.0.5",
|
"@0xproject/migrations": "^1.0.6",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^2.2.42",
|
"@types/mocha": "^2.2.42",
|
||||||
@ -74,15 +74,15 @@
|
|||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/fill-scenarios": "^1.0.1-rc.4",
|
"@0xproject/fill-scenarios": "^1.0.1-rc.5",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethereumjs-blockstream": "5.0.0",
|
"ethereumjs-blockstream": "5.0.0",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "contracts",
|
"name": "contracts",
|
||||||
"version": "2.1.41",
|
"version": "2.1.42",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -20,14 +20,11 @@
|
|||||||
"test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
|
"test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
|
||||||
"test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
|
"test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
|
||||||
"test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
|
"test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
|
||||||
"run_mocha":
|
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
|
||||||
"mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
|
|
||||||
"compile": "sol-compiler --contracts-dir src",
|
"compile": "sol-compiler --contracts-dir src",
|
||||||
"clean": "shx rm -rf lib generated_contract_wrappers",
|
"clean": "shx rm -rf lib generated_contract_wrappers",
|
||||||
"generate_contract_wrappers":
|
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --template ../contract_templates/contract.handlebars --partials '../contract_templates/partials/**/*.handlebars' --output generated_contract_wrappers --backend ethers",
|
||||||
"abi-gen --abis ${npm_package_config_abis} --template ../contract_templates/contract.handlebars --partials '../contract_templates/partials/**/*.handlebars' --output generated_contract_wrappers --backend ethers",
|
"lint": "tslint --project . --exclude **/src/generated_contract_wrappers/**/* --exclude **/lib/**/* && yarn lint-contracts",
|
||||||
"lint":
|
|
||||||
"tslint --project . --exclude **/src/generated_contract_wrappers/**/* --exclude **/lib/**/* && yarn lint-contracts",
|
|
||||||
"coverage:report:text": "istanbul report text",
|
"coverage:report:text": "istanbul report text",
|
||||||
"coverage:report:html": "istanbul report html && open coverage/index.html",
|
"coverage:report:html": "istanbul report html && open coverage/index.html",
|
||||||
"profiler:report:html": "istanbul report html && open coverage/index.html",
|
"profiler:report:html": "istanbul report html && open coverage/index.html",
|
||||||
@ -36,8 +33,7 @@
|
|||||||
"lint-contracts": "solhint src/2.0.0/**/**/**/**/*.sol"
|
"lint-contracts": "solhint src/2.0.0/**/**/**/**/*.sol"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"abis":
|
"abis": "../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|DummyNoReturnERC20Token|ERC20Proxy|ERC721Proxy|Forwarder|Exchange|ExchangeWrapper|IAssetData|IAssetProxy|InvalidERC721Receiver|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|OrderValidator|ReentrantERC20Token|TestAssetProxyOwner|TestAssetProxyDispatcher|TestConstants|TestExchangeInternals|TestLibBytes|TestLibs|TestSignatureValidator|TestStaticCallReceiver|Validator|Wallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json"
|
||||||
"../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|DummyNoReturnERC20Token|ERC20Proxy|ERC721Proxy|Forwarder|Exchange|ExchangeWrapper|IAssetData|IAssetProxy|InvalidERC721Receiver|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|OrderValidator|ReentrantERC20Token|TestAssetProxyOwner|TestAssetProxyDispatcher|TestConstants|TestExchangeInternals|TestLibBytes|TestLibs|TestSignatureValidator|TestStaticCallReceiver|Validator|Wallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -50,11 +46,11 @@
|
|||||||
},
|
},
|
||||||
"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": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/sol-compiler": "^1.1.0",
|
"@0xproject/sol-compiler": "^1.1.1",
|
||||||
"@0xproject/sol-cov": "^2.1.0",
|
"@0xproject/sol-cov": "^2.1.1",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/ethereumjs-abi": "^0.6.0",
|
"@types/ethereumjs-abi": "^0.6.0",
|
||||||
@ -77,12 +73,12 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@types/js-combinatorics": "^0.5.29",
|
"@types/js-combinatorics": "^0.5.29",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/dev-utils",
|
"name": "@0xproject/dev-utils",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -43,11 +43,11 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"lodash": "^4.17.5"
|
"lodash": "^4.17.5"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/fill-scenarios",
|
"name": "@0xproject/fill-scenarios",
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.5",
|
||||||
"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",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"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": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
@ -38,12 +38,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethers": "3.0.22",
|
"ethers": "3.0.22",
|
||||||
"lodash": "^4.17.5"
|
"lodash": "^4.17.5"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/forwarder-helper",
|
"name": "@0xproject/forwarder-helper",
|
||||||
"version": "1.0.1-rc.1",
|
"version": "1.0.1-rc.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -39,12 +39,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/forwarder-helper/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/forwarder-helper/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"lodash": "^4.17.10"
|
"lodash": "^4.17.10"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/json-schemas",
|
"name": "@0xproject/json-schemas",
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/metacoin",
|
"name": "@0xproject/metacoin",
|
||||||
"version": "0.0.16",
|
"version": "0.0.17",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -29,15 +29,15 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/abi-gen": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/sol-cov": "^2.1.0",
|
"@0xproject/sol-cov": "^2.1.1",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@types/mocha": "^5.2.2",
|
"@types/mocha": "^5.2.2",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
@ -46,8 +46,8 @@
|
|||||||
"run-s": "^0.0.0"
|
"run-s": "^0.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/sol-compiler": "^1.1.0",
|
"@0xproject/sol-compiler": "^1.1.1",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/migrations",
|
"name": "@0xproject/migrations",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -35,10 +35,10 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/abi-gen": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@types/yargs": "^10.0.0",
|
"@types/yargs": "^10.0.0",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
@ -49,13 +49,13 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/sol-compiler": "^1.1.0",
|
"@0xproject/sol-compiler": "^1.1.1",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethers": "3.0.22",
|
"ethers": "3.0.22",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@0xproject/monorepo-scripts",
|
"name": "@0xproject/monorepo-scripts",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/order-utils",
|
"name": "@0xproject/order-utils",
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -40,7 +40,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": {
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -59,13 +59,13 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/order-watcher",
|
"name": "@0xproject/order-watcher",
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.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",
|
||||||
@ -43,9 +43,9 @@
|
|||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/abi-gen": "^1.0.6",
|
"@0xproject/abi-gen": "^1.0.7",
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/migrations": "^1.0.5",
|
"@0xproject/migrations": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/bintrees": "^1.0.2",
|
"@types/bintrees": "^1.0.2",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -71,16 +71,16 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/base-contract": "^2.0.0",
|
"@0xproject/base-contract": "^2.0.1",
|
||||||
"@0xproject/contract-wrappers": "^1.0.1-rc.4",
|
"@0xproject/contract-wrappers": "^1.0.1-rc.5",
|
||||||
"@0xproject/fill-scenarios": "^1.0.1-rc.4",
|
"@0xproject/fill-scenarios": "^1.0.1-rc.5",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/order-utils": "^1.0.1-rc.4",
|
"@0xproject/order-utils": "^1.0.1-rc.6",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"bintrees": "^1.0.2",
|
"bintrees": "^1.0.2",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethereumjs-blockstream": "5.0.0",
|
"ethereumjs-blockstream": "5.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/react-docs",
|
"name": "@0xproject/react-docs",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"url": "https://github.com/0xProject/0x-monorepo.git"
|
"url": "https://github.com/0xProject/0x-monorepo.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/compare-versions": "^3.0.0",
|
"@types/compare-versions": "^3.0.0",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
@ -34,8 +34,8 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/react-shared": "^1.0.7",
|
"@0xproject/react-shared": "^1.0.8",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/react-shared",
|
"name": "@0xproject/react-shared",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"url": "https://github.com/0xProject/0x-monorepo.git"
|
"url": "https://github.com/0xProject/0x-monorepo.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"copyfiles": "^2.0.0",
|
"copyfiles": "^2.0.0",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/sol-compiler",
|
"name": "@0xproject/sol-compiler",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"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": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
"@types/mkdirp": "^0.5.2",
|
"@types/mkdirp": "^0.5.2",
|
||||||
"@types/require-from-string": "^1.2.0",
|
"@types/require-from-string": "^1.2.0",
|
||||||
@ -65,13 +65,13 @@
|
|||||||
"zeppelin-solidity": "1.8.0"
|
"zeppelin-solidity": "1.8.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/sol-resolver": "^1.0.6",
|
"@0xproject/sol-resolver": "^1.0.7",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@types/yargs": "^11.0.0",
|
"@types/yargs": "^11.0.0",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/sol-cov",
|
"name": "@0xproject/sol-cov",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -42,12 +42,12 @@
|
|||||||
},
|
},
|
||||||
"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/dev-utils": "^1.0.5",
|
"@0xproject/dev-utils": "^1.0.6",
|
||||||
"@0xproject/sol-compiler": "^1.1.0",
|
"@0xproject/sol-compiler": "^1.1.1",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@types/solidity-parser-antlr": "^0.2.1",
|
"@types/solidity-parser-antlr": "^0.2.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/sol-resolver",
|
"name": "@0xproject/sol-resolver",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"lodash": "^4.17.5"
|
"lodash": "^4.17.5"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/sra-report",
|
"name": "@0xproject/sra-report",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -34,13 +34,13 @@
|
|||||||
},
|
},
|
||||||
"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": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/connect": "1.0.4",
|
"@0xproject/connect": "1.0.4",
|
||||||
"@0xproject/json-schemas": "^0.8.3",
|
"@0xproject/json-schemas": "^0.8.3",
|
||||||
"@0xproject/order-utils": "^0.0.9",
|
"@0xproject/order-utils": "^0.0.9",
|
||||||
"@0xproject/types": "^0.8.2",
|
"@0xproject/types": "^0.8.2",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
"newman": "^3.9.3",
|
"newman": "^3.9.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/sra-spec",
|
"name": "@0xproject/sra-spec",
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5"
|
"@0xproject/json-schemas": "^1.0.1-rc.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0xproject/tslint-config": "^1.0.6",
|
"@0xproject/tslint-config": "^1.0.6",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/subproviders",
|
"name": "@0xproject/subproviders",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -29,11 +29,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"@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",
|
||||||
"@types/hdkey": "^0.7.0",
|
"@types/hdkey": "^0.7.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@0xproject/testnet-faucets",
|
"name": "@0xproject/testnet-faucets",
|
||||||
"version": "1.0.42",
|
"version": "1.0.43",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -19,10 +19,10 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"0x.js": "0.38.5",
|
"0x.js": "0.38.5",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"body-parser": "^1.17.1",
|
"body-parser": "^1.17.1",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethereumjs-tx": "^1.3.5",
|
"ethereumjs-tx": "^1.3.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/types",
|
"name": "@0xproject/types",
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/utils",
|
"name": "@0xproject/utils",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/types": "^1.0.1-rc.5",
|
"@0xproject/types": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"abortcontroller-polyfill": "^1.1.9",
|
"abortcontroller-polyfill": "^1.1.9",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/web3-wrapper",
|
"name": "@0xproject/web3-wrapper",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -53,10 +53,10 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/assert": "^1.0.6",
|
"@0xproject/assert": "^1.0.7",
|
||||||
"@0xproject/json-schemas": "^1.0.1-rc.5",
|
"@0xproject/json-schemas": "^1.0.1-rc.6",
|
||||||
"@0xproject/typescript-typings": "^1.0.5",
|
"@0xproject/typescript-typings": "^1.0.5",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"ethereum-types": "^1.0.5",
|
"ethereum-types": "^1.0.5",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "3.0.22",
|
"ethers": "3.0.22",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0xproject/website",
|
"name": "@0xproject/website",
|
||||||
"version": "0.0.45",
|
"version": "0.0.46",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -20,13 +20,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0xproject/contract-wrappers": "^0.0.5",
|
"@0xproject/contract-wrappers": "^0.0.5",
|
||||||
"@0xproject/order-utils": "^0.0.9",
|
"@0xproject/order-utils": "^0.0.9",
|
||||||
"@0xproject/react-docs": "^1.0.6",
|
"@0xproject/react-docs": "^1.0.7",
|
||||||
"@0xproject/react-shared": "^0.2.3",
|
"@0xproject/react-shared": "^0.2.3",
|
||||||
"@0xproject/subproviders": "^2.0.0",
|
"@0xproject/subproviders": "^2.0.1",
|
||||||
"@0xproject/types": "^0.8.1",
|
"@0xproject/types": "^0.8.1",
|
||||||
"@0xproject/typescript-typings": "^0.4.3",
|
"@0xproject/typescript-typings": "^0.4.3",
|
||||||
"@0xproject/utils": "^1.0.6",
|
"@0xproject/utils": "^1.0.7",
|
||||||
"@0xproject/web3-wrapper": "^2.0.0",
|
"@0xproject/web3-wrapper": "^2.0.1",
|
||||||
"accounting": "^0.4.1",
|
"accounting": "^0.4.1",
|
||||||
"basscss": "^8.0.3",
|
"basscss": "^8.0.3",
|
||||||
"blockies": "^0.0.2",
|
"blockies": "^0.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user