@codedrifters/constructs 0.0.6 → 0.0.7

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 (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "@types/node": "^24.10.1",
17
17
  "@typescript-eslint/eslint-plugin": "^8",
18
18
  "@typescript-eslint/parser": "^8",
19
- "aws-cdk-lib": "2.233.0",
19
+ "aws-cdk-lib": "2.234.1",
20
20
  "commit-and-tag-version": "^12",
21
21
  "constructs": "10.4.4",
22
22
  "eslint": "^9",
@@ -30,7 +30,7 @@
30
30
  "typescript": "^5.9.3"
31
31
  },
32
32
  "peerDependencies": {
33
- "aws-cdk-lib": "2.233.0",
33
+ "aws-cdk-lib": "2.234.1",
34
34
  "constructs": "10.4.4"
35
35
  },
36
36
  "dependencies": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "main": "lib/index.js",
45
45
  "license": "UNLICENSED",
46
- "version": "0.0.6",
46
+ "version": "0.0.7",
47
47
  "types": "lib/index.d.ts",
48
48
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
49
49
  "scripts": {
@@ -54,14 +54,12 @@
54
54
  "eslint": "npx projen eslint",
55
55
  "package": "npx projen package",
56
56
  "post-compile": "npx projen post-compile",
57
- "post-upgrade": "npx projen post-upgrade",
58
57
  "pre-compile": "npx projen pre-compile",
59
58
  "release": "npx projen release",
60
59
  "reset": "npx projen reset",
61
60
  "test": "npx projen test",
62
61
  "test:watch": "npx projen test:watch",
63
62
  "unbump": "npx projen unbump",
64
- "upgrade": "npx projen upgrade",
65
63
  "watch": "npx projen watch",
66
64
  "projen": "npx projen"
67
65
  }