@backtest-kit/ollama 0.0.3 → 0.0.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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/ollama",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Multi-provider LLM inference library for AI-powered trading strategies. Supports 10+ providers including OpenAI, Claude, DeepSeek, Grok, Mistral with unified API and automatic token rotation.",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -75,15 +75,12 @@
75
75
  "ts-morph": "27.0.2",
76
76
  "tslib": "2.7.0",
77
77
  "typedoc": "0.27.9",
78
- "markdownlint": "0.38.0",
79
78
  "worker-testbed": "1.0.12",
80
79
  "ollama": "0.6.0",
81
80
  "openai": "4.97.0",
82
- "jsonrepair": "3.12.0",
83
81
  "@langchain/core": "0.3.57",
84
82
  "@langchain/xai": "0.0.2",
85
- "@huggingface/inference": "4.7.1",
86
- "sanitize-html": "2.17.0"
83
+ "@huggingface/inference": "4.7.1"
87
84
  },
88
85
  "peerDependencies": {
89
86
  "agent-swarm-kit": "^1.1.180",
@@ -91,16 +88,18 @@
91
88
  "typescript": "^5.0.0",
92
89
  "ollama": "^0.6.0",
93
90
  "openai": "^4.97.0",
94
- "jsonrepair": "^3.12.0",
95
91
  "@langchain/core": "^0.3.57",
96
92
  "@langchain/xai": "^0.0.2",
97
- "@huggingface/inference": "^4.7.1",
98
- "sanitize-html": "^2.17.0"
93
+ "@huggingface/inference": "^4.7.1"
99
94
  },
100
95
  "dependencies": {
101
96
  "di-kit": "^1.0.18",
102
97
  "di-scoped": "^1.0.20",
103
98
  "functools-kit": "^1.0.95",
99
+ "jsonrepair": "^3.12.0",
100
+ "markdown-it": "^14.1.0",
101
+ "markdownlint": "^0.38.0",
102
+ "sanitize-html": "^2.17.0",
104
103
  "get-moment-stamp": "^1.1.1"
105
104
  },
106
105
  "publishConfig": {