@7n/llm-lib 3.2.1 → 3.2.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 (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.3] - 2026-08-11
4
+
5
+ ### Changed
6
+
7
+ - chore(release): синк пінів платформних napi-пакетів @7n/llm-lib
8
+
9
+ ## [3.2.2] - 2026-08-10
10
+
11
+ ### Changed
12
+
13
+ - chore(release): синк пінів платформних napi-пакетів @7n/llm-lib
14
+
3
15
  ## [3.2.1] - 2026-08-10
4
16
 
5
17
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/llm-lib",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Тонкий шар роботи з LLM (локальні omlx + хмарні провайдери) поверх pi: model tiers, one-shot, agentic-раннери, write-guard, trace, telemetry, prompt-budget",
5
5
  "keywords": [
6
6
  "nitra",
@@ -56,8 +56,8 @@
56
56
  "access": "public"
57
57
  },
58
58
  "optionalDependencies": {
59
- "@7n/llm-lib-darwin-arm64": "3.2.1",
60
- "@7n/llm-lib-linux-x64": "3.2.1"
59
+ "@7n/llm-lib-darwin-arm64": "3.2.2",
60
+ "@7n/llm-lib-linux-x64": "3.2.2"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@earendil-works/pi-ai": "~0.80.10",