@pixul/node-rancher-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,3 @@ 'use strict' | ||
const request = require('request'); | ||
const Promise = require('bluebird'); | ||
@@ -7,0 +8,0 @@ const internals = {} |
{ | ||
"name": "@pixul/node-rancher-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rancher API client", | ||
@@ -29,2 +29,3 @@ "main": "lib/lib.js", | ||
"dependencies": { | ||
"bluebird": "^3.5.1", | ||
"joi": "10.x", | ||
@@ -31,0 +32,0 @@ "request": "2.x" |
Sorry, the diff of this file is not supported yet
70251
12
245
3
+ Addedbluebird@^3.5.1
+ Addedbluebird@3.7.2(transitive)