ac-awssecrets 2.4.0 → 2.4.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ <a name="2.4.1"></a>
2
+
3
+ ## [2.4.1](https://github.com/admiralcloud/ac-awssecrets/compare/v2.4.0..v2.4.1) (2024-10-18 13:50:58)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Typo fix | MP | [e28ae4505a53e0b6aad6f1a6959b9ab763c0faad](https://github.com/admiralcloud/ac-awssecrets/commit/e28ae4505a53e0b6aad6f1a6959b9ab763c0faad)
9
+ Typo fix
10
+ Related issues: [undefined/undefined#master](undefined/browse/master)
1
11
  <a name="2.4.0"></a>
2
12
 
3
13
  # [2.4.0](https://github.com/admiralcloud/ac-awssecrets/compare/v2.3.3..v2.4.0) (2024-10-18 13:41:05)
package/index.js CHANGED
@@ -154,7 +154,7 @@ const awsSecrets = () => {
154
154
  WithDecryption: true,
155
155
  })
156
156
  const response = await ssmClient.send(command)
157
- valueArrays = response?.Parameters
157
+ valueArray = response?.Parameters
158
158
  }
159
159
 
160
160
  for (const item of valueArray) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Mark Poepping (https://www.admiralcloud.com)",
4
4
  "license": "MIT",
5
5
  "repository": "admiralcloud/ac-awssecrets",
6
- "version": "2.4.0",
6
+ "version": "2.4.1",
7
7
  "dependencies": {
8
8
  "@aws-sdk/client-secrets-manager": "^3.674.0",
9
9
  "@aws-sdk/client-ssm": "^3.674.0"