@bamdra/bamdra-user-bind 0.1.11 → 0.1.12

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.
@@ -3,10 +3,13 @@
3
3
  "type": "tool",
4
4
  "name": "Bamdra User Bind",
5
5
  "description": "Identity resolution, user profile binding, and admin profile tools for OpenClaw channels.",
6
- "version": "0.1.0",
6
+ "version": "0.1.12",
7
7
  "main": "./index.js",
8
+ "skills": [
9
+ "./skills"
10
+ ],
8
11
  "configSchema": {
9
12
  "type": "object",
10
13
  "additionalProperties": true
11
14
  }
12
- }
15
+ }
package/dist/package.json CHANGED
@@ -1,12 +1,41 @@
1
1
  {
2
2
  "name": "@bamdra/bamdra-user-bind",
3
- "version": "0.1.0",
4
- "private": true,
3
+ "version": "0.1.12",
4
+ "description": "Identity resolution, user profile binding, and admin-safe profile tools for OpenClaw channels.",
5
+ "license": "MIT",
6
+ "homepage": "https://www.bamdra.com",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/bamdra/bamdra-user-bind.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/bamdra/bamdra-user-bind/issues"
13
+ },
5
14
  "type": "commonjs",
6
15
  "main": "./index.js",
7
16
  "types": "./dist/index.d.ts",
17
+ "files": [
18
+ "dist",
19
+ "skills",
20
+ "openclaw.plugin.json",
21
+ "README.md",
22
+ "LICENSE"
23
+ ],
24
+ "keywords": [
25
+ "openclaw",
26
+ "openclaw-plugin",
27
+ "identity",
28
+ "user-profile",
29
+ "feishu",
30
+ "memory"
31
+ ],
32
+ "engines": {
33
+ "node": ">=22"
34
+ },
8
35
  "scripts": {
9
- "bundle": "node ../../scripts/run-local-bin.mjs tsup && node ../../scripts/prepare-plugin-dist.mjs bamdra-user-bind"
36
+ "bundle": "node ../bamdra-openclaw-memory/scripts/run-local-bin.mjs tsup && node -e \"const fs=require('node:fs');const path='./dist/index.js';const text=fs.readFileSync(path,'utf8').replace(/require\\\\(\\\"sqlite\\\"\\\\)/g,'require(\\\"node:sqlite\\\")');fs.writeFileSync(path,text);\" && node ./scripts/prepare-plugin-dist.mjs",
37
+ "prepublishOnly": "pnpm run bundle",
38
+ "package:release": "node ./scripts/package-release.mjs"
10
39
  },
11
40
  "openclaw": {
12
41
  "id": "bamdra-user-bind",
@@ -22,8 +51,11 @@
22
51
  "default": "./dist/index.js"
23
52
  }
24
53
  },
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
25
57
  "dependencies": {},
26
58
  "devDependencies": {
27
59
  "@types/node": "^24.5.2"
28
60
  }
29
- }
61
+ }
@@ -3,7 +3,7 @@
3
3
  "type": "tool",
4
4
  "name": "Bamdra User Bind",
5
5
  "description": "Identity resolution, user profile binding, and admin profile tools for OpenClaw channels.",
6
- "version": "0.1.10",
6
+ "version": "0.1.12",
7
7
  "main": "./dist/index.js",
8
8
  "skills": ["./skills"],
9
9
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamdra/bamdra-user-bind",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Identity resolution, user profile binding, and admin-safe profile tools for OpenClaw channels.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.bamdra.com",
@@ -33,7 +33,7 @@
33
33
  "node": ">=22"
34
34
  },
35
35
  "scripts": {
36
- "bundle": "node ../bamdra-openclaw-memory/scripts/run-local-bin.mjs tsup && node -e \"const fs=require('node:fs');const path='./dist/index.js';const text=fs.readFileSync(path,'utf8').replace(/require\\\\(\\\"sqlite\\\"\\\\)/g,'require(\\\"node:sqlite\\\")');fs.writeFileSync(path,text);\"",
36
+ "bundle": "node ../bamdra-openclaw-memory/scripts/run-local-bin.mjs tsup && node -e \"const fs=require('node:fs');const path='./dist/index.js';const text=fs.readFileSync(path,'utf8').replace(/require\\\\(\\\"sqlite\\\"\\\\)/g,'require(\\\"node:sqlite\\\")');fs.writeFileSync(path,text);\" && node ./scripts/prepare-plugin-dist.mjs",
37
37
  "prepublishOnly": "pnpm run bundle",
38
38
  "package:release": "node ./scripts/package-release.mjs"
39
39
  },