@fgv/ts-extras-ollama 5.1.0-49 → 5.1.0-50
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-extras-ollama",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-50",
|
|
4
4
|
"description": "Result-integration boundary over the ollama JS library for Node consumers (model management, streamed pull progress, grammar-constrained structured output)",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-extras-ollama.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": false,
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@fgv/ts-json-base": "5.1.0-
|
|
49
|
+
"@fgv/ts-json-base": "5.1.0-50"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"ollama": "^0.6.0",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"ts-jest": "^29.4.6",
|
|
72
72
|
"ts-node": "^10.9.2",
|
|
73
73
|
"typescript": "5.9.3",
|
|
74
|
-
"@fgv/
|
|
75
|
-
"@fgv/
|
|
76
|
-
"@fgv/ts-utils
|
|
74
|
+
"@fgv/ts-utils-jest": "5.1.0-50",
|
|
75
|
+
"@fgv/heft-dual-rig": "5.1.0-50",
|
|
76
|
+
"@fgv/ts-utils": "5.1.0-50"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"ollama": "^0.6.0",
|
|
80
|
-
"@fgv/ts-utils": "5.1.0-
|
|
80
|
+
"@fgv/ts-utils": "5.1.0-50"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"build": "heft build --clean",
|