@codedrifters/constructs 0.0.9 → 0.0.11

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -1
  2. package/package.json +14 -12
package/lib/index.d.ts CHANGED
@@ -104,4 +104,5 @@ declare class StaticHosting extends Construct {
104
104
  constructor(scope: Construct, id: string, props?: StaticHostingProps);
105
105
  }
106
106
 
107
- export { PrivateBucket, type PrivateBucketProps, StaticContent, type StaticContentProps, type StaticDomainProps, StaticHosting, type StaticHostingProps };
107
+ export { PrivateBucket, StaticContent, StaticHosting };
108
+ export type { PrivateBucketProps, StaticContentProps, StaticDomainProps, StaticHostingProps };
package/package.json CHANGED
@@ -10,41 +10,43 @@
10
10
  "organization": true
11
11
  },
12
12
  "devDependencies": {
13
- "@swc/core": "^1.15.2",
13
+ "@swc/core": "^1.15.11",
14
14
  "@swc/jest": "^0.2.39",
15
15
  "@types/jest": "^30.0.0",
16
- "@types/node": "^24.10.1",
16
+ "@types/node": "^24.10.13",
17
17
  "@typescript-eslint/eslint-plugin": "^8",
18
18
  "@typescript-eslint/parser": "^8",
19
- "aws-cdk-lib": "2.237.1",
19
+ "aws-cdk-lib": "2.238.0",
20
20
  "commit-and-tag-version": "^12",
21
- "constructs": "10.4.5",
21
+ "constructs": "10.5.0",
22
22
  "eslint": "^9",
23
23
  "eslint-config-prettier": "^10.1.8",
24
24
  "eslint-import-resolver-typescript": "^4.4.4",
25
25
  "eslint-plugin-import": "^2.32.0",
26
- "eslint-plugin-prettier": "^5.5.4",
26
+ "eslint-plugin-prettier": "^5.5.5",
27
27
  "jest": "^30.2.0",
28
28
  "jest-junit": "^16",
29
- "prettier": "^3.6.2",
29
+ "prettier": "^3.8.1",
30
+ "rollup": "^4.57.1",
31
+ "rollup-plugin-dts": "^6.3.0",
30
32
  "tsup": "^8.5.1",
31
33
  "typescript": "^5.9.3",
32
34
  "@codedrifters/utils": "0.0.0"
33
35
  },
34
36
  "peerDependencies": {
35
- "aws-cdk-lib": "2.237.1",
36
- "constructs": "10.4.5"
37
+ "aws-cdk-lib": "2.238.0",
38
+ "constructs": "10.5.0"
37
39
  },
38
40
  "dependencies": {
39
- "@aws-sdk/client-dynamodb": "^3.936.0",
40
- "@types/aws-lambda": "^8.10.159",
41
+ "@aws-sdk/client-dynamodb": "^3.993.0",
42
+ "@types/aws-lambda": "^8.10.160",
41
43
  "change-case": "^4.0",
42
- "esbuild": "^0.27.0",
44
+ "esbuild": "^0.27.3",
43
45
  "type-fest": "^4"
44
46
  },
45
47
  "main": "lib/index.js",
46
48
  "license": "UNLICENSED",
47
- "version": "0.0.9",
49
+ "version": "0.0.11",
48
50
  "types": "lib/index.d.ts",
49
51
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
50
52
  "scripts": {