@tamyla/clodo-framework 3.1.19 → 3.1.20

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.1.20](https://github.com/tamylaa/clodo-framework/compare/v3.1.19...v3.1.20) (2025-10-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use depth-aware import paths in re-export wrappers ([db383fe](https://github.com/tamylaa/clodo-framework/commit/db383fe22e67b3d6a99b9465253c1169f509db13))
7
+
1
8
  ## [3.1.19](https://github.com/tamylaa/clodo-framework/compare/v3.1.18...v3.1.19) (2025-10-28)
2
9
 
3
10
 
@@ -5,4 +5,4 @@
5
5
  * Gets compiled to dist/ for published package.
6
6
  */
7
7
 
8
- export { FileManager } from '../../bin/shared/utils/file-manager.js';
8
+ export { FileManager } from '../bin/shared/utils/file-manager.js';
@@ -5,4 +5,4 @@
5
5
  * Gets compiled to dist/ for published package.
6
6
  */
7
7
 
8
- export { NameFormatters } from '../../bin/shared/utils/Formatters.js';
8
+ export { NameFormatters } from '../bin/shared/utils/Formatters.js';
@@ -5,4 +5,4 @@
5
5
  * Gets compiled to dist/ for published package.
6
6
  */
7
7
 
8
- export { Logger } from '../../bin/shared/logging/Logger.js';
8
+ export { Logger } from '../bin/shared/logging/Logger.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamyla/clodo-framework",
3
- "version": "3.1.19",
3
+ "version": "3.1.20",
4
4
  "description": "Reusable framework for Clodo-style software architecture on Cloudflare Workers + D1",
5
5
  "type": "module",
6
6
  "sideEffects": [