|
6 | 6 | "@types/express": "^5.0.3", |
7 | 7 | "@types/js-yaml": "^4.0.9", |
8 | 8 | "@types/lodash-es": "catalog:", |
9 | | - "@types/supertest": "^7.2.0", |
10 | 9 | "@types/pluralize": "^0.0.33", |
11 | 10 | "@types/qs": "^6.9.15", |
12 | | - "@types/signale": "^1.4.7", |
13 | 11 | "@types/semver": "catalog:", |
| 12 | + "@types/signale": "^1.4.7", |
| 13 | + "@types/supertest": "^7.2.0", |
| 14 | + "@types/source-map-support": "^0.5.10", |
| 15 | + "semver": "catalog:", |
14 | 16 | "supertest": "^7.1.4", |
15 | | - "vitest": "catalog:", |
16 | | - "semver": "catalog:" |
| 17 | + "vitest": "catalog:" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | | - "@api7/adc-sdk": "workspace:*", |
20 | 20 | "@api7/adc-backend-api7": "workspace:*", |
21 | 21 | "@api7/adc-backend-apisix": "workspace:*", |
22 | 22 | "@api7/adc-backend-apisix-standalone": "workspace:*", |
23 | 23 | "@api7/adc-converter-openapi": "workspace:*", |
24 | 24 | "@api7/adc-differ": "workspace:*", |
25 | | - "express": "^5.1.0", |
26 | | - "winston": "^3.17.0", |
| 25 | + "@api7/adc-sdk": "workspace:*", |
| 26 | + "agentkeepalive": "^4.6.0", |
27 | 27 | "axios": "catalog:", |
28 | | - "rxjs": "catalog:", |
29 | | - "lodash-es": "catalog:", |
30 | | - "zod": "catalog:", |
31 | | - "pluralize": "^8.0.0", |
32 | | - "listr2": "catalog:", |
33 | | - "commander": "^14.0.3", |
34 | 28 | "chalk": "^5.6.2", |
| 29 | + "commander": "^14.0.3", |
| 30 | + "dotenv": "^17.3.1", |
| 31 | + "express": "^5.1.0", |
| 32 | + "glob": "^13.0.0", |
| 33 | + "js-yaml": "catalog:", |
| 34 | + "listr2": "catalog:", |
| 35 | + "lodash-es": "catalog:", |
35 | 36 | "parse-duration": "^2.1.5", |
| 37 | + "pluralize": "^8.0.0", |
36 | 38 | "qs": "^6.14.1", |
37 | | - "dotenv": "^17.3.1", |
38 | | - "agentkeepalive": "^4.6.0", |
| 39 | + "rxjs": "catalog:", |
39 | 40 | "signale": "^1.4.0", |
40 | | - "glob": "^13.0.0", |
41 | | - "js-yaml": "catalog:" |
| 41 | + "source-map-support": "catalog:", |
| 42 | + "winston": "^3.17.0", |
| 43 | + "zod": "catalog:" |
42 | 44 | }, |
43 | 45 | "nx": { |
44 | 46 | "name": "cli", |
|
65 | 67 | "declarationRootDir": "apps/cli/src", |
66 | 68 | "bundle": true, |
67 | 69 | "thirdParty": true, |
68 | | - "sourcemap": "inline" |
| 70 | + "sourcemap": "linked" |
69 | 71 | }, |
70 | 72 | "configurations": { |
71 | | - "development": { |
72 | | - "minify": false |
73 | | - }, |
74 | | - "production": { |
75 | | - "minify": true |
76 | | - } |
| 73 | + "development": {}, |
| 74 | + "production": {} |
77 | 75 | } |
78 | 76 | }, |
79 | 77 | "lint": { |
|
0 commit comments