- 0x.js@0.29.2
 - @0xproject/abi-gen@0.1.1
 - @0xproject/connect@0.4.1
 - contracts@2.1.3
 - @0xproject/kovan_faucets@1.0.4
 - web3-typescript-typings@0.9.3
 - @0xproject/web3-wrapper@0.1.4
 - @0xproject/website@0.0.6
This commit is contained in:
Leonid Logvinov 2018-01-11 14:43:58 +01:00
parent 7830d518e0
commit 2bba1ae292
8 changed files with 24 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.29.1",
"version": "0.29.2",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@ -45,7 +45,7 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0xproject/abi-gen": "^0.1.0",
"@0xproject/abi-gen": "^0.1.1",
"@0xproject/dev-utils": "^0.0.4",
"@0xproject/tslint-config": "^0.4.1",
"@0xproject/types": "^0.1.3",
@ -80,14 +80,14 @@
"typedoc": "~0.8.0",
"typescript": "~2.6.1",
"web3-provider-engine": "^13.0.1",
"web3-typescript-typings": "^0.9.1",
"web3-typescript-typings": "^0.9.3",
"webpack": "^3.1.0"
},
"dependencies": {
"@0xproject/assert": "^0.0.10",
"@0xproject/json-schemas": "^0.7.2",
"@0xproject/utils": "^0.1.3",
"@0xproject/web3-wrapper": "^0.1.3",
"@0xproject/web3-wrapper": "^0.1.4",
"bintrees": "^1.0.2",
"bn.js": "^4.11.8",
"compare-versions": "^3.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/abi-gen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate contract wrappers from ABI and handlebars templates",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -43,6 +43,6 @@
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1"
"web3-typescript-typings": "^0.9.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/connect",
"version": "0.4.0",
"version": "0.4.1",
"description": "A javascript library for interacting with the standard relayer api",
"keywords": [
"connect",
@ -64,6 +64,6 @@
"tslint": "5.8.0",
"typedoc": "~0.8.0",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1"
"web3-typescript-typings": "^0.9.3"
}
}

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "contracts",
"version": "2.1.2",
"version": "2.1.3",
"description": "Smart contract components of 0x protocol",
"main": "index.js",
"directories": {
@ -51,14 +51,14 @@
"types-bn": "^0.0.1",
"types-ethereumjs-util": "0xProject/types-ethereumjs-util",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1",
"web3-typescript-typings": "^0.9.3",
"yargs": "^10.0.3"
},
"dependencies": {
"0x.js": "^0.29.1",
"0x.js": "^0.29.2",
"@0xproject/json-schemas": "^0.7.2",
"@0xproject/utils": "^0.1.3",
"@0xproject/web3-wrapper": "^0.1.3",
"@0xproject/web3-wrapper": "^0.1.4",
"bluebird": "^3.5.0",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0xproject/kovan_faucets",
"version": "1.0.3",
"version": "1.0.4",
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js",
"scripts": {
@ -14,7 +14,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.29.1",
"0x.js": "^0.29.2",
"@0xproject/utils": "^0.1.3",
"body-parser": "^1.17.1",
"ethereumjs-tx": "^1.3.3",
@ -36,7 +36,7 @@
"source-map-loader": "^0.1.6",
"tslint": "5.8.0",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1",
"web3-typescript-typings": "^0.9.3",
"webpack": "^3.1.0",
"webpack-node-externals": "^1.6.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "web3-typescript-typings",
"version": "0.9.2",
"version": "0.9.3",
"description": "Typescript type definitions for web3",
"main": "index.d.ts",
"types": "index.d.ts",
@ -12,7 +12,9 @@
"url": "git+https://github.com/0xProject/web3-typescript-typings.git"
},
"author": "Fabio Berger",
"contributors": ["Leonid Logvinov <logvinov.leon@gmail.com>"],
"contributors": [
"Leonid Logvinov <logvinov.leon@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/web3-typescript-typings/issues"

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/web3-wrapper",
"version": "0.1.3",
"version": "0.1.4",
"description": "Wraps around web3 and gives a nicer interface",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -26,7 +26,7 @@
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1"
"web3-typescript-typings": "^0.9.3"
},
"dependencies": {
"@0xproject/utils": "^0.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/website",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
@ -18,7 +18,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.29.1",
"0x.js": "^0.29.2",
"@0xproject/subproviders": "^0.3.0",
"@0xproject/utils": "^0.1.3",
"accounting": "^0.4.1",
@ -98,7 +98,7 @@
"style-loader": "0.13.x",
"tslint": "5.8.0",
"typescript": "~2.6.1",
"web3-typescript-typings": "^0.9.1",
"web3-typescript-typings": "^0.9.3",
"webpack": "^3.1.0",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.5.0"