@alfe.ai/openclaw-identity 0.0.1 → 0.0.2

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.cjs CHANGED
@@ -84,7 +84,7 @@ function defineTool(def) {
84
84
  };
85
85
  }
86
86
  const plugin = {
87
- id: "alfe-identity",
87
+ id: "@alfe.ai/openclaw-identity",
88
88
  name: "Alfe Identity",
89
89
  description: "Identity resolution, access gating, and permission enforcement",
90
90
  version: "0.0.1",
package/dist/plugin.js CHANGED
@@ -84,7 +84,7 @@ function defineTool(def) {
84
84
  };
85
85
  }
86
86
  const plugin = {
87
- id: "alfe-identity",
87
+ id: "@alfe.ai/openclaw-identity",
88
88
  name: "Alfe Identity",
89
89
  description: "Identity resolution, access gating, and permission enforcement",
90
90
  version: "0.0.1",
@@ -1,7 +1,12 @@
1
1
  {
2
- "id": "alfe-identity",
2
+ "id": "@alfe.ai/openclaw-identity",
3
3
  "name": "Alfe Identity",
4
4
  "version": "0.0.1",
5
5
  "description": "Identity resolution, access gating, and permission enforcement",
6
- "entry": "./dist/plugin.js"
6
+ "entry": "./dist/plugin.js",
7
+ "configSchema": {
8
+ "type": "object",
9
+ "additionalProperties": false,
10
+ "properties": {}
11
+ }
7
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-identity",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "OpenClaw identity plugin — identity resolution, access gating, permission enforcement",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin.js",