@akanjs/cli 2.3.6-rc.4 → 2.3.7

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.
@@ -1061,7 +1061,8 @@ var decreaseBuildNum = async (app) => {
1061
1061
  };
1062
1062
  // pkgs/@akanjs/devkit/getDirname.ts
1063
1063
  import path2 from "path";
1064
- var getDirname = (url) => path2.dirname(new URL(url).pathname);
1064
+ import { fileURLToPath as fileURLToPath2 } from "url";
1065
+ var getDirname = (url) => path2.dirname(fileURLToPath2(url));
1065
1066
 
1066
1067
  // pkgs/@akanjs/devkit/linter.ts
1067
1068
  import { spawn } from "child_process";
package/index.js CHANGED
@@ -1059,7 +1059,8 @@ var decreaseBuildNum = async (app) => {
1059
1059
  };
1060
1060
  // pkgs/@akanjs/devkit/getDirname.ts
1061
1061
  import path2 from "path";
1062
- var getDirname = (url) => path2.dirname(new URL(url).pathname);
1062
+ import { fileURLToPath as fileURLToPath2 } from "url";
1063
+ var getDirname = (url) => path2.dirname(fileURLToPath2(url));
1063
1064
 
1064
1065
  // pkgs/@akanjs/devkit/linter.ts
1065
1066
  import { spawn } from "child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.3.6-rc.4",
3
+ "version": "2.3.7",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "@langchain/openai": "^1.4.6",
35
35
  "@tailwindcss/node": "^4.3.0",
36
36
  "@trapezedev/project": "^7.1.4",
37
- "akanjs": "2.3.6-rc.4",
37
+ "akanjs": "2.3.7",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "daisyui": "5.5.23",