@cdktn/cli-core 0.23.0 → 0.24.0-pre.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdktn/cli-core",
3
- "version": "0.23.0",
3
+ "version": "0.24.0-pre.3",
4
4
  "description": "CDK Terrain CLI Core, meant for internal use only",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -40,90 +40,47 @@
40
40
  ],
41
41
  "license": "MPL-2.0",
42
42
  "dependencies": {
43
- "@cdktn/commons": "0.23.0",
44
- "@cdktn/hcl-tools": "0.23.0",
45
- "@cdktn/hcl2cdk": "0.23.0",
46
- "@cdktn/hcl2json": "0.23.0",
47
- "@cdktn/provider-schema": "0.23.0",
43
+ "@cdktn/commons": "0.24.0-pre.3",
44
+ "@cdktn/hcl-tools": "0.24.0-pre.3",
45
+ "@cdktn/hcl2cdk": "0.24.0-pre.3",
46
+ "@cdktn/provider-schema": "0.24.0-pre.3",
48
47
  "@sentry/node": "7.120.4",
49
- "cdktn": "0.23.0",
48
+ "cdktn": "0.24.0-pre.3",
50
49
  "chalk": "4.1.2",
51
50
  "chokidar": "3.6.0",
52
51
  "ci-info": "3.9.0",
53
- "cli-spinners": "2.9.2",
54
52
  "codemaker": "1.128.0",
55
53
  "constructs": "10.6.0",
56
- "cross-fetch": "3.2.0",
57
54
  "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
55
  "fs-extra": "8.1.0",
63
56
  "https-proxy-agent": "5.0.1",
64
57
  "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
58
  "minimatch": "5.1.9",
76
59
  "node-fetch": "2.7.0",
77
- "open": "7.4.2",
78
- "parse-gitignore": "1.0.1",
79
60
  "pkg-up": "3.1.0",
80
61
  "semver": "7.7.4",
81
62
  "sscaff": "1.2.274",
82
- "stream-buffers": "3.0.3",
83
63
  "strip-ansi": "6.0.1",
84
- "tunnel-agent": "0.6.0",
85
- "uuid": "8.3.2",
86
64
  "xml-js": "1.6.11",
87
65
  "xstate": "4.38.3",
88
- "yargs": "17.7.2",
89
- "yoga-layout-prebuilt": "1.10.0",
90
66
  "zod": "3.25.76"
91
67
  },
92
68
  "lint-staged": {
93
69
  "src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"
94
70
  },
95
71
  "devDependencies": {
96
- "@cdktn/provider-generator": "0.23.0",
97
- "@npmcli/ci-detect": "1.4.0",
98
- "@skorfmann/ink-confirm-input": "3.0.0",
99
- "@skorfmann/terraform-cloud": "1.15.0",
72
+ "@cdktn/provider-generator": "0.24.0-pre.3",
100
73
  "@types/cross-spawn": "6.0.6",
101
- "@types/detect-port": "1.3.5",
102
- "@types/follow-redirects": "1.14.4",
103
74
  "@types/fs-extra": "8.1.5",
104
- "@types/ink": "2.0.3",
105
- "@types/ink-spinner": "3.0.5",
106
75
  "@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
76
  "@types/node": "20.19.1",
111
77
  "@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
78
  "@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
79
  "jest": "^30.3.0",
121
80
  "nock": "13.5.6",
122
81
  "prettier": "2.8.8",
123
- "react": "18.3.1",
124
82
  "ts-jest": "29.4.9",
125
83
  "tsc-files": "1.1.4",
126
- "typescript": "5.4.5",
127
- "utility-types": "3.11.0"
84
+ "typescript": "5.4.5"
128
85
  }
129
86
  }
@@ -5,7 +5,6 @@
5
5
 
6
6
  const { execSync } = require('child_process');
7
7
  const { readFileSync, writeFileSync } = require('fs');
8
- const { readFile } = require('fs-extra');
9
8
  const os = require('os');
10
9
 
11
10
  exports.pre = (variables) => {