@easbot/local-model-sdk 0.2.14 → 0.2.15

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/local-model-sdk",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "Complete local model SDK for EASBot - Transformers.js + ONNX implementation supporting both Language Model (text generation) and Embedding (text embedding) with full AI SDK v2 compatibility",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -57,8 +57,8 @@
57
57
  "axios": "^1.16.1",
58
58
  "onnxruntime-node": "^1.25.1",
59
59
  "zod": "^4.4.3",
60
- "@easbot/types": "0.2.14",
61
- "@easbot/utils": "0.2.14"
60
+ "@easbot/types": "0.2.15",
61
+ "@easbot/utils": "0.2.15"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@biomejs/biome": "^2.4.14",