@akanjs/cli 0.0.111 → 0.0.112
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 +4 -4
- package/esm/index.js +4 -4
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -4088,10 +4088,10 @@ var ApplicationRunner = class {
|
|
|
4088
4088
|
resolve: {
|
|
4089
4089
|
alias: {
|
|
4090
4090
|
"@akanjs/config": `${akanjsPrefix}@akanjs/config`,
|
|
4091
|
-
"next/font/local": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4092
|
-
"next/font/google": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4093
|
-
"next/navigation": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4094
|
-
"next/server": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4091
|
+
"next/font/local": `${akanjsPrefix}@akanjs/client/esm/src/createFont`,
|
|
4092
|
+
"next/font/google": `${akanjsPrefix}@akanjs/client/esm/src/createFont`,
|
|
4093
|
+
"next/navigation": `${akanjsPrefix}@akanjs/client/esm/src/navigation`,
|
|
4094
|
+
"next/server": `${akanjsPrefix}@akanjs/client/esm/src/navigation`,
|
|
4095
4095
|
url: "url-polyfill",
|
|
4096
4096
|
vm: "vm-browserify",
|
|
4097
4097
|
process: "process/browser",
|
package/esm/index.js
CHANGED
|
@@ -4407,10 +4407,10 @@ var init_application_runner = __esm({
|
|
|
4407
4407
|
resolve: {
|
|
4408
4408
|
alias: {
|
|
4409
4409
|
"@akanjs/config": `${akanjsPrefix}@akanjs/config`,
|
|
4410
|
-
"next/font/local": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4411
|
-
"next/font/google": `${akanjsPrefix}@akanjs/client/src/createFont`,
|
|
4412
|
-
"next/navigation": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4413
|
-
"next/server": `${akanjsPrefix}@akanjs/client/src/navigation`,
|
|
4410
|
+
"next/font/local": `${akanjsPrefix}@akanjs/client/esm/src/createFont`,
|
|
4411
|
+
"next/font/google": `${akanjsPrefix}@akanjs/client/esm/src/createFont`,
|
|
4412
|
+
"next/navigation": `${akanjsPrefix}@akanjs/client/esm/src/navigation`,
|
|
4413
|
+
"next/server": `${akanjsPrefix}@akanjs/client/esm/src/navigation`,
|
|
4414
4414
|
url: "url-polyfill",
|
|
4415
4415
|
vm: "vm-browserify",
|
|
4416
4416
|
process: "process/browser",
|