Skip to content

Commit

Permalink
Merge pull request #39 from nRFCloud/joco/strict-construct-testing
Browse files Browse the repository at this point in the history
strict construct testing
  • Loading branch information
jfrconley authored Sep 16, 2024
2 parents fdeef64 + d8a7549 commit a8d4064
Show file tree
Hide file tree
Showing 67 changed files with 8,933 additions and 5,993 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-numbers-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nrfcloud/cdktf-aws-adaptor": minor
---

construct stability fixes
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage
reports
cdktf.out
.eslintcache
.vscode
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const compat = new FlatCompat({
*/
export default [
{
languageOptions: {
sourceType: "module",
ecmaVersion: "latest",
},
plugins: {
ts
}
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./constructs/aws-msk": {
"types": "./dist/constructs/services/msk/index.d.ts",
"import": "./dist/constructs/services/msk/index.js"
}
},
"repository": "https://github.com/nRFCloud/ts-json-schema-transformer",
Expand All @@ -54,15 +50,15 @@
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.515.0",
"@cdktf/provider-aws": "^19.32.0",
"@cdktf/provider-aws": "^19.33.0",
"@changesets/cli": "^2.27.1",
"@eslint/js": "^8.56.0",
"@types/debug": "^4.1.12",
"@types/node": "^18.19.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^0.34.6",
"aws-cdk-lib": "^2.153.0",
"@vitest/coverage-v8": "^2.1.0",
"aws-cdk-lib": "^2.158.0",
"cdktf": "^0.20.8",
"cdktf-cli": "^0.18.2",
"constructs": "^10.3.0",
Expand All @@ -71,7 +67,7 @@
"husky": "^8.0.3",
"type-fest": "^4.10.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
"vitest": "^2.1.0"
},
"peerDependencies": {
"@cdktf/provider-aws": ">=19.32.0",
Expand All @@ -83,6 +79,8 @@
"camel-case": "^4.1.2",
"codemaker": "^1.94.0",
"debug": "^4.3.4",
"yargs": "^17.7.2"
"minimatch": "^10.0.1",
"yargs": "^17.7.2",
"@cdktf/provider-archive": "10.2.0"
}
}
Loading

0 comments on commit a8d4064

Please sign in to comment.