@akanjs/devkit 2.4.2-rc.1 → 2.4.2-rc.2

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.
Files changed (2) hide show
  1. package/executors.ts +1 -1
  2. package/package.json +2 -2
package/executors.ts CHANGED
@@ -1451,7 +1451,7 @@ export class AppExecutor extends SysExecutor {
1451
1451
  if (!devOnlyKeys.size) return pageKeys;
1452
1452
  const isDevOnly = (key: string) => devOnlyKeys.has(key) || devOnlyDirs.some((dir) => key.startsWith(dir));
1453
1453
  const dropped = pageKeys.filter(isDevOnly);
1454
- this.log(`[route] excluded ${dropped.length} dev-only route file(s) from the build: ${dropped.join(", ")}`);
1454
+ this.verbose(`[route] excluded ${dropped.length} dev-only route file(s) from the build: ${dropped.join(", ")}`);
1455
1455
  return pageKeys.filter((key) => !isDevOnly(key));
1456
1456
  }
1457
1457
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/devkit",
3
- "version": "2.4.2-rc.1",
3
+ "version": "2.4.2-rc.2",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -44,7 +44,7 @@
44
44
  "@langchain/openai": "^1.4.6",
45
45
  "@tailwindcss/node": "^4.3.0",
46
46
  "@trapezedev/project": "^7.1.4",
47
- "akanjs": "2.4.2-rc.1",
47
+ "akanjs": "2.4.2-rc.2",
48
48
  "chalk": "^5.6.2",
49
49
  "commander": "^14.0.3",
50
50
  "daisyui": "5.5.23",