@akanjs/cli 1.0.5-canary.2 → 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 -7
- package/esm/index.js +2 -7
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -4683,8 +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: ["@capacitor/cli", "capacitor-cli.d.ts"]
|
|
4686
|
+
input: `${app.cwdPath}/app/index.html`
|
|
4688
4687
|
}
|
|
4689
4688
|
},
|
|
4690
4689
|
css: { postcss: `${app.cwdPath}/postcss.config.js` },
|
|
@@ -4746,11 +4745,7 @@ var ApplicationRunner = class {
|
|
|
4746
4745
|
"process.version": JSON.stringify(process.version)
|
|
4747
4746
|
},
|
|
4748
4747
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4749
|
-
logLevel: "error"
|
|
4750
|
-
optimizeDeps: {
|
|
4751
|
-
// exclude: ["@capgo/capacitor-updater"],
|
|
4752
|
-
exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts"]
|
|
4753
|
-
}
|
|
4748
|
+
logLevel: "error"
|
|
4754
4749
|
});
|
|
4755
4750
|
return config;
|
|
4756
4751
|
}
|
package/esm/index.js
CHANGED
|
@@ -4664,8 +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: ["@capacitor/cli", "capacitor-cli.d.ts"]
|
|
4667
|
+
input: `${app.cwdPath}/app/index.html`
|
|
4669
4668
|
}
|
|
4670
4669
|
},
|
|
4671
4670
|
css: { postcss: `${app.cwdPath}/postcss.config.js` },
|
|
@@ -4727,11 +4726,7 @@ var ApplicationRunner = class {
|
|
|
4727
4726
|
"process.version": JSON.stringify(process.version)
|
|
4728
4727
|
},
|
|
4729
4728
|
server: { host: "0.0.0.0", port: 4201 },
|
|
4730
|
-
logLevel: "error"
|
|
4731
|
-
optimizeDeps: {
|
|
4732
|
-
// exclude: ["@capgo/capacitor-updater"],
|
|
4733
|
-
exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts"]
|
|
4734
|
-
}
|
|
4729
|
+
logLevel: "error"
|
|
4735
4730
|
});
|
|
4736
4731
|
return config;
|
|
4737
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",
|