@akanjs/cli 1.0.5-canary.3 → 1.0.5-canary.4
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 +2 -8
- package/esm/index.js +2 -8
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -4683,9 +4683,7 @@ var ApplicationRunner = class {
|
|
|
4683
4683
|
minify: true,
|
|
4684
4684
|
rollupOptions: {
|
|
4685
4685
|
// ...(process.env.USE_AKANJS_PKGS === "true" ? {} : { external: ["next/server"] }),
|
|
4686
|
-
input: `${app.cwdPath}/app/index.html
|
|
4687
|
-
external: ["@capgo/capacitor-updater"]
|
|
4688
|
-
// external: ["@capacitor/cli", "capacitor-cli.d.ts"],
|
|
4686
|
+
input: `${app.cwdPath}/app/index.html`
|
|
4689
4687
|
}
|
|
4690
4688
|
},
|
|
4691
4689
|
css: { postcss: `${app.cwdPath}/postcss.config.js` },
|
|
@@ -4747,11 +4745,7 @@ var ApplicationRunner = class {
|
|
|
4747
4745
|
"process.version": JSON.stringify(process.version)
|
|
4748
4746
|
},
|
|
4749
4747
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4750
|
-
logLevel: "error"
|
|
4751
|
-
optimizeDeps: {
|
|
4752
|
-
exclude: ["@capgo/capacitor-updater"]
|
|
4753
|
-
// exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts", "@capgo/capacitor-updater"],
|
|
4754
|
-
}
|
|
4748
|
+
logLevel: "error"
|
|
4755
4749
|
});
|
|
4756
4750
|
return config;
|
|
4757
4751
|
}
|
package/esm/index.js
CHANGED
|
@@ -4664,9 +4664,7 @@ var ApplicationRunner = class {
|
|
|
4664
4664
|
minify: true,
|
|
4665
4665
|
rollupOptions: {
|
|
4666
4666
|
// ...(process.env.USE_AKANJS_PKGS === "true" ? {} : { external: ["next/server"] }),
|
|
4667
|
-
input: `${app.cwdPath}/app/index.html
|
|
4668
|
-
external: ["@capgo/capacitor-updater"]
|
|
4669
|
-
// external: ["@capacitor/cli", "capacitor-cli.d.ts"],
|
|
4667
|
+
input: `${app.cwdPath}/app/index.html`
|
|
4670
4668
|
}
|
|
4671
4669
|
},
|
|
4672
4670
|
css: { postcss: `${app.cwdPath}/postcss.config.js` },
|
|
@@ -4728,11 +4726,7 @@ var ApplicationRunner = class {
|
|
|
4728
4726
|
"process.version": JSON.stringify(process.version)
|
|
4729
4727
|
},
|
|
4730
4728
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4731
|
-
logLevel: "error"
|
|
4732
|
-
optimizeDeps: {
|
|
4733
|
-
exclude: ["@capgo/capacitor-updater"]
|
|
4734
|
-
// exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts", "@capgo/capacitor-updater"],
|
|
4735
|
-
}
|
|
4729
|
+
logLevel: "error"
|
|
4736
4730
|
});
|
|
4737
4731
|
return config;
|
|
4738
4732
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "module",
|
|
3
3
|
"sourceType": "module",
|
|
4
4
|
"name": "@akanjs/cli",
|
|
5
|
-
"version": "1.0.5-canary.
|
|
5
|
+
"version": "1.0.5-canary.4",
|
|
6
6
|
"bin": {
|
|
7
7
|
"akan": "esm/index.js"
|
|
8
8
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@vitejs/plugin-react": "^4.7.0",
|
|
31
31
|
"axios": "^1.7.9",
|
|
32
32
|
"chalk": "^5.4.1",
|
|
33
|
-
"commander": "^
|
|
33
|
+
"commander": "^14.0.2",
|
|
34
34
|
"compare-versions": "^6.1.1",
|
|
35
35
|
"dayjs": "^1.11.13",
|
|
36
36
|
"dotenv": "^16.4.7",
|