@deepseek-ai/dsh-client-hmr 0.1.2-alpha.5 → 0.1.3-alpha.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-hmr",
|
|
3
3
|
"description": "Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
48
|
-
"@deepseek-ai/dsh-client-modules": "^0.1.
|
|
49
|
-
"@deepseek-ai/dsh-host-webserver": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
48
|
+
"@deepseek-ai/dsh-client-modules": "^0.1.3-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.3-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
|
|
51
51
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|