@aitronos/freddy-plugins 0.4.55 → 0.4.57
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 +30 -0
- package/dist/freddy-plugins.css +1 -1
- package/dist/{icons-BGgr1l_8.cjs → icons-DQveW34E.cjs} +2 -2
- package/dist/icons-DQveW34E.cjs.map +1 -0
- package/dist/{icons-ChDgG5_V.js → icons-Lnvg2xiB.js} +23 -23
- package/dist/icons-Lnvg2xiB.js.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +14 -15
- package/dist/index.js +2780 -2836
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/icons-BGgr1l_8.cjs.map +0 -1
- package/dist/icons-ChDgG5_V.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 0.4.57 (2025-11-24)
|
|
2
|
+
|
|
3
|
+
**emoving services, fix component usage and commenting assistants export to check all working or not.**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** removing services, fix component usage and commenting assistants export to check all working or not.
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `56f9aa6`
|
|
9
|
+
- **Author:** asif-mn-aitronos
|
|
10
|
+
- **Date:** 2025-11-21
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- removing services, fix component usage and commenting assistants export to check all working or not.
|
|
15
|
+
|
|
16
|
+
## 0.4.56 (2025-11-21)
|
|
17
|
+
|
|
18
|
+
**Complete SSR Compatibility - Remove All localStorage Dependencies**
|
|
19
|
+
|
|
20
|
+
### Commit Details
|
|
21
|
+
- **Commit Message:** Complete SSR Compatibility - Remove All localStorage Dependencies
|
|
22
|
+
- **Branch:** `main` (Other)
|
|
23
|
+
- **Commit Hash:** `7ee6ebe`
|
|
24
|
+
- **Author:** asif-mn-aitronos
|
|
25
|
+
- **Date:** 2025-11-21
|
|
26
|
+
- **Version Type:** patch
|
|
27
|
+
|
|
28
|
+
### Changes
|
|
29
|
+
- Complete SSR Compatibility - Remove All localStorage Dependencies
|
|
30
|
+
|
|
1
31
|
## 0.4.55 (2025-11-21)
|
|
2
32
|
|
|
3
33
|
**New version release to test the issue fixed in nuxt app as part of assistant creation**
|