We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98da0e commit afb7435Copy full SHA for afb7435
packages/@aws-cdk/aws-billingconductor/package.json
@@ -91,13 +91,15 @@
91
"@types/jest": "^27.4.1"
92
},
93
"dependencies": {
94
- "@aws-cdk/core": "0.0.0"
+ "@aws-cdk/core": "0.0.0",
95
+ "constructs": "^10.0.0"
96
97
"peerDependencies": {
98
99
100
101
"engines": {
- "node": ">= 10.13.0 <13 || >=13.7.0"
102
+ "node": ">= 14.15.0"
103
104
"stability": "experimental",
105
"maturity": "cfn-only",
@@ -106,5 +108,6 @@
106
108
107
109
"publishConfig": {
110
"tag": "latest"
- }
111
+ },
112
+ "private": true
113
}
0 commit comments