@lobb-js/lobb-ext-llm 0.3.0 → 0.3.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
 
4
4
  - - -
5
+ ## llm-ext@0.3.2 - 2026-03-28
6
+ #### Bug Fixes
7
+ - update readme to trigger publish - (cf1e896) - malik ben
8
+ - update READMEs to trigger republish of all packages - (2bd145d) - malik ben
9
+ #### Miscellaneous Chores
10
+ - (**version**) 0.26.2 - (1907933) - Cocogitto Bot
11
+
12
+ - - -
13
+
14
+ ## llm-ext@0.3.1 - 2026-03-28
15
+ #### Bug Fixes
16
+ - adding readme to all packages - (3a9264a) - malik ben
17
+ #### Miscellaneous Chores
18
+ - add publishConfig and fix ext packages for npm publishing - (49747e9) - malik ben
19
+
20
+ - - -
21
+
5
22
  ## llm-ext@0.3.0 - 2026-03-28
6
23
  #### Features
7
24
  - (**llm-ext**) add mock OpenAI server for tests and base_url config option - (ece56a3) - malik ben
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # @lobb-js/lobb-ext-llm
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@lobb-js/lobb-ext-llm",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
6
9
  "exports": {
7
10
  ".": "./extensions/llm/index.ts"
8
11
  },
@@ -12,7 +15,7 @@
12
15
  "dev": "bun run lobb.ts"
13
16
  },
14
17
  "dependencies": {
15
- "@lobb-js/core": "0.13.0",
18
+ "@lobb-js/core": "^0.13.3",
16
19
  "hono": "^4.7.0",
17
20
  "ollama": "^0.5.14",
18
21
  "openai": "^4.87.3"