@alfe.ai/openclaw-memory-cloud 0.0.3 → 0.0.4

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,4 +1,4 @@
1
1
 
2
- > @alfe.ai/openclaw-memory-cloud@0.0.3 build /home/runner/work/alfe/alfe/packages/openclaw-memory-cloud
2
+ > @alfe.ai/openclaw-memory-cloud@0.0.4 build /home/runner/work/alfe/alfe/packages/openclaw-memory-cloud
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @alfe.ai/openclaw-memory-cloud
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 847f753: Add missing `openclaw.extensions` field to package.json so OpenClaw can install the plugin
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-memory-cloud",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Cloud memory extension for OpenClaw — Turbopuffer vectors + DynamoDB knowledge graph",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
+ "openclaw": {
9
+ "extensions": [
10
+ "./dist/index.js"
11
+ ]
12
+ },
8
13
  "license": "UNLICENSED",
9
14
  "scripts": {
10
15
  "build": "tsc",