@fy-stack/cdn-construct 0.0.128 → 0.0.130
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cdn-construct.d.ts","sourceRoot":"","sources":["../../src/lib/cdn-construct.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cdn-construct.d.ts","sourceRoot":"","sources":["../../src/lib/cdn-construct.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAC;AAGzD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,qBAAa,YAAa,SAAQ,SAAS;IAClC,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;gBAEjC,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB;IAwHlE,OAAO,CAAC,WAAW;CAIpB"}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CDNConstruct = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const cloudfront = tslib_1.__importStar(require("aws-cdk-lib/aws-cloudfront"));
|
|
6
5
|
const acm = tslib_1.__importStar(require("aws-cdk-lib/aws-certificatemanager"));
|
|
7
|
-
const
|
|
6
|
+
const cloudfront = tslib_1.__importStar(require("aws-cdk-lib/aws-cloudfront"));
|
|
8
7
|
const route53 = tslib_1.__importStar(require("aws-cdk-lib/aws-route53"));
|
|
9
8
|
const route53Targets = tslib_1.__importStar(require("aws-cdk-lib/aws-route53-targets"));
|
|
9
|
+
const constructs_1 = require("constructs");
|
|
10
10
|
/**
|
|
11
11
|
* CDNConstruct is a custom construct that sets up a CloudFront distribution
|
|
12
12
|
* based on provided routing and resource configurations.
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fy-stack/cdn-construct",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.130",
|
|
4
|
+
"repository": "https://github.com/festusyuma/fy-stack",
|
|
4
5
|
"dependencies": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
6
|
+
"@fy-stack/types": "0.0.130",
|
|
7
|
+
"tslib": "^2.3.0"
|
|
7
8
|
},
|
|
8
9
|
"peerDependencies": {
|
|
9
|
-
"aws-cdk-lib": "2.
|
|
10
|
-
"constructs": "10.4.2"
|
|
10
|
+
"aws-cdk-lib": "^2.174.1",
|
|
11
|
+
"constructs": "^10.4.2"
|
|
11
12
|
},
|
|
12
13
|
"type": "commonjs",
|
|
13
14
|
"main": "./dist/index.js",
|