Compare commits

...

3 Commits

Author SHA1 Message Date
14b2105a49 1.0.19 2016-08-03 12:21:26 +02:00
37efeffe69 update dependencies 2016-08-03 12:21:07 +02:00
943f46d620 update type versions 2016-08-03 12:19:54 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "dockersock", "name": "dockersock",
"version": "1.0.18", "version": "1.0.19",
"description": "easy communication with docker remote api from node, TypeScript ready", "description": "easy communication with docker remote api from node, TypeScript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -25,10 +25,10 @@
}, },
"homepage": "https://gitlab.com/pushrocks/dockersock#README", "homepage": "https://gitlab.com/pushrocks/dockersock#README",
"dependencies": { "dependencies": {
"@types/q": "^0.0.27", "@types/q": "0.x.x",
"@types/request": "^0.0.27", "@types/request": "0.x.x",
"beautylog": "^5.0.18", "beautylog": "^5.0.20",
"lik": "^1.0.7", "lik": "^1.0.9",
"q": "^1.4.1", "q": "^1.4.1",
"request": "^2.74.0", "request": "^2.74.0",
"rxjs": "^5.0.0-beta.10", "rxjs": "^5.0.0-beta.10",