@elizaos/plugin-health 2.0.3-beta.2 → 2.0.3-beta.3

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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-health",
3
- "version": "2.0.3-beta.2",
3
+ "version": "2.0.3-beta.3",
4
4
  "description": "Health, sleep, circadian and screen-time domain plugin for elizaOS — extracted from app-lifeops in Wave 1 (W1-B). Owns connectors (Apple Health, Google Fit, Strava, Fitbit, Withings, Oura), sleep/circadian/regularity engines, screen-time aggregation, and the wake/bedtime/nap anchor contributions consumed by app-lifeops via the W1-F connector / channel / signal-bus contracts.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -68,6 +68,7 @@
68
68
  "scripts": {
69
69
  "typecheck": "tsc --noEmit -p tsconfig.json",
70
70
  "test": "vitest run --config vitest.config.ts",
71
+ "test:scenarios": "cd ../.. && bun packages/scenario-runner/src/cli.ts list plugins/plugin-health/test/scenarios",
71
72
  "build": "bun run build:js && bun run build:views && bun run build:types",
72
73
  "clean": "rm -rf dist",
73
74
  "build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
@@ -77,9 +78,9 @@
77
78
  "lint:check": "bunx @biomejs/biome check ."
78
79
  },
79
80
  "dependencies": {
80
- "@elizaos/core": "2.0.3-beta.2",
81
- "@elizaos/shared": "2.0.3-beta.2",
82
- "@elizaos/ui": "2.0.3-beta.2",
81
+ "@elizaos/core": "2.0.3-beta.3",
82
+ "@elizaos/shared": "2.0.3-beta.3",
83
+ "@elizaos/ui": "2.0.3-beta.3",
83
84
  "lucide-react": "^1.0.0"
84
85
  },
85
86
  "peerDependencies": {
@@ -88,6 +89,7 @@
88
89
  },
89
90
  "devDependencies": {
90
91
  "@biomejs/biome": "^2.4.14",
92
+ "@elizaos/plugin-scheduling": "2.0.3-beta.3",
91
93
  "@types/node": "^25.6.0",
92
94
  "@types/react": "^19.0.0",
93
95
  "@types/react-dom": "^19.0.0",
@@ -105,5 +107,5 @@
105
107
  "publishConfig": {
106
108
  "access": "public"
107
109
  },
108
- "gitHead": "82fe0f44215954c2417328203f5bd6510985c1fc"
110
+ "gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
109
111
  }