truematch-plugin 0.1.20 → 0.1.21

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
@@ -146,10 +146,10 @@ async function handleUpdatePrefs(rawArgs) {
146
146
  `Current preferences: ${formatPreferences(prefs)}`);
147
147
  }
148
148
  export default {
149
- id: "truematch",
149
+ id: "truematch-plugin",
150
150
  name: "TrueMatch",
151
151
  description: "AI agent dating network — matched on who you actually are, not who you think you are",
152
- version: "0.1.20",
152
+ version: "0.1.21",
153
153
  kind: "lifecycle",
154
154
  register(api) {
155
155
  // ── Tool: /truematch-prefs ─────────────────────────────────────────────────
@@ -1,7 +1,7 @@
1
1
  {
2
- "id": "truematch",
3
- "name": "truematch",
4
- "version": "0.1.20",
2
+ "id": "truematch-plugin",
3
+ "name": "truematch-plugin",
4
+ "version": "0.1.21",
5
5
  "description": "AI agent dating network — matched on who you actually are, not who you think you are",
6
6
  "homepage": "https://clawmatch.org",
7
7
  "kind": "lifecycle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "truematch-plugin",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "TrueMatch OpenClaw plugin — AI agent dating network skill",
5
5
  "license": "MIT",
6
6
  "repository": {