@elizaos/plugin-inbox 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 +11 -11
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-inbox",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3-beta.5",
4
4
  "type": "module",
5
5
  "description": "Unified cross-channel inbox triage with unresolved-item tracking, snooze, archive, and follow-up watcher. Drives the inbox-zero workflow across email/Discord/Telegram/WhatsApp/X/Slack and other non-SMS channels.",
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:views && 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:views": "bunx --bun vite build --config vite.config.views.ts",
15
15
  "build:types": "tsc --noCheck -p tsconfig.build.json && node ../../packages/scripts/rewrite-dist-relative-imports-node-esm.mjs"
@@ -49,17 +49,17 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@elizaos/agent": "2.0.3-beta.4",
53
- "@elizaos/app-core": "2.0.3-beta.4",
54
- "@elizaos/core": "2.0.3-beta.4",
55
- "@elizaos/plugin-google": "2.0.3-beta.4",
56
- "@elizaos/shared": "2.0.3-beta.4",
57
- "@elizaos/ui": "2.0.3-beta.4",
52
+ "@elizaos/agent": "2.0.3-beta.5",
53
+ "@elizaos/app-core": "2.0.3-beta.5",
54
+ "@elizaos/core": "2.0.3-beta.5",
55
+ "@elizaos/plugin-google": "2.0.3-beta.5",
56
+ "@elizaos/shared": "2.0.3-beta.5",
57
+ "@elizaos/ui": "2.0.3-beta.5",
58
58
  "drizzle-orm": "^0.45.1",
59
59
  "lucide-react": "^1.0.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@elizaos/plugin-sql": "2.0.3-beta.4",
62
+ "@elizaos/plugin-sql": "2.0.3-beta.5",
63
63
  "react": "^19.0.0",
64
64
  "react-dom": "^19.0.0"
65
65
  },
@@ -89,5 +89,5 @@
89
89
  "assets",
90
90
  "dist"
91
91
  ],
92
- "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
92
+ "gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
93
93
  }