- 0x.js@0.26.0
 - @0xproject/assert@0.0.5
 - @0xproject/connect@0.0.1
 - @0xproject/json-schemas@0.6.8
 - @0xproject/tslint-config@0.1.1
This commit is contained in:
Leonid Logvinov 2017-11-21 13:34:33 -06:00
parent 06cd2f1eb3
commit 9a2735d035
5 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "0.25.1", "version": "0.26.0",
"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",
@ -44,7 +44,7 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.1.0", "@0xproject/tslint-config": "^0.1.1",
"@types/jsonschema": "^1.1.1", "@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.64", "@types/lodash": "^4.14.64",
"@types/mocha": "^2.2.41", "@types/mocha": "^2.2.41",
@ -82,8 +82,8 @@
"webpack": "^3.1.0" "webpack": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.0.4", "@0xproject/assert": "^0.0.5",
"@0xproject/json-schemas": "^0.6.7", "@0xproject/json-schemas": "^0.6.8",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"bn.js": "4.11.8", "bn.js": "4.11.8",
"compare-versions": "^3.0.1", "compare-versions": "^3.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/assert", "name": "@0xproject/assert",
"version": "0.0.4", "version": "0.0.5",
"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",
@ -23,7 +23,7 @@
}, },
"homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.1.0", "@0xproject/tslint-config": "^0.1.1",
"@types/lodash": "^4.14.78", "@types/lodash": "^4.14.78",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2", "@types/valid-url": "^1.0.2",
@ -37,7 +37,7 @@
"typescript": "^2.4.2" "typescript": "^2.4.2"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.6.7", "@0xproject/json-schemas": "^0.6.8",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"ethereum-address": "^0.0.4", "ethereum-address": "^0.0.4",
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/json-schemas", "name": "@0xproject/json-schemas",
"version": "0.6.7", "version": "0.6.8",
"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",
@ -28,7 +28,7 @@
"lodash.values": "^4.3.0" "lodash.values": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.1.0", "@0xproject/tslint-config": "^0.1.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

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