@huaqiu/dsh-tool-schematic-gen 0.1.1 → 0.1.2
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/cordis.patch.yml +6 -3
- package/package.json +5 -5
package/cordis.patch.yml
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# DSH bundle patch: inserts the Huaqiu schematic generation tool plugin.
|
|
2
|
-
#
|
|
3
|
-
#
|
|
2
|
+
# The entry inject must match the node-half module contract
|
|
3
|
+
# (`src/index.ts` — export const inject). The tool's apply() reads the
|
|
4
|
+
# `huaqiuAuth` / `huaqiuArtifacts` services and mounts SSE routes on
|
|
5
|
+
# `webServer`; if any is absent it throws, so the loader must hold this entry
|
|
6
|
+
# until all of them are provided.
|
|
4
7
|
- insert:
|
|
5
8
|
- id: huaqiu-tool-schematic-gen
|
|
6
9
|
name: '@huaqiu/dsh-tool-schematic-gen'
|
|
7
|
-
inject: ['tools']
|
|
10
|
+
inject: ['tools', 'huaqiuAuth', 'huaqiuArtifacts', 'webServer']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaqiu/dsh-tool-schematic-gen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"types": "./lib/index.d.mts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
31
31
|
"@deepseek-ai/dsh-host-webserver": ">=0.1.0-rc.0 <0.2.0",
|
|
32
32
|
"@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
|
|
33
|
-
"@huaqiu/dsh-auth": "^0.1.
|
|
34
|
-
"@huaqiu/dsh-artifacts": "^0.1.
|
|
33
|
+
"@huaqiu/dsh-auth": "^0.1.2",
|
|
34
|
+
"@huaqiu/dsh-artifacts": "^0.1.2",
|
|
35
35
|
"react": "^18"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@huaqiu/kicad-sexpr-parser": "^0.1.1",
|
|
40
40
|
"@types/react": "^18.3.31",
|
|
41
41
|
"react": "^18.3.1",
|
|
42
|
-
"@huaqiu/dsh-auth": "0.1.
|
|
43
|
-
"@huaqiu/dsh-artifacts": "0.1.
|
|
42
|
+
"@huaqiu/dsh-auth": "0.1.2",
|
|
43
|
+
"@huaqiu/dsh-artifacts": "0.1.2"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"lib",
|