File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ Changelog for the Kubernetes typescript client.
2
+
3
+ ## 0.8.1
4
+ * Fix an issue with exposing bluebird types for ` Promise ` that broke ` es6 ` users.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubernetes/client-node" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " NodeJS client for kubernetes" ,
5
5
"repository" : {
6
6
"type" : " git" ,
49
49
"dependencies" : {
50
50
"@types/node" : " ^10.12.0" ,
51
51
"@types/request" : " ^2.47.1" ,
52
- "bluebird" : " ^3.5.2" ,
53
52
"byline" : " ^5.0.0" ,
54
53
"isomorphic-ws" : " ^4.0.1" ,
55
54
"js-yaml" : " ^3.12.0" ,
61
60
"ws" : " ^6.1.0"
62
61
},
63
62
"devDependencies" : {
64
- "@types/bluebird" : " ^3.5.24" ,
65
63
"@types/chai" : " ^4.1.6" ,
66
64
"@types/js-yaml" : " ^3.11.2" ,
67
65
"@types/mocha" : " ^5.2.5" ,
Original file line number Diff line number Diff line change 12
12
13
13
import request = require('request');
14
14
import http = require('http');
15
- import Promise = require('bluebird');
16
15
17
16
let defaultBasePath = 'https://localhost';
18
17
You can’t perform that action at this time.
0 commit comments