@cdktn/cli-core 0.24.0-pre.1 → 0.24.0-pre.4
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/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdktn/cli-core",
|
|
3
|
-
"version": "0.24.0-pre.
|
|
3
|
+
"version": "0.24.0-pre.4",
|
|
4
4
|
"description": "CDK Terrain CLI Core, meant for internal use only",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc",
|
|
7
7
|
"watch": "tsc -w",
|
|
8
8
|
"watch-preserve-output": "tsc -w --preserveWatchOutput",
|
|
9
|
-
"lint": "eslint .",
|
|
10
|
-
"lint:fix": "eslint . --fix",
|
|
11
9
|
"pretest": "yarn build",
|
|
12
10
|
"pretest:ci": "yarn build",
|
|
13
11
|
"test": "jest",
|
|
@@ -40,90 +38,47 @@
|
|
|
40
38
|
],
|
|
41
39
|
"license": "MPL-2.0",
|
|
42
40
|
"dependencies": {
|
|
43
|
-
"@cdktn/commons": "0.24.0-pre.
|
|
44
|
-
"@cdktn/hcl-tools": "0.24.0-pre.
|
|
45
|
-
"@cdktn/hcl2cdk": "0.24.0-pre.
|
|
46
|
-
"@cdktn/
|
|
47
|
-
"@cdktn/provider-schema": "0.24.0-pre.1",
|
|
41
|
+
"@cdktn/commons": "0.24.0-pre.4",
|
|
42
|
+
"@cdktn/hcl-tools": "0.24.0-pre.4",
|
|
43
|
+
"@cdktn/hcl2cdk": "0.24.0-pre.4",
|
|
44
|
+
"@cdktn/provider-schema": "0.24.0-pre.4",
|
|
48
45
|
"@sentry/node": "7.120.4",
|
|
49
|
-
"cdktn": "0.24.0-pre.
|
|
46
|
+
"cdktn": "0.24.0-pre.4",
|
|
50
47
|
"chalk": "4.1.2",
|
|
51
48
|
"chokidar": "3.6.0",
|
|
52
49
|
"ci-info": "3.9.0",
|
|
53
|
-
"cli-spinners": "2.9.2",
|
|
54
50
|
"codemaker": "1.128.0",
|
|
55
51
|
"constructs": "10.6.0",
|
|
56
|
-
"cross-fetch": "3.2.0",
|
|
57
52
|
"cross-spawn": "7.0.6",
|
|
58
|
-
"detect-port": "1.6.1",
|
|
59
|
-
"execa": "5.1.1",
|
|
60
|
-
"extract-zip": "2.0.1",
|
|
61
|
-
"follow-redirects": "1.15.11",
|
|
62
53
|
"fs-extra": "8.1.0",
|
|
63
54
|
"https-proxy-agent": "5.0.1",
|
|
64
55
|
"indent-string": "4.0.0",
|
|
65
|
-
"ink": "3.2.0",
|
|
66
|
-
"ink-select-input": "4.2.2",
|
|
67
|
-
"ink-spinner": "4.0.3",
|
|
68
|
-
"ink-testing-library": "2.1.0",
|
|
69
|
-
"ink-use-stdout-dimensions": "1.0.5",
|
|
70
|
-
"jsii": "^5.9.37",
|
|
71
|
-
"jsii-pacmak": "^1.128.0",
|
|
72
|
-
"jsii-rosetta": "^5.9.39",
|
|
73
|
-
"lodash.isequal": "4.5.0",
|
|
74
|
-
"log4js": "6.9.1",
|
|
75
56
|
"minimatch": "5.1.9",
|
|
76
57
|
"node-fetch": "2.7.0",
|
|
77
|
-
"open": "7.4.2",
|
|
78
|
-
"parse-gitignore": "1.0.1",
|
|
79
58
|
"pkg-up": "3.1.0",
|
|
80
59
|
"semver": "7.7.4",
|
|
81
60
|
"sscaff": "1.2.274",
|
|
82
|
-
"stream-buffers": "3.0.3",
|
|
83
61
|
"strip-ansi": "6.0.1",
|
|
84
|
-
"tunnel-agent": "0.6.0",
|
|
85
|
-
"uuid": "8.3.2",
|
|
86
62
|
"xml-js": "1.6.11",
|
|
87
63
|
"xstate": "4.38.3",
|
|
88
|
-
"yargs": "17.7.2",
|
|
89
|
-
"yoga-layout-prebuilt": "1.10.0",
|
|
90
64
|
"zod": "3.25.76"
|
|
91
65
|
},
|
|
92
66
|
"lint-staged": {
|
|
93
67
|
"src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"
|
|
94
68
|
},
|
|
95
69
|
"devDependencies": {
|
|
96
|
-
"@cdktn/provider-generator": "0.24.0-pre.
|
|
97
|
-
"@npmcli/ci-detect": "1.4.0",
|
|
98
|
-
"@skorfmann/ink-confirm-input": "3.0.0",
|
|
99
|
-
"@skorfmann/terraform-cloud": "1.15.0",
|
|
70
|
+
"@cdktn/provider-generator": "0.24.0-pre.4",
|
|
100
71
|
"@types/cross-spawn": "6.0.6",
|
|
101
|
-
"@types/detect-port": "1.3.5",
|
|
102
|
-
"@types/follow-redirects": "1.14.4",
|
|
103
72
|
"@types/fs-extra": "8.1.5",
|
|
104
|
-
"@types/ink": "2.0.3",
|
|
105
|
-
"@types/ink-spinner": "3.0.5",
|
|
106
73
|
"@types/jest": "30.0.0",
|
|
107
|
-
"@types/json-schema": "7.0.15",
|
|
108
|
-
"@types/lodash.isequal": "4.5.8",
|
|
109
|
-
"@types/nock": "11.1.0",
|
|
110
74
|
"@types/node": "20.19.1",
|
|
111
75
|
"@types/node-fetch": "2.6.13",
|
|
112
|
-
"@types/parse-gitignore": "1.0.2",
|
|
113
|
-
"@types/react": "18.3.28",
|
|
114
|
-
"@types/scheduler": "^0.26.0",
|
|
115
76
|
"@types/semver": "7.7.1",
|
|
116
|
-
"@types/stream-buffers": "3.0.8",
|
|
117
|
-
"@types/uuid": "8.3.4",
|
|
118
|
-
"esbuild": "^0.28.0",
|
|
119
|
-
"esbuild-jest": "0.5.0",
|
|
120
77
|
"jest": "^30.3.0",
|
|
121
78
|
"nock": "13.5.6",
|
|
122
79
|
"prettier": "2.8.8",
|
|
123
|
-
"react": "18.3.1",
|
|
124
80
|
"ts-jest": "29.4.9",
|
|
125
81
|
"tsc-files": "1.1.4",
|
|
126
|
-
"typescript": "5.4.5"
|
|
127
|
-
"utility-types": "3.11.0"
|
|
82
|
+
"typescript": "5.4.5"
|
|
128
83
|
}
|
|
129
84
|
}
|