fastgrc-openclaw 1.0.33 → 1.0.34
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/bin.js +1 -1
- package/dist/bin.mjs +1 -1
- package/dist/plugin.js +1 -1
- package/dist/plugin.mjs +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -174,7 +174,7 @@ function startExecApprovalsServer(apiKey, policyId, baseUrl) {
|
|
|
174
174
|
});
|
|
175
175
|
server.listen(sockPath, () => {
|
|
176
176
|
try {
|
|
177
|
-
fs2.chmodSync(sockPath,
|
|
177
|
+
fs2.chmodSync(sockPath, 438);
|
|
178
178
|
} catch {
|
|
179
179
|
}
|
|
180
180
|
console.log(`[fastgrc] exec-approvals server listening on ${sockPath}`);
|
package/dist/bin.mjs
CHANGED
|
@@ -151,7 +151,7 @@ function startExecApprovalsServer(apiKey, policyId, baseUrl) {
|
|
|
151
151
|
});
|
|
152
152
|
server.listen(sockPath, () => {
|
|
153
153
|
try {
|
|
154
|
-
fs2.chmodSync(sockPath,
|
|
154
|
+
fs2.chmodSync(sockPath, 438);
|
|
155
155
|
} catch {
|
|
156
156
|
}
|
|
157
157
|
console.log(`[fastgrc] exec-approvals server listening on ${sockPath}`);
|
package/dist/plugin.js
CHANGED
|
@@ -196,7 +196,7 @@ function startExecApprovalsServer(apiKey, policyId, baseUrl) {
|
|
|
196
196
|
});
|
|
197
197
|
server.listen(sockPath, () => {
|
|
198
198
|
try {
|
|
199
|
-
fs2.chmodSync(sockPath,
|
|
199
|
+
fs2.chmodSync(sockPath, 438);
|
|
200
200
|
} catch {
|
|
201
201
|
}
|
|
202
202
|
console.log(`[fastgrc] exec-approvals server listening on ${sockPath}`);
|
package/dist/plugin.mjs
CHANGED
|
@@ -160,7 +160,7 @@ function startExecApprovalsServer(apiKey, policyId, baseUrl) {
|
|
|
160
160
|
});
|
|
161
161
|
server.listen(sockPath, () => {
|
|
162
162
|
try {
|
|
163
|
-
fs2.chmodSync(sockPath,
|
|
163
|
+
fs2.chmodSync(sockPath, 438);
|
|
164
164
|
} catch {
|
|
165
165
|
}
|
|
166
166
|
console.log(`[fastgrc] exec-approvals server listening on ${sockPath}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastgrc-openclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"description": "FastGRC agent compliance plugin for OpenClaw — evaluates every tool call against your policy before it executes",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|