@stackstackstack/dsh-app-boot 0.1.5 → 0.1.6
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 +12 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackstackstack/dsh-app-boot",
|
|
3
3
|
"description": "Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"js-yaml": "^4.2.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@deepseek-ai/cordis-plugin-hmr": "^1.0.16",
|
|
39
38
|
"@deepseek-ai/cordis-plugin-include": "^1.0.6",
|
|
40
|
-
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
41
39
|
"@deepseek-ai/cordis-plugin-group": "^1.0.1",
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@stackstackstack/dsh-
|
|
45
|
-
"@stackstackstack/dsh-
|
|
40
|
+
"@deepseek-ai/cordis-plugin-hmr": "^1.0.16",
|
|
41
|
+
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
42
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
43
|
+
"@stackstackstack/dsh-launch-environment": "^0.1.6",
|
|
44
|
+
"@stackstackstack/dsh-home-paths": "^0.1.6",
|
|
45
|
+
"@stackstackstack/dsh-system-prompt": "^0.1.6",
|
|
46
46
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@types/js-yaml": "^4.0.9",
|
|
55
55
|
"@deepseek-ai/cordis-plugin-group": "^1.0.1",
|
|
56
56
|
"@deepseek-ai/cordis-plugin-hmr": "^1.0.16",
|
|
57
|
-
"@stackstackstack/dsh-launch-environment": "^0.1.5",
|
|
58
|
-
"@deepseek-ai/cordis-plugin-include": "^1.0.6",
|
|
59
57
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.2",
|
|
60
58
|
"@deepseek-ai/cordis-plugin-timer": "^1.1.3",
|
|
61
|
-
"@stackstackstack/dsh-
|
|
62
|
-
"@
|
|
63
|
-
"@stackstackstack/dsh-
|
|
59
|
+
"@stackstackstack/dsh-launch-environment": "^0.1.6",
|
|
60
|
+
"@deepseek-ai/cordis-plugin-include": "^1.0.6",
|
|
61
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
62
|
+
"@stackstackstack/dsh-system-prompt": "^0.1.6",
|
|
63
|
+
"@stackstackstack/dsh-home-paths": "^0.1.6",
|
|
64
64
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
65
65
|
}
|
|
66
66
|
}
|