@tamyla/clodo-framework 3.0.4 → 3.0.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.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.5](https://github.com/tamylaa/clodo-framework/compare/v3.0.4...v3.0.5) (2025-10-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add missing join import in clodo-service.js ([5e0d7c6](https://github.com/tamylaa/clodo-framework/commit/5e0d7c6ce3262454138f39b4e44d0d24dc7bcb65))
7
+
1
8
  ## [3.0.4](https://github.com/tamylaa/clodo-framework/compare/v3.0.3...v3.0.4) (2025-10-14)
2
9
 
3
10
 
@@ -15,6 +15,7 @@
15
15
  import { Command } from 'commander';
16
16
  import { createInterface } from 'readline';
17
17
  import chalk from 'chalk';
18
+ import { join } from 'path';
18
19
  import { ServiceOrchestrator } from '../dist/service-management/ServiceOrchestrator.js';
19
20
  import { InputCollector } from '../dist/service-management/InputCollector.js';
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamyla/clodo-framework",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Reusable framework for Clodo-style software architecture on Cloudflare Workers + D1",
5
5
  "type": "module",
6
6
  "sideEffects": [