@fy-stack/storage-construct 0.0.129 → 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":"storage-construct.d.ts","sourceRoot":"","sources":["../../src/lib/storage-construct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC;AAEnC,OAAO,KAAK,GAAG,MAAM,qBAAqB,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAGrD;;;GAGG;AACH,qBAAa,gBACX,SAAQ,SACR,YAAW,UAAU,EAAE,SAAS,EAAE,WAAW;IAEtC,MAAM,EAAE,EAAE,CAAC,OAAO,CAAC;gBAEd,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB;IAiBtE,UAAU,CAAC,IAAI,EAAE,MAAM;;;IAiBvB,gBAAgB,CAAC,cAAc,EAAE,MAAM;IAoBvC,UAAU;;;;IAOV,SAAS,CAAC,KAAK,EAAE,GAAG,CAAC,UAAU;CAShC"}
1
+ {"version":3,"file":"storage-construct.d.ts","sourceRoot":"","sources":["../../src/lib/storage-construct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC;AAGnC,OAAO,KAAK,GAAG,MAAM,qBAAqB,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD;;;GAGG;AACH,qBAAa,gBACX,SAAQ,SACR,YAAW,UAAU,EAAE,SAAS,EAAE,WAAW;IAEtC,MAAM,EAAE,EAAE,CAAC,OAAO,CAAC;gBAEd,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB;IAiBtE,UAAU,CAAC,IAAI,EAAE,MAAM;;;IAiBvB,gBAAgB,CAAC,cAAc,EAAE,MAAM;IAoBvC,UAAU;;;;IAOV,SAAS,CAAC,KAAK,EAAE,GAAG,CAAC,UAAU;CAShC"}
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StorageConstruct = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const cdk = tslib_1.__importStar(require("aws-cdk-lib"));
6
+ const aws_cdk_lib_1 = require("aws-cdk-lib");
6
7
  const cloudfront = tslib_1.__importStar(require("aws-cdk-lib/aws-cloudfront"));
7
8
  const iam = tslib_1.__importStar(require("aws-cdk-lib/aws-iam"));
8
9
  const s3 = tslib_1.__importStar(require("aws-cdk-lib/aws-s3"));
9
10
  const constructs_1 = require("constructs");
10
11
  const storage_cdn_stack_1 = require("./storage-cdn-stack");
11
- const aws_cdk_lib_1 = require("aws-cdk-lib");
12
12
  /**
13
13
  * The StorageConstruct class is a specialized Construct in the AWS CDK that sets up an S3 bucket
14
14
  * This construct implements the {@link Attachable `Attachable`}, {@link Grantable `Grantable`} and {@link CDNResource `CDNResource`} interfaces.
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@fy-stack/storage-construct",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
+ "repository": "https://github.com/festusyuma/fy-stack",
4
5
  "dependencies": {
5
- "tslib": "^2.3.0",
6
- "@fy-stack/types": "0.0.129"
6
+ "@fy-stack/types": "0.0.130",
7
+ "tslib": "^2.3.0"
7
8
  },
8
9
  "peerDependencies": {
9
- "aws-cdk-lib": "2.166.0",
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",