@oda-agent/openclaw-plugin 0.1.0 → 0.1.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.
@@ -1,6 +1,7 @@
1
1
  {
2
+ "id": "@oda-agent/openclaw-plugin",
2
3
  "name": "oda-shopping-assistant",
3
- "version": "0.1.0",
4
+ "version": "0.1.2",
4
5
  "description": "Oda grocery shopping assistant — safe cart planning, order history analysis, and delivery slot discovery.",
5
6
  "author": "oda-agent-kit",
6
7
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oda-agent/openclaw-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "OpenClaw plugin for safe grocery planning and Oda automation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,13 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/dinorastoder/oda-agent-kit.git"
29
+ "url": "git+https://github.com/dinorastoder/oda-agent-kit.git"
30
30
  },
31
- "license": "MIT"
31
+ "license": "MIT",
32
+ "openclaw": {
33
+ "extensions": [
34
+ "./dist/index.js"
35
+ ],
36
+ "hooks": []
37
+ }
32
38
  }