@akanjs/cli 2.3.7 → 2.3.8-rc.1
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/incrementalBuilder.proc.js +1 -2
- package/index.js +1 -2
- package/package.json +2 -2
|
@@ -1061,8 +1061,7 @@ var decreaseBuildNum = async (app) => {
|
|
|
1061
1061
|
};
|
|
1062
1062
|
// pkgs/@akanjs/devkit/getDirname.ts
|
|
1063
1063
|
import path2 from "path";
|
|
1064
|
-
|
|
1065
|
-
var getDirname = (url) => path2.dirname(fileURLToPath2(url));
|
|
1064
|
+
var getDirname = (url) => path2.dirname(new URL(url).pathname);
|
|
1066
1065
|
|
|
1067
1066
|
// pkgs/@akanjs/devkit/linter.ts
|
|
1068
1067
|
import { spawn } from "child_process";
|
package/index.js
CHANGED
|
@@ -1059,8 +1059,7 @@ var decreaseBuildNum = async (app) => {
|
|
|
1059
1059
|
};
|
|
1060
1060
|
// pkgs/@akanjs/devkit/getDirname.ts
|
|
1061
1061
|
import path2 from "path";
|
|
1062
|
-
|
|
1063
|
-
var getDirname = (url) => path2.dirname(fileURLToPath2(url));
|
|
1062
|
+
var getDirname = (url) => path2.dirname(new URL(url).pathname);
|
|
1064
1063
|
|
|
1065
1064
|
// pkgs/@akanjs/devkit/linter.ts
|
|
1066
1065
|
import { spawn } from "child_process";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8-rc.1",
|
|
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.
|
|
37
|
+
"akanjs": "2.3.8-rc.1",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"daisyui": "5.5.23",
|