neoagent 3.1.0 → 3.1.1-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neoagent",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-beta.0",
4
4
  "description": "Self-hosted AI agent for long-running tasks, automation, messaging, device control, and local memory",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "server/index.js",
@@ -79,6 +79,7 @@
79
79
  "bcrypt": "^6.0.0",
80
80
  "better-sqlite3": "^11.8.1",
81
81
  "better-sqlite3-session-store": "^0.1.0",
82
+ "cheerio": "^1.0.0-rc.12",
82
83
  "cors": "^2.8.5",
83
84
  "discord.js": "^14.25.1",
84
85
  "dotenv": "^16.4.7",
@@ -7,6 +7,7 @@
7
7
  "node": ">=20"
8
8
  },
9
9
  "dependencies": {
10
+ "cheerio": "^1.0.0-rc.12",
10
11
  "express": "^4.21.2",
11
12
  "playwright-chromium": "^1.59.1",
12
13
  "proper-lockfile": "^4.1.2"
@@ -1 +1 @@
1
- 4a3cf72801d868c962de138d534e3ede
1
+ bbfcb5e7024f3007098ad6f2dd4c29d9
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"a10d8ac38de835021c8d2f920dbf50a920ccc0
37
37
 
38
38
  _flutter.loader.load({
39
39
  serviceWorkerSettings: {
40
- serviceWorkerVersion: "4131299682" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
40
+ serviceWorkerVersion: "2107519308" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
41
41
  }
42
42
  });