@swydo/byol 3.1.21 → 3.1.23

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.1.23 (2025-06-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency ws to v8.18.3 ([#945](https://github.com/Swydo/byol/issues/945)) ([ca2ba8c](https://github.com/Swydo/byol/commit/ca2ba8c903df48e32756854011d465486a721d60))
12
+
13
+
14
+
15
+
16
+
17
+ ## 3.1.22 (2025-06-27)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** update dependency workerpool to v9.3.3 ([#944](https://github.com/Swydo/byol/issues/944)) ([ad6246c](https://github.com/Swydo/byol/commit/ad6246c5af4131dfa5ae78f13413f18e10091f47))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 3.1.21 (2025-06-24)
7
29
 
8
30
  **Note:** Version bump only for package @swydo/byol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swydo/byol",
3
- "version": "3.1.21",
3
+ "version": "3.1.23",
4
4
  "description": "Bring Your Own Lambda",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "aws-xray-sdk-core": "^3.0.0"
29
29
  },
30
- "gitHead": "52bb585f5a245f645a2e4488fa050d0cac9d5073"
30
+ "gitHead": "ca2ba8c903df48e32756854011d465486a721d60"
31
31
  }