@aitronos/freddy-plugins 0.4.48 → 0.4.49
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 +13 -0
- package/dist/freddy-plugins.css +1 -1
- package/dist/icons-9AWNk0-N.js +4852 -0
- package/dist/icons-9AWNk0-N.js.map +1 -0
- package/dist/icons-xpTz6-wI.cjs +2 -0
- package/dist/icons-xpTz6-wI.cjs.map +1 -0
- package/dist/index.cjs +33 -33
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -362
- package/dist/index.js +10329 -15090
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.4.49 (2025-11-19)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** new issue fix for vit config to update the imports
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `1a830e3`
|
|
7
|
+
- **Author:** asif-mn-aitronos
|
|
8
|
+
- **Date:** 2025-11-19
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- new issue fix for vit config to update the imports
|
|
13
|
+
|
|
1
14
|
## 0.4.48 (2025-11-19)
|
|
2
15
|
|
|
3
16
|
### Commit Details
|