@apholdings/jensen-web-ui 0.1.2 → 0.1.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.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Promote `JENSEN.md` as the preferred project instruction file, keep `AGENTS.md` as a supported fallback with deprecation diagnostics, and update the related interactive messaging and documentation.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @apholdings/jensen-ai@0.1.3
|
|
10
|
+
- @apholdings/jensen-tui@0.1.3
|
|
11
|
+
|
|
3
12
|
## 0.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apholdings/jensen-web-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Reusable web UI components for AI chat interfaces powered by @apholdings/jensen-ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"ollama": "^0.6.0",
|
|
29
29
|
"pdfjs-dist": "5.4.394",
|
|
30
30
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
31
|
-
"@apholdings/jensen-tui": "0.1.
|
|
32
|
-
"@apholdings/jensen-ai": "0.1.
|
|
31
|
+
"@apholdings/jensen-tui": "0.1.4",
|
|
32
|
+
"@apholdings/jensen-ai": "0.1.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@mariozechner/mini-lit": "^0.2.0",
|