@131/docker-sdk
Advanced tools
Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "@131/docker-sdk", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "stack.js", | ||
"mout": "^1.0.0", | ||
"nyks": "^6.8.0", | ||
"nyks": "^6.12.1", | ||
"ssh2": "^0.8.2", | ||
@@ -35,0 +35,0 @@ "tar-stream": "^3.1.7" |
@@ -9,3 +9,3 @@ "use strict"; | ||
const cache = require('nyks/function/cache'); | ||
const cache = require('nyks/function/cache/noParams'); | ||
const sleep = require('nyks/async/sleep'); | ||
@@ -12,0 +12,0 @@ const drain = require('nyks/stream/drain'); |
44465
Updatednyks@^6.12.1