@soulguard/openclaw 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4765,7 +4765,7 @@ function guardToolCall(toolName, params, options) {
4765
4765
  }
4766
4766
 
4767
4767
  // src/plugin.ts
4768
- var PKG_VERSION = "0.2.0";
4768
+ var PKG_VERSION = "0.2.1";
4769
4769
  var PLUGIN_DESCRIPTION = "Identity protection for AI agents";
4770
4770
  function createSoulguardPlugin(options) {
4771
4771
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulguard/openclaw",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@soulguard/core": "^2.0.0"
13
+ "@soulguard/core": "^0.2.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/bun": "latest",