awscdk-construct-mediaconnect-flow 0.0.1 → 0.0.2
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.
- package/.jsii +2 -2
- package/lib/LiveFeedFromFile.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -4346,6 +4346,6 @@
|
|
|
4346
4346
|
"symbolId": "src/LiveFeedFromFile:VpcConfig"
|
|
4347
4347
|
}
|
|
4348
4348
|
},
|
|
4349
|
-
"version": "0.0.
|
|
4350
|
-
"fingerprint": "
|
|
4349
|
+
"version": "0.0.2",
|
|
4350
|
+
"fingerprint": "shJb+EvKGTtVOoEwKG+br+C0ln1ULpp+hWso4IYpUkk="
|
|
4351
4351
|
}
|
package/lib/LiveFeedFromFile.js
CHANGED
|
@@ -181,7 +181,7 @@ class LiveFeedFromFile extends constructs_1.Construct {
|
|
|
181
181
|
}
|
|
182
182
|
exports.LiveFeedFromFile = LiveFeedFromFile;
|
|
183
183
|
_a = JSII_RTTI_SYMBOL_1;
|
|
184
|
-
LiveFeedFromFile[_a] = { fqn: "awscdk-construct-mediaconnect-flow.LiveFeedFromFile", version: "0.0.
|
|
184
|
+
LiveFeedFromFile[_a] = { fqn: "awscdk-construct-mediaconnect-flow.LiveFeedFromFile", version: "0.0.2" };
|
|
185
185
|
function createNdiDiscoveryServer(scope, vpc) {
|
|
186
186
|
const description = 'Allow NDI Discovery Service';
|
|
187
187
|
const sg = new ec2.SecurityGroup(scope, 'NDISecurityGroup', {
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@stylistic/eslint-plugin": "^2",
|
|
38
38
|
"@types/jest": "^30.0.0",
|
|
39
|
-
"@types/node": "^24.0.
|
|
39
|
+
"@types/node": "^24.0.8",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
41
41
|
"@typescript-eslint/parser": "^8",
|
|
42
42
|
"commit-and-tag-version": "^12",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"version": "0.0.
|
|
77
|
+
"version": "0.0.2",
|
|
78
78
|
"jest": {
|
|
79
79
|
"coverageProvider": "v8",
|
|
80
80
|
"testMatch": [
|