@swydo/byol 3.0.298 → 3.0.300
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
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.300 (2024-10-03)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @swydo/byol
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## 3.0.299 (2024-09-20)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @swydo/byol
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## 3.0.298 (2024-09-16)
|
7
23
|
|
8
24
|
**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.300",
|
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.1"
|
26
26
|
},
|
27
27
|
"peerDependencies": {
|
28
28
|
"aws-xray-sdk-core": "^3.0.0"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "1d71cc7ff1f2cc8a86fd49b46d156a5ab9cb3e1f"
|
31
31
|
}
|