@elizaos/plugin-ollama 2.0.0-alpha.12 → 2.0.0-alpha.13
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-ollama",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/node/index.node.js",
|
|
6
6
|
"module": "dist/node/index.node.js",
|
|
@@ -43,12 +43,15 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@biomejs/biome": "2.4.2",
|
|
46
|
+
"@types/bun": "^1.3.11",
|
|
46
47
|
"@types/node": "^25.0.3",
|
|
47
48
|
"typescript": "^5.9.3",
|
|
48
|
-
"@types/bun": "^1.3.11",
|
|
49
49
|
"@elizaos/core": "2.0.0-alpha.98",
|
|
50
50
|
"vitest": "^4.0.0"
|
|
51
51
|
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
|
|
54
|
+
},
|
|
52
55
|
"scripts": {
|
|
53
56
|
"dev": "bun run build.ts --watch",
|
|
54
57
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
@@ -129,8 +132,5 @@
|
|
|
129
132
|
"browser": "Browser-compatible build available via exports.browser",
|
|
130
133
|
"node": "Node.js build available via exports.node"
|
|
131
134
|
}
|
|
132
|
-
},
|
|
133
|
-
"peerDependencies": {
|
|
134
|
-
"@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
|
|
135
135
|
}
|
|
136
136
|
}
|