@elizaos/plugin-reminders 2.0.3-beta.4 → 2.0.3-beta.5

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 +9 -9
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-reminders",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3-beta.5",
4
4
  "type": "module",
5
5
  "description": "Reminder delivery + escalation data layer for elizaOS agents: owns the app_reminders schema (reminder plans, per-channel delivery attempts, escalation states) carved out of @elizaos/plugin-personal-assistant, with a non-destructive migration from app_lifeops. The delivery/escalation engine is host-wired during the decomposition.",
6
6
  "main": "./dist/index.js",
7
7
  "scripts": {
8
- "typecheck": "tsc --noEmit -p tsconfig.json",
8
+ "typecheck": "tsgo --noEmit -p tsconfig.json",
9
9
  "lint": "bunx @biomejs/biome check src/",
10
10
  "test": "bunx vitest run --config ./vitest.config.ts",
11
11
  "build": "bun run build:js && bun run build:types",
12
- "clean": "rm -rf dist",
12
+ "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist",
13
13
  "build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
14
14
  "build:types": "bunx tsc --noCheck -p tsconfig.build.json && node ../../packages/scripts/rewrite-dist-relative-imports-node-esm.mjs"
15
15
  },
@@ -47,14 +47,14 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@elizaos/agent": "2.0.3-beta.4",
51
- "@elizaos/core": "2.0.3-beta.4",
52
- "@elizaos/plugin-scheduling": "2.0.3-beta.4",
53
- "@elizaos/shared": "2.0.3-beta.4",
50
+ "@elizaos/agent": "2.0.3-beta.5",
51
+ "@elizaos/core": "2.0.3-beta.5",
52
+ "@elizaos/plugin-scheduling": "2.0.3-beta.5",
53
+ "@elizaos/shared": "2.0.3-beta.5",
54
54
  "drizzle-orm": "^0.45.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@elizaos/plugin-sql": "2.0.3-beta.4"
57
+ "@elizaos/plugin-sql": "2.0.3-beta.5"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
@@ -70,5 +70,5 @@
70
70
  "typescript": "^6.0.3",
71
71
  "vitest": "^4.0.17"
72
72
  },
73
- "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
73
+ "gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
74
74
  }