ac-awssecrets 1.1.3 → 1.1.6
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 +28 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
<a name="1.1.6"></a>
|
|
2
|
+
|
|
3
|
+
## [1.1.6](https://github.com/mmpro/ac-awssecrets/compare/v1.1.5..v1.1.6) (2022-04-20 11:48:54)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** Updated packages | MP | [1ad4baa1414604b20b6b702a40527ba5930b7cfd](https://github.com/mmpro/ac-awssecrets/commit/1ad4baa1414604b20b6b702a40527ba5930b7cfd)
|
|
9
|
+
Updated packages
|
|
10
|
+
Related issues: [undefined/undefined#master](undefined/browse/master)
|
|
11
|
+
<a name="1.1.5"></a>
|
|
12
|
+
|
|
13
|
+
## [1.1.5](https://github.com/mmpro/ac-awssecrets/compare/v1.1.4..v1.1.5) (2022-03-27 17:29:49)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fix
|
|
17
|
+
|
|
18
|
+
* **App:** Package updates | MP | [926d148478906d89f66210d44fb72e6dcc23c8ac](https://github.com/mmpro/ac-awssecrets/commit/926d148478906d89f66210d44fb72e6dcc23c8ac)
|
|
19
|
+
Package updates
|
|
20
|
+
<a name="1.1.4"></a>
|
|
21
|
+
|
|
22
|
+
## [1.1.4](https://github.com/mmpro/ac-awssecrets/compare/v1.1.3..v1.1.4) (2021-10-09 10:18:52)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fix
|
|
26
|
+
|
|
27
|
+
* **App:** Package updates | MP | [ede713128ed7a62b9659f737c4469db389854af9](https://github.com/mmpro/ac-awssecrets/commit/ede713128ed7a62b9659f737c4469db389854af9)
|
|
28
|
+
Package updates
|
|
1
29
|
<a name="1.1.3"></a>
|
|
2
30
|
|
|
3
31
|
## [1.1.3](https://github.com/mmpro/ac-awssecrets/compare/v1.1.2..v1.1.3) (2021-09-22 11:13:39)
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ac-awssecrets",
|
|
3
|
-
"author": "Mark Poepping (https://www.
|
|
3
|
+
"author": "Mark Poepping (https://www.admiralcloud.com)",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository": "
|
|
6
|
-
"version": "1.1.
|
|
5
|
+
"repository": "admiralcloud/ac-awssecrets",
|
|
6
|
+
"version": "1.1.6",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"async": "^3.2.
|
|
9
|
-
"aws-sdk": "^2.
|
|
8
|
+
"async": "^3.2.3",
|
|
9
|
+
"aws-sdk": "^2.1117.0",
|
|
10
10
|
"lodash": "^4.17.21"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"ac-semantic-release": "^0.
|
|
14
|
-
"eslint": "
|
|
15
|
-
"mocha": "^9.
|
|
13
|
+
"ac-semantic-release": "^0.3.0",
|
|
14
|
+
"eslint": "8.x",
|
|
15
|
+
"mocha": "^9.2.2"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"test": "mocha --reporter spec"
|