ac-support-connector 1.0.3 → 1.0.5

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 (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+
2
+ ## [1.0.5](https://github.com/admiralcloud/ac-support-connector/compare/v1.0.4..v1.0.5) (2025-03-04 09:10:51)
3
+
4
+
5
+ ### Bug Fix
6
+
7
+ * **Connector:** Package fix and updates | MP | [df8fd473572db8f2b46fdd9edf3113b2c33272d1](https://github.com/admiralcloud/ac-support-connector/commit/df8fd473572db8f2b46fdd9edf3113b2c33272d1)
8
+ Added missing package and update d packages
9
+ Related issues:
10
+ <a name="1.0.4"></a>
11
+
12
+ ## [1.0.4](https://github.com/admiralcloud/ac-support-connector/compare/v1.0.3..v1.0.4) (2024-10-17 15:55:30)
13
+
14
+
15
+ ### Bug Fix
16
+
17
+ * **Connector:** Package updates | MP | [a939e01c01664f815a5c0e340395c6d00c3dbf83](https://github.com/admiralcloud/ac-support-connector/commit/a939e01c01664f815a5c0e340395c6d00c3dbf83)
18
+ Package updates
19
+ Related issues: [/issues#undefined](https://github.com//issues/undefined)
1
20
  <a name="1.0.3"></a>
2
21
 
3
22
  ## [1.0.3](https://github.com/admiralcloud/ac-support-connector/compare/v1.0.2..v1.0.3) (2024-08-28 07:31:10)
package/package.json CHANGED
@@ -3,18 +3,19 @@
3
3
  "author": "Mark Poepping (https://www.admiralcloud.com)",
4
4
  "license": "MIT",
5
5
  "repository": "admiralcloud/ac-support-connector",
6
- "version": "1.0.3",
6
+ "version": "1.0.5",
7
7
  "dependencies": {
8
- "ac-sqs": "^2.0.4",
8
+ "@aws-sdk/client-sts": "^3.758.0",
9
+ "ac-sqs": "^3.0.0",
9
10
  "node-cache": "^5.1.2"
10
11
  },
11
12
  "devDependencies": {
12
- "ac-semantic-release": "^0.4.2",
13
+ "ac-semantic-release": "^0.4.5",
13
14
  "chai": "^4.5.0",
14
- "eslint": "^9.9.1",
15
+ "eslint": "^9.21.0",
15
16
  "expect": "^29.7.0",
16
- "ioredis": "^5.4.1",
17
- "mocha": "^10.7.3"
17
+ "ioredis": "^5.5.0",
18
+ "mocha": "^10.8.2"
18
19
  },
19
20
  "scripts": {
20
21
  "test": "NODE_ENV=test mocha --reporter spec || :"