ibm-cloud-sdk-core 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.secrets.baseline +13 -3
- package/CHANGELOG.md +7 -0
- package/auth/token-managers/vpc-instance-token-manager.d.ts +1 -1
- package/auth/token-managers/vpc-instance-token-manager.js +2 -2
- package/es/auth/token-managers/vpc-instance-token-manager.d.ts +1 -1
- package/es/auth/token-managers/vpc-instance-token-manager.js +2 -2
- package/package.json +1 -1
package/.secrets.baseline
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"files": "package-lock.json|^.secrets.baseline$",
|
|
4
4
|
"lines": null
|
|
5
5
|
},
|
|
6
|
-
"generated_at": "2022-12-
|
|
6
|
+
"generated_at": "2022-12-31T16:06:01Z",
|
|
7
7
|
"plugins_used": [
|
|
8
8
|
{
|
|
9
9
|
"name": "AWSKeyDetector"
|
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"verified_result": null
|
|
92
92
|
}
|
|
93
93
|
],
|
|
94
|
+
"CHANGELOG.md": [
|
|
95
|
+
{
|
|
96
|
+
"hashed_secret": "bc2f74c22f98f7b6ffbc2f67453dbfa99bce9a32",
|
|
97
|
+
"is_secret": false,
|
|
98
|
+
"is_verified": false,
|
|
99
|
+
"line_number": 6,
|
|
100
|
+
"type": "Secret Keyword",
|
|
101
|
+
"verified_result": null
|
|
102
|
+
}
|
|
103
|
+
],
|
|
94
104
|
"README.md": [
|
|
95
105
|
{
|
|
96
106
|
"hashed_secret": "32e8612d8ca77c7ea8374aa7918db8e5df9252ed",
|
|
@@ -484,7 +494,7 @@
|
|
|
484
494
|
"hashed_secret": "a7ef1be18bb8d37af79f3d87761a203378bf26a2",
|
|
485
495
|
"is_secret": false,
|
|
486
496
|
"is_verified": false,
|
|
487
|
-
"line_number":
|
|
497
|
+
"line_number": 146,
|
|
488
498
|
"type": "Secret Keyword",
|
|
489
499
|
"verified_result": null
|
|
490
500
|
}
|
|
@@ -524,7 +534,7 @@
|
|
|
524
534
|
}
|
|
525
535
|
]
|
|
526
536
|
},
|
|
527
|
-
"version": "0.13.1+ibm.
|
|
537
|
+
"version": "0.13.1+ibm.56.dss",
|
|
528
538
|
"word_list": {
|
|
529
539
|
"file": null,
|
|
530
540
|
"hash": null
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.0.3](https://github.com/IBM/node-sdk-core/compare/v4.0.2...v4.0.3) (2023-01-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **VpcInstanceAuthenticator:** use correct version string ([4a1411a](https://github.com/IBM/node-sdk-core/commit/4a1411a76a09e9b1ade2c94bd98e63f79d845494))
|
|
7
|
+
|
|
1
8
|
## [4.0.2](https://github.com/IBM/node-sdk-core/compare/v4.0.1...v4.0.2) (2022-12-30)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* (C) Copyright IBM Corp. 2021,
|
|
3
|
+
* (C) Copyright IBM Corp. 2021, 2023.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|
|
@@ -74,7 +74,7 @@ var logger_1 = __importDefault(require("../../lib/logger"));
|
|
|
74
74
|
var utils_1 = require("../utils");
|
|
75
75
|
var jwt_token_manager_1 = require("./jwt-token-manager");
|
|
76
76
|
var DEFAULT_IMS_ENDPOINT = 'http://169.254.169.254';
|
|
77
|
-
var METADATA_SERVICE_VERSION = '
|
|
77
|
+
var METADATA_SERVICE_VERSION = '2022-03-01';
|
|
78
78
|
/**
|
|
79
79
|
* Token Manager for VPC Instance Authentication.
|
|
80
80
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* (C) Copyright IBM Corp. 2021,
|
|
2
|
+
* (C) Copyright IBM Corp. 2021, 2023.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -26,7 +26,7 @@ import logger from '../../lib/logger';
|
|
|
26
26
|
import { atMostOne } from '../utils';
|
|
27
27
|
import { JwtTokenManager } from './jwt-token-manager';
|
|
28
28
|
const DEFAULT_IMS_ENDPOINT = 'http://169.254.169.254';
|
|
29
|
-
const METADATA_SERVICE_VERSION = '
|
|
29
|
+
const METADATA_SERVICE_VERSION = '2022-03-01';
|
|
30
30
|
/**
|
|
31
31
|
* Token Manager for VPC Instance Authentication.
|
|
32
32
|
*/
|