@airhornjs/aws 5.1.2 → 5.2.0

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.
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-01-06T12:06:51.367Z
104
+ at 2026-02-06T21:25:33.448Z
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -802,7 +802,7 @@ export class AirhornAws implements AirhornProvider {
802
802
  <div class='footer quiet pad2 space-top1 center small'>
803
803
  Code coverage generated by
804
804
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
805
- at 2026-01-06T12:06:51.367Z
805
+ at 2026-02-06T21:25:33.448Z
806
806
  </div>
807
807
  <script src="prettify.js"></script>
808
808
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airhornjs/aws",
3
- "version": "5.1.2",
3
+ "version": "5.2.0",
4
4
  "description": "AWS SNS and SES provider for Airhorn",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,18 +36,8 @@
36
36
  "@aws-sdk/client-ses": "^3.962.0",
37
37
  "@aws-sdk/client-sns": "^3.962.0"
38
38
  },
39
- "devDependencies": {
40
- "@biomejs/biome": "^2.3.11",
41
- "@types/node": "^25.0.3",
42
- "@vitest/coverage-v8": "^4.0.16",
43
- "rimraf": "^6.1.0",
44
- "tsup": "^8.5.1",
45
- "tsx": "^4.21.0",
46
- "typescript": "^5.9.3",
47
- "vitest": "^4.0.16"
48
- },
49
39
  "peerDependencies": {
50
- "airhorn": "^5.1.2"
40
+ "airhorn": "^5.2.0"
51
41
  },
52
42
  "scripts": {
53
43
  "lint": "biome check --write --error-on-warnings",