beathers 5.3.4 → 5.3.6

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.3.6] - 2025-06-12
4
+
5
+ ### Fixed
6
+
7
+ - **CLI build paths**: Updated build paths to correctly reference package installation location
8
+ - **Output directory logic**: Improved default output path handling for different execution contexts
9
+
10
+ ## [5.3.5] - 2025-06-12
11
+
12
+ ### Fixed
13
+
14
+ - **CLI execution**: Fixed "Command failed: npm run build:pack" error when using `npx beathers` as library in other projects
15
+ - **Package dependencies**: Moved `sass` from devDependencies to dependencies to ensure it's available when package is installed
16
+ - **Build system**: CLI now uses sass compiler directly instead of trying to run npm scripts from user projects
17
+
3
18
  ## [5.3.4] - 2025-06-12
4
19
 
5
20
  ### Updated
@@ -11,7 +26,7 @@
11
26
  ### Fixed
12
27
 
13
28
  - **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/* and dist/scss/* files
29
+ - **Import paths**: Fixed package.json exports field to properly expose dist/css/_ and dist/scss/_ files
15
30
 
16
31
  ## [5.3.2] - 2025-06-12
17
32