@swydo/byol 3.0.305 → 3.0.307
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,25 @@
|
|
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.0.307 (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @swydo/byol
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## 3.0.306 (2024-11-06)
|
15
|
+
|
16
|
+
|
17
|
+
### Bug Fixes
|
18
|
+
|
19
|
+
* **deps:** update dependency aws-sdk to v2.1692.0 ([#910](https://github.com/Swydo/byol/issues/910)) ([cb8e494](https://github.com/Swydo/byol/commit/cb8e49452697584043a5dd3518fc353b86c36058))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
6
25
|
## 3.0.305 (2024-10-31)
|
7
26
|
|
8
27
|
**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.0.
|
3
|
+
"version": "3.0.307",
|
4
4
|
"description": "Bring Your Own Lambda",
|
5
5
|
"license": "MIT",
|
6
6
|
"engines": {
|
@@ -22,10 +22,10 @@
|
|
22
22
|
"yaml-cfn": "^0.3.1"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"aws-xray-sdk-core": "3.10.
|
25
|
+
"aws-xray-sdk-core": "3.10.2"
|
26
26
|
},
|
27
27
|
"peerDependencies": {
|
28
28
|
"aws-xray-sdk-core": "^3.0.0"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "8221fc7a68e4991671ab9dcb69b31f61c833a9a0"
|
31
31
|
}
|