fastgrc-openclaw 1.0.19 → 1.0.20

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/plugin.js CHANGED
@@ -114,7 +114,7 @@ args: ${JSON.stringify(args)}`;
114
114
  var DEFAULT_BASE_URL2 = "https://app.fastgrc.ai";
115
115
  var DEFAULT_TIMEOUT_MS2 = 3e3;
116
116
  var pluginEntry = {
117
- id: "fastgrc-openclaw",
117
+ id: "fastgrc",
118
118
  name: "FastGRC Policy Router",
119
119
  description: "Evaluate every tool call against your FastGRC compliance policy before it executes. Blocks violations, flags drift, builds an audit trail.",
120
120
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
package/dist/plugin.mjs CHANGED
@@ -78,7 +78,7 @@ args: ${JSON.stringify(args)}`;
78
78
  var DEFAULT_BASE_URL2 = "https://app.fastgrc.ai";
79
79
  var DEFAULT_TIMEOUT_MS2 = 3e3;
80
80
  var pluginEntry = {
81
- id: "fastgrc-openclaw",
81
+ id: "fastgrc",
82
82
  name: "FastGRC Policy Router",
83
83
  description: "Evaluate every tool call against your FastGRC compliance policy before it executes. Blocks violations, flags drift, builds an audit trail.",
84
84
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "fastgrc-openclaw",
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
5
  "extensions": ["./dist/plugin.js"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastgrc-openclaw",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
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",