@elizaos/plugin-ollama 2.0.0-alpha.1 → 2.0.0-alpha.3

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 +16 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-ollama",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.3",
4
4
  "type": "module",
5
5
  "main": "dist/node/index.node.js",
6
6
  "module": "dist/node/index.node.js",
@@ -37,15 +37,15 @@
37
37
  "sideEffects": false,
38
38
  "dependencies": {
39
39
  "@ai-sdk/ui-utils": "^1.2.8",
40
- "@elizaos/core": "workspace:*",
40
+ "@elizaos/core": "2.0.0-alpha.3",
41
41
  "ai": "^4.3.9",
42
42
  "js-tiktoken": "^1.0.18",
43
43
  "ollama-ai-provider": "^1.2.0"
44
44
  },
45
45
  "devDependencies": {
46
+ "@biomejs/biome": "^2.3.11",
46
47
  "@types/node": "^25.0.3",
47
- "typescript": "^5.9.3",
48
- "@biomejs/biome": "^2.3.11"
48
+ "typescript": "^5.9.3"
49
49
  },
50
50
  "scripts": {
51
51
  "dev": "bun run build.ts --watch",
@@ -56,7 +56,6 @@
56
56
  "typecheck": "tsc --noEmit -p tsconfig.json",
57
57
  "test": "vitest run",
58
58
  "test:unit": "vitest run __tests__/",
59
- "postinstall": "bun scripts/install-ollama.js",
60
59
  "lint:check": "bunx @biomejs/biome check .",
61
60
  "build": "bun run build.ts",
62
61
  "build:ts": "bun run build.ts"
@@ -117,5 +116,16 @@
117
116
  }
118
117
  }
119
118
  },
120
- "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460"
119
+ "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
120
+ "milaidy": {
121
+ "platforms": [
122
+ "browser",
123
+ "node"
124
+ ],
125
+ "runtime": "both",
126
+ "platformDetails": {
127
+ "browser": "Browser-compatible build available via exports.browser",
128
+ "node": "Node.js build available via exports.node"
129
+ }
130
+ }
121
131
  }