@ibm-cloud/secrets-manager 2.0.2 → 2.0.4

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
+ ## [2.0.4](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.3...v2.0.4) (2024-03-11)
2
+
3
+ ## [2.0.3](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.2...v2.0.3) (2024-02-07)
4
+
1
5
  ## [2.0.2](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.1...v2.0.2) (2023-12-11)
2
6
 
3
7
  ## [2.0.1](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.0...v2.0.1) (2023-09-19)
package/README.md CHANGED
@@ -227,8 +227,7 @@ npm test
227
227
 
228
228
  ## Questions
229
229
 
230
- If you're having difficulties using this SDK, you can ask questions about this project by
231
- using [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-secrets-manager). Be sure to include
230
+ If you're having difficulties using this SDK, you can ask questions about this project by using [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-secrets-manager). Be sure to include
232
231
  the `ibm-cloud` and `ibm-secrets-manager` tags.
233
232
 
234
233
  You can also check out the [Secrets Manager documentation](https://cloud.ibm.com/docs/secrets-manager)
@@ -2,7 +2,7 @@
2
2
  * @jest-environment node
3
3
  */
4
4
  /**
5
- * (C) Copyright IBM Corp. 2023.
5
+ * (C) Copyright IBM Corp. 2024.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -431,6 +431,8 @@ describe('SecretsManagerV2', () => {
431
431
  sort: 'created_at',
432
432
  search: 'example',
433
433
  groups: ['default', 'cac40995-c37a-4dcb-9506-472869077634'],
434
+ secretTypes: ['arbitrary', 'kv'],
435
+ matchAllLabels: ['dev', 'us-south'],
434
436
  };
435
437
 
436
438
  const allResults = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/secrets-manager",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Client library for IBM Cloud Secrets Manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "extend": "^3.0.2",
39
- "ibm-cloud-sdk-core": "^4.1.2"
39
+ "ibm-cloud-sdk-core": "^4.2.2"
40
40
  },
41
41
  "jest": {
42
42
  "collectCoverage": true,