@cdk8s/cdktf-resolver 0.0.12 → 0.0.14
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.
- package/.jsii +4 -4
- package/.projenrc.ts +3 -0
- package/lib/resolve.js +1 -1
- package/package.json +12 -11
package/.jsii
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"url": "https://aws.amazon.com"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"cdk8s": "^2.
|
|
11
|
-
"cdktf": "^0.
|
|
10
|
+
"cdk8s": "^2.68.4",
|
|
11
|
+
"cdktf": "^0.19.1",
|
|
12
12
|
"constructs": "^10.3.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -231,6 +231,6 @@
|
|
|
231
231
|
"symbolId": "src/resolve:CdktfResolverProps"
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
-
"version": "0.0.
|
|
235
|
-
"fingerprint": "
|
|
234
|
+
"version": "0.0.14",
|
|
235
|
+
"fingerprint": "I3W6OtTcwkhxrgY+Faxb6Eu3ULzN4rriCOL0iOP3EPI="
|
|
236
236
|
}
|
package/.projenrc.ts
CHANGED
|
@@ -8,6 +8,7 @@ const project = new Cdk8sTeamJsiiProject({
|
|
|
8
8
|
devDeps: ['@cdk8s/projen-common', 'cdktf-cli', 'cdk8s-cli', '@cdktf/provider-aws', 'fs-extra', '@types/fs-extra'],
|
|
9
9
|
peerDeps: ['cdktf', 'cdk8s', 'constructs'],
|
|
10
10
|
jsiiVersion: '^5',
|
|
11
|
+
workflowNodeVersion: '18.17.0',
|
|
11
12
|
releaseWorkflowSetupSteps: [
|
|
12
13
|
{
|
|
13
14
|
uses: 'aws-actions/configure-aws-credentials@v3',
|
|
@@ -33,6 +34,8 @@ const project = new Cdk8sTeamJsiiProject({
|
|
|
33
34
|
npmAccess: NpmAccess.PUBLIC,
|
|
34
35
|
});
|
|
35
36
|
|
|
37
|
+
project.package.addPackageResolutions('npm@^10.2.3');
|
|
38
|
+
|
|
36
39
|
// ignore integ tests because we will add a dedicated task
|
|
37
40
|
// for them that only runs on release
|
|
38
41
|
project.jest?.addIgnorePattern('/test/integ/');
|
package/lib/resolve.js
CHANGED
|
@@ -91,7 +91,7 @@ class CdktfResolver {
|
|
|
91
91
|
}
|
|
92
92
|
exports.CdktfResolver = CdktfResolver;
|
|
93
93
|
_a = JSII_RTTI_SYMBOL_1;
|
|
94
|
-
CdktfResolver[_a] = { fqn: "@cdk8s/cdktf-resolver.CdktfResolver", version: "0.0.
|
|
94
|
+
CdktfResolver[_a] = { fqn: "@cdk8s/cdktf-resolver.CdktfResolver", version: "0.0.14" };
|
|
95
95
|
function copyDirectory(sourceDir, targetDir) {
|
|
96
96
|
if (!fs.existsSync(targetDir)) {
|
|
97
97
|
fs.mkdirSync(targetDir);
|
package/package.json
CHANGED
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"organization": false
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
|
45
|
+
"@cdk8s/projen-common": "0.0.462",
|
|
46
46
|
"@cdktf/provider-aws": "^17.0.11",
|
|
47
47
|
"@types/fs-extra": "^11.0.3",
|
|
48
48
|
"@types/jest": "^27",
|
|
49
49
|
"@types/node": "^16",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
51
51
|
"@typescript-eslint/parser": "^6",
|
|
52
|
-
"cdk8s": "2.
|
|
53
|
-
"cdk8s-cli": "^2.
|
|
54
|
-
"cdktf": "0.
|
|
52
|
+
"cdk8s": "^2.68.4",
|
|
53
|
+
"cdk8s-cli": "^2.157.0",
|
|
54
|
+
"cdktf": "^0.19.1",
|
|
55
55
|
"cdktf-cli": "^0.19.0",
|
|
56
|
-
"constructs": "10.3.0",
|
|
56
|
+
"constructs": "^10.3.0",
|
|
57
57
|
"eslint": "^8",
|
|
58
58
|
"eslint-import-resolver-node": "^0.3.9",
|
|
59
59
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"jest": "^27",
|
|
63
63
|
"jest-junit": "^15",
|
|
64
64
|
"jsii": "^5",
|
|
65
|
-
"jsii-diff": "^1.
|
|
65
|
+
"jsii-diff": "^1.91.0",
|
|
66
66
|
"jsii-docgen": "^9.2.2",
|
|
67
|
-
"jsii-pacmak": "^1.
|
|
67
|
+
"jsii-pacmak": "^1.91.0",
|
|
68
68
|
"jsii-rosetta": "^5",
|
|
69
69
|
"npm-check-updates": "^16",
|
|
70
70
|
"projen": "^0.73.39",
|
|
@@ -74,12 +74,13 @@
|
|
|
74
74
|
"typescript": "^5.2.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"cdk8s": "^2.
|
|
78
|
-
"cdktf": "^0.
|
|
77
|
+
"cdk8s": "^2.68.4",
|
|
78
|
+
"cdktf": "^0.19.1",
|
|
79
79
|
"constructs": "^10.3.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"**/downlevel-dts/**/typescript": "~5.2.2"
|
|
82
|
+
"**/downlevel-dts/**/typescript": "~5.2.2",
|
|
83
|
+
"npm": "^10.2.3"
|
|
83
84
|
},
|
|
84
85
|
"engines": {
|
|
85
86
|
"node": ">= 16.20.0"
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"publishConfig": {
|
|
90
91
|
"access": "public"
|
|
91
92
|
},
|
|
92
|
-
"version": "0.0.
|
|
93
|
+
"version": "0.0.14",
|
|
93
94
|
"jest": {
|
|
94
95
|
"testMatch": [
|
|
95
96
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|