ac-ses 1.2.2 → 1.2.3
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 +15 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
<a name="1.2.3"></a>
|
|
2
|
+
|
|
3
|
+
## [1.2.3](https://github.com/admiralcloud/ac-ses/compare/v1.2.2..v1.2.3) (2022-07-22 05:34:50)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** Package update | MP | [236062a467063f128394757e9f8e08562591416e](https://github.com/admiralcloud/ac-ses/commit/236062a467063f128394757e9f8e08562591416e)
|
|
9
|
+
Package update
|
|
10
|
+
Related issues: [/issues#undefined](https://github.com//issues/undefined)
|
|
11
|
+
### Chores
|
|
12
|
+
|
|
13
|
+
* **App:** Updated gitignore | MP | [d545d8c49202a68737ee0723db629ddd2d071ac7](https://github.com/admiralcloud/ac-ses/commit/d545d8c49202a68737ee0723db629ddd2d071ac7)
|
|
14
|
+
Ignore vscode settings
|
|
15
|
+
Related issues: [/issues#undefined](https://github.com//issues/undefined)
|
|
1
16
|
<a name="1.2.2"></a>
|
|
2
17
|
|
|
3
18
|
## [1.2.2](https://github.com/admiralcloud/ac-ses/compare/v1.2.1..v1.2.2) (2021-10-09 17:45:18)
|
package/package.json
CHANGED
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "admiralcloud/ac-ses",
|
|
6
6
|
"homepage": "https://www.admiralcloud.com",
|
|
7
|
-
"version": "1.2.
|
|
7
|
+
"version": "1.2.3",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"async": "^3.2.
|
|
10
|
-
"aws-sdk": "^2.
|
|
9
|
+
"async": "^3.2.4",
|
|
10
|
+
"aws-sdk": "^2.1180.0",
|
|
11
11
|
"lodash": "^4.17.21",
|
|
12
12
|
"quoted-printable": "^1.0.1",
|
|
13
13
|
"utf8": "^3.0.0",
|
|
14
14
|
"uuid": "^8.x"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"ac-semantic-release": "^0.
|
|
17
|
+
"ac-semantic-release": "^0.3.3",
|
|
18
18
|
"eslint": "7.x",
|
|
19
19
|
"expect": "^27.x",
|
|
20
|
-
"ioredis": "^4.
|
|
21
|
-
"mocha": "^9.
|
|
20
|
+
"ioredis": "^4.28.5",
|
|
21
|
+
"mocha": "^9.2.2",
|
|
22
22
|
"mocha-jenkins-reporter": "0.4.7"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|