@ibm-cloud/secrets-manager 2.0.1 → 2.0.2

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,5 @@
1
+ ## [2.0.2](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.1...v2.0.2) (2023-12-11)
2
+
1
3
  ## [2.0.1](https://github.com/IBM/secrets-manager-node-sdk/compare/v2.0.0...v2.0.1) (2023-09-19)
2
4
 
3
5
  # [2.0.0](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.44...v2.0.0) (2023-04-17)
@@ -132,7 +132,7 @@ describe('SecretsManagerV2', () => {
132
132
  const secretPrototypeModel = {
133
133
  custom_metadata: { metadata_custom_key: 'metadata_custom_value' },
134
134
  description: 'Description of my arbitrary secret.',
135
- expiration_date: '2023-10-05T11:49:42Z',
135
+ expiration_date: '2030-10-05T11:49:42Z',
136
136
  labels: ['dev', 'us-south'],
137
137
  name: 'example-arbitrary-secret',
138
138
  secret_group_id: 'default',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/secrets-manager",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Client library for IBM Cloud Secrets Manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "engines": {
35
- "node": ">=12.0.0"
35
+ "node": ">=14.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "extend": "^3.0.2",
39
- "ibm-cloud-sdk-core": "^4.0.2"
39
+ "ibm-cloud-sdk-core": "^4.1.2"
40
40
  },
41
41
  "jest": {
42
42
  "collectCoverage": true,