fastgrc-openclaw 1.0.9 → 1.0.11

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.
@@ -2,5 +2,9 @@
2
2
  "id": "fastgrc",
3
3
  "name": "FastGRC Policy Router",
4
4
  "description": "Evaluate every tool call against your FastGRC compliance policy before it executes. Blocks violations, flags drift, builds an audit trail.",
5
- "extensions": ["./dist/plugin.js"]
5
+ "extensions": ["./dist/plugin.js"],
6
+ "configSchema": {
7
+ "type": "object",
8
+ "properties": {}
9
+ }
6
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastgrc-openclaw",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
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",