dsh-godot-dev-shell 2.1.0 → 2.1.1
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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import { URL } from 'node:url'
|
|
|
28
28
|
export const name = 'dsh-godot-dev-shell'
|
|
29
29
|
|
|
30
30
|
/** Hard dependencies: tool registry, shell executor, filesystem provider. */
|
|
31
|
-
export const inject = ['tools', 'shell', 'fs']
|
|
31
|
+
export const inject = ['tools', 'shell', 'fs', 'webServer']
|
|
32
32
|
|
|
33
33
|
const DEFAULT_SCRIPT_TIMEOUT = 180000
|
|
34
34
|
const DEFAULT_COMMAND_TIMEOUT = 120000
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-godot-dev-shell",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "DSH bundle(项目无关的最小工具集):ps_script(PowerShell 脚本落临时文件执行,消除多层转义/编码/执行策略/退出码问题)+ run_command(运行工作区 .dsh/godot-dev-shell.json 声明的固化命令)+ 设置面板(工作区命令/规则/模板可视化)。零内置项目语义:命令清单、退出码约定、规则全部跟项目走。",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek",
|