- 0x.js@0.27.0
 - @0xproject/assert@0.0.6
 - @0xproject/connect@0.1.1
 - @0xproject/json-schemas@0.6.9
 - @0xproject/tslint-config@0.2.0
 - website@0.0.0
This commit is contained in:
Leonid Logvinov 2017-11-28 14:47:42 -06:00
parent ff334b0e53
commit 8e13c477a3
6 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.26.1",
"version": "0.27.0",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@ -44,7 +44,7 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.1.1",
"@0xproject/tslint-config": "^0.2.0",
"@types/bintrees": "^1.0.2",
"@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.64",
@ -83,8 +83,8 @@
"webpack": "^3.1.0"
},
"dependencies": {
"@0xproject/assert": "^0.0.5",
"@0xproject/json-schemas": "^0.6.8",
"@0xproject/assert": "^0.0.6",
"@0xproject/json-schemas": "^0.6.9",
"bignumber.js": "~4.1.0",
"bintrees": "^1.0.2",
"bn.js": "4.11.8",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/assert",
"version": "0.0.5",
"version": "0.0.6",
"description": "Provides a standard way of performing type and schema validation across 0x projects",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@ -23,7 +23,7 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md",
"devDependencies": {
"@0xproject/tslint-config": "^0.1.1",
"@0xproject/tslint-config": "^0.2.0",
"@types/lodash": "^4.14.78",
"@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2",
@ -37,7 +37,7 @@
"typescript": "^2.4.2"
},
"dependencies": {
"@0xproject/json-schemas": "^0.6.8",
"@0xproject/json-schemas": "^0.6.9",
"bignumber.js": "~4.1.0",
"ethereum-address": "^0.0.4",
"lodash": "^4.17.4",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/connect",
"version": "0.1.0",
"version": "0.1.1",
"description": "A javascript library for interacting with the standard relayer api",
"keywords": [
"connect",
@ -36,9 +36,9 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md",
"dependencies": {
"0x.js": "^0.26.1",
"@0xproject/assert": "^0.0.5",
"@0xproject/json-schemas": "^0.6.8",
"0x.js": "^0.27.0",
"@0xproject/assert": "^0.0.6",
"@0xproject/json-schemas": "^0.6.9",
"bignumber.js": "~4.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
@ -46,7 +46,7 @@
"websocket": "^1.0.25"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.1.1",
"@0xproject/tslint-config": "^0.2.0",
"@types/fetch-mock": "^5.12.1",
"@types/lodash": "^4.14.77",
"@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/json-schemas",
"version": "0.6.8",
"version": "0.6.9",
"description": "0x-related json schemas",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@ -28,7 +28,7 @@
"lodash.values": "^4.3.0"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.1.1",
"@0xproject/tslint-config": "^0.2.0",
"@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3",
"@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/tslint-config",
"version": "0.1.1",
"version": "0.2.0",
"description": "Lint rules related to 0xProject for TSLint",
"main": "tslint.json",
"files": [

View File

@ -17,7 +17,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.26.0",
"0x.js": "^0.27.0",
"accounting": "^0.4.1",
"basscss": "^8.0.3",
"bignumber.js": "~4.1.0",