@tsed/cli 7.5.0-rc.7 → 7.5.0-rc.8
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function resolveViteBin(
|
|
1
|
+
export declare function resolveViteBinFromPackageJsonPath(packageJsonPath: string): Promise<string>;
|
|
2
|
+
export declare function resolveViteBin(): Promise<string>;
|
|
3
3
|
export declare function build(rawArgs?: string[]): Promise<void>;
|
|
4
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/cli",
|
|
3
3
|
"description": "CLI to bootstrap your Ts.ED project",
|
|
4
|
-
"version": "7.5.0-rc.
|
|
4
|
+
"version": "7.5.0-rc.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/esm/index.js",
|
|
7
7
|
"source": "./src/index.ts",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"@swc-node/register": "^1.11.1",
|
|
51
51
|
"@swc/core": "^1.15.7",
|
|
52
52
|
"@swc/helpers": "^0.5.17",
|
|
53
|
-
"@tsed/cli-core": "7.5.0-rc.
|
|
54
|
-
"@tsed/cli-mcp": "7.5.0-rc.
|
|
55
|
-
"@tsed/cli-prompts": "7.5.0-rc.
|
|
56
|
-
"@tsed/cli-tasks": "7.5.0-rc.
|
|
53
|
+
"@tsed/cli-core": "7.5.0-rc.8",
|
|
54
|
+
"@tsed/cli-mcp": "7.5.0-rc.8",
|
|
55
|
+
"@tsed/cli-prompts": "7.5.0-rc.8",
|
|
56
|
+
"@tsed/cli-tasks": "7.5.0-rc.8",
|
|
57
57
|
"@tsed/core": ">=8.21.0",
|
|
58
58
|
"@tsed/di": ">=8.21.0",
|
|
59
59
|
"@tsed/hooks": ">=8.21.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"zod": "3.25.76"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@tsed/typescript": "7.5.0-rc.
|
|
80
|
+
"@tsed/typescript": "7.5.0-rc.8",
|
|
81
81
|
"@types/change-case": "^2.3.1",
|
|
82
82
|
"@types/consolidate": "0.14.4",
|
|
83
83
|
"cross-env": "7.0.3",
|