@wavo-cloud/aws-secrets-manager-helper 0.3.1 → 0.3.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,7 @@
1
+ 0.3.2
2
+ -----
3
+ - fixed getAllClientSecrets
4
+
1
5
  0.3.0
2
6
  -----
3
7
  - update aws-sdk
@@ -148,7 +148,7 @@ async function getAllClientSecrets(
148
148
  clientSecret.organization &&
149
149
  clientSecret.region &&
150
150
  !clientSecret.error &&
151
- (!activeOnly || clientSecret.isActiveOrganization)
151
+ (!activeOnly || clientSecret.isActiveOrganization === 'true')
152
152
  )
153
153
  return true
154
154
  return false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavo-cloud/aws-secrets-manager-helper",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Wavo Cloud Infallible AWS Secrets Manager Helper",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {