- 0x.js@0.33.1
 - @0xproject/abi-gen@0.2.5
 - @0xproject/assert@0.2.0
 - @0xproject/base-contract@0.0.3
 - @0xproject/connect@0.6.3
 - contracts@2.1.15
 - @0xproject/deployer@0.2.1
 - @0xproject/dev-utils@0.2.1
 - @0xproject/json-schemas@0.7.14
 - @0xproject/react-docs@0.0.1
 - @0xproject/react-shared@0.0.1
 - @0xproject/sra-report@0.0.1
 - @0xproject/subproviders@0.7.0
 - @0xproject/testnet-faucets@1.0.16
 - @0xproject/types@0.3.1
 - @0xproject/utils@0.4.1
 - @0xproject/web3-wrapper@0.2.1
 - @0xproject/website@0.0.18
This commit is contained in:
Brandon Millman 2018-03-08 10:20:46 -08:00
parent c71b710d7e
commit 8e5a876b37
18 changed files with 83 additions and 83 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "0.33.0", "version": "0.33.1",
"description": "A javascript library for interacting with the 0x protocol", "description": "A javascript library for interacting with the 0x protocol",
"keywords": [ "keywords": [
"0x.js", "0x.js",
@ -42,8 +42,8 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/abi-gen": "^0.2.4", "@0xproject/abi-gen": "^0.2.5",
"@0xproject/dev-utils": "^0.2.0", "@0xproject/dev-utils": "^0.2.1",
"@0xproject/tslint-config": "^0.4.10", "@0xproject/tslint-config": "^0.4.10",
"@types/bintrees": "^1.0.2", "@types/bintrees": "^1.0.2",
"@types/jsonschema": "^1.1.1", "@types/jsonschema": "^1.1.1",
@ -80,12 +80,12 @@
"webpack": "^3.1.0" "webpack": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.1.0", "@0xproject/assert": "^0.2.0",
"@0xproject/base-contract": "^0.0.2", "@0xproject/base-contract": "^0.0.3",
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"@0xproject/web3-wrapper": "^0.2.0", "@0xproject/web3-wrapper": "^0.2.1",
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/abi-gen", "name": "@0xproject/abi-gen",
"version": "0.2.4", "version": "0.2.5",
"description": "Generate contract wrappers from ABI and handlebars templates", "description": "Generate contract wrappers from ABI and handlebars templates",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -23,7 +23,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/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/assert", "name": "@0xproject/assert",
"version": "0.1.0", "version": "0.2.0",
"description": "Provides a standard way of performing type and schema validation across 0x projects", "description": "Provides a standard way of performing type and schema validation across 0x projects",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -38,8 +38,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"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.0.2", "version": "0.0.3",
"description": "0x Base TS contract", "description": "0x Base TS contract",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -28,8 +28,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/web3-wrapper": "^0.2.0", "@0xproject/web3-wrapper": "^0.2.1",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.2", "ethers-typescript-typings": "^0.0.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/connect", "name": "@0xproject/connect",
"version": "0.6.2", "version": "0.6.3",
"description": "A javascript library for interacting with the standard relayer api", "description": "A javascript library for interacting with the standard relayer api",
"keywords": [ "keywords": [
"connect", "connect",
@ -37,9 +37,9 @@
}, },
"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.1.0", "@0xproject/assert": "^0.2.0",
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"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",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "contracts", "name": "contracts",
"version": "2.1.14", "version": "2.1.15",
"description": "Smart contract components of 0x protocol", "description": "Smart contract components of 0x protocol",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@ -36,7 +36,7 @@
}, },
"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/dev-utils": "^0.2.0", "@0xproject/dev-utils": "^0.2.1",
"@0xproject/tslint-config": "^0.4.10", "@0xproject/tslint-config": "^0.4.10",
"@types/bluebird": "^3.5.3", "@types/bluebird": "^3.5.3",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",
@ -63,12 +63,12 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"dependencies": { "dependencies": {
"0x.js": "^0.33.0", "0x.js": "^0.33.1",
"@0xproject/deployer": "^0.2.0", "@0xproject/deployer": "^0.2.1",
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"@0xproject/web3-wrapper": "^0.2.0", "@0xproject/web3-wrapper": "^0.2.1",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/deployer", "name": "@0xproject/deployer",
"version": "0.2.0", "version": "0.2.1",
"description": "Smart contract deployer of 0x protocol", "description": "Smart contract deployer of 0x protocol",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -40,10 +40,10 @@
"web3-typescript-typings": "^0.10.0" "web3-typescript-typings": "^0.10.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"@0xproject/web3-wrapper": "^0.2.0", "@0xproject/web3-wrapper": "^0.2.1",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"solc": "^0.4.18", "solc": "^0.4.18",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/dev-utils", "name": "@0xproject/dev-utils",
"version": "0.2.0", "version": "0.2.1",
"description": "0x dev TS utils", "description": "0x dev TS utils",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -24,7 +24,7 @@
"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/tslint-config": "^0.4.10", "@0xproject/tslint-config": "^0.4.10",
"@0xproject/web3-wrapper": "^0.2.0", "@0xproject/web3-wrapper": "^0.2.1",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -38,9 +38,9 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/subproviders": "^0.6.0", "@0xproject/subproviders": "^0.7.0",
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"ethereumjs-util": "^5.1.2", "ethereumjs-util": "^5.1.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"request-promise-native": "^1.0.5", "request-promise-native": "^1.0.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/json-schemas", "name": "@0xproject/json-schemas",
"version": "0.7.13", "version": "0.7.14",
"description": "0x-related json schemas", "description": "0x-related json schemas",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -29,7 +29,7 @@
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.10", "@0xproject/tslint-config": "^0.4.10",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"@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

@ -18,35 +18,35 @@
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.9", "@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",
"@types/node": "^8.0.53",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53",
"@types/react": "^15.0.15", "@types/react": "^15.0.15",
"@types/react-dom": "^0.14.23", "@types/react-dom": "^0.14.23",
"@types/react-scroll": "0.0.31", "@types/react-scroll": "0.0.31",
"css-loader": "^0.28.9",
"json-loader": "^0.5.4",
"less-loader": "^2.2.3",
"raw-loader": "^0.5.1",
"shx": "^0.2.2", "shx": "^0.2.2",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.2",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"typescript": "2.7.1", "typescript": "2.7.1",
"webpack": "^3.11.0", "webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1", "webpack-dev-server": "^2.11.1"
"css-loader": "^0.28.9",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.2",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"less-loader": "^2.2.3"
}, },
"dependencies": { "dependencies": {
"@0xproject/react-shared": "^0.0.1", "@0xproject/react-shared": "^0.0.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"compare-versions": "^3.0.1", "compare-versions": "^3.0.1",
"react-markdown": "^3.2.2", "lodash": "^4.17.4",
"react-tooltip": "^3.2.7",
"react-scroll": "^1.5.2",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
"lodash": "^4.17.4", "react-markdown": "^3.2.2",
"react-tap-event-plugin": "^2.0.1" "react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.2.7"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -15,8 +15,8 @@
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.9", "@0xproject/tslint-config": "^0.4.9",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",
"@types/node": "^8.0.53",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53",
"@types/react": "^15.0.15", "@types/react": "^15.0.15",
"@types/react-dom": "^0.14.23", "@types/react-dom": "^0.14.23",
"@types/react-scroll": "0.0.31", "@types/react-scroll": "0.0.31",
@ -27,14 +27,14 @@
"dependencies": { "dependencies": {
"basscss": "^8.0.3", "basscss": "^8.0.3",
"is-mobile": "^0.2.2", "is-mobile": "^0.2.2",
"lodash": "^4.17.4",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
"lodash": "^4.17.4", "react-highlight": "0xproject/react-highlight",
"react-markdown": "^3.2.2", "react-markdown": "^3.2.2",
"react-scroll": "^1.5.2", "react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1", "react-tap-event-plugin": "^2.0.1"
"react-highlight": "0xproject/react-highlight"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -23,11 +23,11 @@
}, },
"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.33.0", "0x.js": "^0.33.1",
"@0xproject/assert": "^0.1.0", "@0xproject/assert": "^0.2.0",
"@0xproject/connect": "^0.6.2", "@0xproject/connect": "^0.6.3",
"@0xproject/json-schemas": "^0.7.13", "@0xproject/json-schemas": "^0.7.14",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"newman": "^3.9.3", "newman": "^3.9.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/subproviders", "name": "@0xproject/subproviders",
"version": "0.6.0", "version": "0.7.0",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -18,9 +18,9 @@
"test:integration": "run-s clean build run_mocha_integration" "test:integration": "run-s clean build run_mocha_integration"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.1.0", "@0xproject/assert": "^0.2.0",
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.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",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.10", "@0xproject/tslint-config": "^0.4.10",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"@types/lodash": "^4.14.86", "@types/lodash": "^4.14.86",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0xproject/testnet-faucets", "name": "@0xproject/testnet-faucets",
"version": "1.0.15", "version": "1.0.16",
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether", "description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@ -15,9 +15,9 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.33.0", "0x.js": "^0.33.1",
"@0xproject/subproviders": "^0.6.0", "@0xproject/subproviders": "^0.7.0",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/types", "name": "@0xproject/types",
"version": "0.3.0", "version": "0.3.1",
"description": "0x types", "description": "0x types",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/utils", "name": "@0xproject/utils",
"version": "0.4.0", "version": "0.4.1",
"description": "0x TS utils", "description": "0x TS utils",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -28,7 +28,7 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.2", "ethers-typescript-typings": "^0.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/web3-wrapper", "name": "@0xproject/web3-wrapper",
"version": "0.2.0", "version": "0.2.1",
"description": "Wraps around web3 and gives a nicer interface", "description": "Wraps around web3 and gives a nicer interface",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -28,8 +28,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.3.0", "@0xproject/types": "^0.3.1",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.2", "ethers-typescript-typings": "^0.0.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/website", "name": "@0xproject/website",
"version": "0.0.17", "version": "0.0.18",
"private": true, "private": true,
"description": "Website and 0x portal dapp", "description": "Website and 0x portal dapp",
"scripts": { "scripts": {
@ -18,11 +18,11 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.33.1",
"@0xproject/react-docs": "^0.0.1", "@0xproject/react-docs": "^0.0.1",
"@0xproject/react-shared": "^0.0.1", "@0xproject/react-shared": "^0.0.1",
"@0xproject/subproviders": "^0.6.0", "@0xproject/subproviders": "^0.7.0",
"@0xproject/utils": "^0.4.0", "@0xproject/utils": "^0.4.1",
"0x.js": "^0.33.0",
"accounting": "^0.4.1", "accounting": "^0.4.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"blockies": "^0.0.2", "blockies": "^0.0.2",