@ibm-cloud/secrets-manager 1.0.43 → 1.0.44

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
+ ## [1.0.44](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.43...v1.0.44) (2023-02-15)
2
+
1
3
  ## [1.0.43](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.42...v1.0.43) (2023-01-08)
2
4
 
3
5
  ## [1.0.42](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.41...v1.0.42) (2022-12-08)
package/README.md CHANGED
@@ -265,3 +265,4 @@ For general contribution guidelines, see [CONTRIBUTING](CONTRIBUTING.md).
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
267
 
268
+ dummy PR #1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/secrets-manager",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Client library for IBM Cloud Secrets Manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,10 +35,6 @@
35
35
  "node": ">=12.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@semantic-release/exec": "^6.0.3",
39
- "@semantic-release/github": "^8.0.7",
40
- "@semantic-release/npm": "^9.0.1",
41
- "@types/node": "^12.0.8",
42
38
  "extend": "^3.0.2",
43
39
  "ibm-cloud-sdk-core": "^4.0.2"
44
40
  },