@agenshield/daemon 0.4.0 → 0.4.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/index.js +0 -1
- package/main.js +0 -1
- package/package.json +4 -4
- package/services/openclaw-config.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -5286,7 +5286,6 @@ function readConfig() {
|
|
|
5286
5286
|
}
|
|
5287
5287
|
function writeConfig(config) {
|
|
5288
5288
|
const configPath = getOpenClawConfigPath();
|
|
5289
|
-
fs11.mkdirSync(path10.dirname(configPath), { recursive: true });
|
|
5290
5289
|
fs11.writeFileSync(configPath, JSON.stringify(config, null, 2), "utf-8");
|
|
5291
5290
|
}
|
|
5292
5291
|
function addSkillEntry(slug, env) {
|
package/main.js
CHANGED
|
@@ -5250,7 +5250,6 @@ function readConfig() {
|
|
|
5250
5250
|
}
|
|
5251
5251
|
function writeConfig(config) {
|
|
5252
5252
|
const configPath = getOpenClawConfigPath();
|
|
5253
|
-
fs11.mkdirSync(path10.dirname(configPath), { recursive: true });
|
|
5254
5253
|
fs11.writeFileSync(configPath, JSON.stringify(config, null, 2), "utf-8");
|
|
5255
5254
|
}
|
|
5256
5255
|
function addSkillEntry(slug, env) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenshield/daemon",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AgenShield HTTP daemon server with embedded UI",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
],
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@agenshield/ipc": "0.4.
|
|
28
|
-
"@agenshield/broker": "0.4.
|
|
29
|
-
"@agenshield/sandbox": "0.4.
|
|
27
|
+
"@agenshield/ipc": "0.4.2",
|
|
28
|
+
"@agenshield/broker": "0.4.2",
|
|
29
|
+
"@agenshield/sandbox": "0.4.2",
|
|
30
30
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
31
31
|
"fastify": "^5.7.0",
|
|
32
32
|
"zod": "^4.3.6",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openclaw-config.d.ts","sourceRoot":"","sources":["../../src/services/openclaw-config.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"openclaw-config.d.ts","sourceRoot":"","sources":["../../src/services/openclaw-config.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAmCH;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAiB9E;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAQnD"}
|