github-router 0.3.23 → 0.3.24
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/dist/main.js +4 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -65,6 +65,9 @@ const CLAUDE_HOME_POLICY = new Map([
|
|
|
65
65
|
["cache", "ISOLATED"],
|
|
66
66
|
["logs", "ISOLATED"],
|
|
67
67
|
["paste-cache", "ISOLATED"],
|
|
68
|
+
["jobs", "ISOLATED"],
|
|
69
|
+
["daemon", "ISOLATED"],
|
|
70
|
+
["daemon.log", "ISOLATED"],
|
|
68
71
|
["projects", "SHARED"],
|
|
69
72
|
["sessions", "SHARED"],
|
|
70
73
|
["tasks", "SHARED"],
|
|
@@ -2651,7 +2654,7 @@ function initProxyFromEnv() {
|
|
|
2651
2654
|
//#endregion
|
|
2652
2655
|
//#region package.json
|
|
2653
2656
|
var name = "github-router";
|
|
2654
|
-
var version = "0.3.
|
|
2657
|
+
var version = "0.3.24";
|
|
2655
2658
|
|
|
2656
2659
|
//#endregion
|
|
2657
2660
|
//#region src/lib/approval.ts
|