@akanjs/cli 0.0.115 → 0.0.117
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/cjs/index.js +5 -4
- package/esm/index.js +3786 -4255
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -2247,6 +2247,7 @@ var Builder = class {
|
|
|
2247
2247
|
};
|
|
2248
2248
|
buildResult.outputFiles.map((file) => this.#distExecutor.writeFile(file.path, file.text));
|
|
2249
2249
|
this.#distExecutor.writeJson("package.json", pkgPackageJson);
|
|
2250
|
+
this.#executor.writeJson("package.json", pkgPackageJson);
|
|
2250
2251
|
}
|
|
2251
2252
|
};
|
|
2252
2253
|
|
|
@@ -4088,10 +4089,10 @@ var ApplicationRunner = class {
|
|
|
4088
4089
|
resolve: {
|
|
4089
4090
|
alias: {
|
|
4090
4091
|
"@akanjs/config": `${akanjsPrefix}@akanjs/config`,
|
|
4091
|
-
"next/font/local": `${akanjsPrefix}@akanjs/client/
|
|
4092
|
-
"next/font/google": `${akanjsPrefix}@akanjs/client/
|
|
4093
|
-
"next/navigation": `${akanjsPrefix}@akanjs/client/
|
|
4094
|
-
"next/server": `${akanjsPrefix}@akanjs/client/
|
|
4092
|
+
"next/font/local": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4093
|
+
"next/font/google": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4094
|
+
"next/navigation": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4095
|
+
"next/server": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4095
4096
|
url: "url-polyfill",
|
|
4096
4097
|
vm: "vm-browserify",
|
|
4097
4098
|
process: "process/browser",
|