beathers 5.3.4 → 5.3.5
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 +9 -1
- package/dist/css/beathers.min.css +1 -1
- package/dist/css/beathers.min.css.map +1 -1
- package/dist/scripts/commands/build.js +12 -6
- package/dist/scss/beathers.min.scss +1 -1
- package/package.json +3 -3
- package/readme.md +13 -4
package/CHANGELOG
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.3.5] - 2025-06-12
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- **CLI execution**: Fixed "Command failed: npm run build:pack" error when using `npx beathers` as library in other projects
|
|
8
|
+
- **Package dependencies**: Moved `sass` from devDependencies to dependencies to ensure it's available when package is installed
|
|
9
|
+
- **Build system**: CLI now uses sass compiler directly instead of trying to run npm scripts from user projects
|
|
10
|
+
|
|
3
11
|
## [5.3.4] - 2025-06-12
|
|
4
12
|
|
|
5
13
|
### Updated
|
|
@@ -11,7 +19,7 @@
|
|
|
11
19
|
### Fixed
|
|
12
20
|
|
|
13
21
|
- **Module exports**: Added CSS and SCSS files to package exports to fix "Module not found" error when importing CSS files
|
|
14
|
-
- **Import paths**: Fixed package.json exports field to properly expose dist/css
|
|
22
|
+
- **Import paths**: Fixed package.json exports field to properly expose dist/css/_ and dist/scss/_ files
|
|
15
23
|
|
|
16
24
|
## [5.3.2] - 2025-06-12
|
|
17
25
|
|