@elizaos/plugin-local-inference 2.0.3-beta.3 → 2.0.3-beta.4
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-local-inference",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"description": "Eliza-1 local provider plus HTTP routes for local model catalog, downloads, hardware detection, and chat commands.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -105,17 +105,17 @@
|
|
|
105
105
|
"typecheck": "tsgo --noEmit"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@elizaos/core": "2.0.3-beta.
|
|
109
|
-
"@elizaos/plugin-aosp-local-inference": "2.0.3-beta.
|
|
110
|
-
"@elizaos/plugin-capacitor-bridge": "2.0.3-beta.
|
|
111
|
-
"@elizaos/plugin-computeruse": "2.0.3-beta.
|
|
112
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
108
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
109
|
+
"@elizaos/plugin-aosp-local-inference": "2.0.3-beta.4",
|
|
110
|
+
"@elizaos/plugin-capacitor-bridge": "2.0.3-beta.4",
|
|
111
|
+
"@elizaos/plugin-computeruse": "2.0.3-beta.4",
|
|
112
|
+
"@elizaos/shared": "2.0.3-beta.4",
|
|
113
113
|
"phonemizer": "^1.2.1",
|
|
114
114
|
"ws": "^8.20.1"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@elizaos/core": "2.0.3-beta.
|
|
118
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
117
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
118
|
+
"@elizaos/shared": "2.0.3-beta.4"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@biomejs/biome": "^2.4.14",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"publishConfig": {
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
131
131
|
}
|