@ibm-cloud/secrets-manager 1.0.41 → 1.0.43

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.43](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.42...v1.0.43) (2023-01-08)
2
+
3
+ ## [1.0.42](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.41...v1.0.42) (2022-12-08)
4
+
1
5
  ## [1.0.41](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.40...v1.0.41) (2022-12-08)
2
6
 
3
7
  # 1.0.39 (2022-12-08)
package/README.md CHANGED
@@ -264,3 +264,4 @@ For general contribution guidelines, see [CONTRIBUTING](CONTRIBUTING.md).
264
264
  ## License
265
265
 
266
266
  This SDK project is released under the Apache 2.0 license. The license's full text can be found in [LICENSE](LICENSE).
267
+
package/lib/common.d.ts CHANGED
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare type SdkHeaders = {
16
+ export type SdkHeaders = {
17
17
  'User-Agent': string;
18
18
  };
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/secrets-manager",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "Client library for IBM Cloud Secrets Manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "@semantic-release/npm": "^9.0.1",
41
41
  "@types/node": "^12.0.8",
42
42
  "extend": "^3.0.2",
43
- "ibm-cloud-sdk-core": "^3.1.0"
43
+ "ibm-cloud-sdk-core": "^4.0.2"
44
44
  },
45
45
  "jest": {
46
46
  "collectCoverage": true,