Skip to content

Commit e44cb5e

Browse files
authored
Merge pull request #95 from aws-solutions/release/v4.2.11
Release v4.2.11
2 parents 78d8732 + 3be8b9d commit e44cb5e

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.2.11] - 2024-11-21
9+
10+
### Security
11+
12+
- Security updates for npm packages
13+
814
## [4.2.10] - 2024-10-31
915

1016
### Fixed

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0013
22
name: live-streaming-on-aws
3-
version: v4.2.10
3+
version: v4.2.11
44
cloudformation_templates:
55
- template: live-streaming-on-aws.template
66
main_template: true

source/console/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player",
3-
"version": "4.2.10",
3+
"version": "4.2.11",
44
"description": "Demo HTML preview player",
55
"license": "Apache-2.0",
66
"author": {

source/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-on-aws",
3-
"version": "4.2.10",
3+
"version": "4.2.11",
44
"description": "cdk construct for the live streaming on aws solution",
55
"bin": {
66
"live-stream": "bin/live-streaming.js"

source/constructs/test/__snapshots__/live-streaming.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ exports[`LiveStreaming Stack Test 1`] = `
14991499
S3Bucket: {
15001500
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
15011501
},
1502-
S3Key: b6a0356a0068cf86cd9ac5c885f284d6548d2868c1b4c2c190ceba2657a01a7f.zip,
1502+
S3Key: 264432000c0c33c568ac9d2ad18309826f0fbd562b6b7e516907c86c233f81a6.zip,
15031503
},
15041504
Description: Used to deploy custom resources and send AnonymizedData,
15051505
Environment: {

source/custom-resource/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/custom-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-on-aws",
3-
"version": "4.2.10",
3+
"version": "4.2.11",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)