@contextableai/openclaw-memory-rebac 0.1.5 → 0.2.0

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.
@@ -49,7 +49,7 @@ services:
49
49
  dockerfile: Dockerfile
50
50
  restart: unless-stopped
51
51
  ports:
52
- - "8000:8000"
52
+ - "127.0.0.1:8000:8000"
53
53
  environment:
54
54
  # -- Graph database (Neo4j) --
55
55
  NEO4J_URI: bolt://neo4j:7687
@@ -56,8 +56,8 @@ services:
56
56
  command: serve
57
57
  restart: unless-stopped
58
58
  ports:
59
- - "${SPICEDB_GRPC_PORT:-50051}:50051" # gRPC
60
- - "${SPICEDB_HTTP_PORT:-8080}:8080" # HTTP metrics / healthz
59
+ - "127.0.0.1:${SPICEDB_GRPC_PORT:-50051}:50051" # gRPC
60
+ - "127.0.0.1:${SPICEDB_HTTP_PORT:-8080}:8080" # HTTP metrics / healthz
61
61
  environment:
62
62
  SPICEDB_GRPC_PRESHARED_KEY: ${SPICEDB_PRESHARED_KEY:-dev_token}
63
63
  SPICEDB_DATASTORE_ENGINE: postgres
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextableai/openclaw-memory-rebac",
3
- "version": "0.1.5",
3
+ "version": "0.2.0",
4
4
  "description": "OpenClaw two-layer memory plugin: SpiceDB ReBAC authorization + Graphiti knowledge graph",
5
5
  "type": "module",
6
6
  "license": "MIT",