fastgrc-openclaw 1.0.16 → 1.0.17
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 -0
- package/dist/index.js +1 -0
- package/dist/plugin.js +1 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
package/dist/index.js
CHANGED
package/dist/plugin.js
CHANGED
|
@@ -148,3 +148,4 @@ var pluginEntry = {
|
|
|
148
148
|
};
|
|
149
149
|
process.stderr.write("[fastgrc] plugin export shape: " + JSON.stringify({ type: typeof pluginEntry, registerType: typeof pluginEntry.register }) + "\n");
|
|
150
150
|
var plugin_default = pluginEntry;
|
|
151
|
+
module.exports = module.exports.default ?? module.exports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastgrc-openclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
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",
|