@akanjs/cli 2.4.0-rc.5 → 2.4.0-rc.6

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.
@@ -1048,7 +1048,7 @@ CMD [${command.map((c) => `"${c}"`).join(",")}]`;
1048
1048
  return this.#getMissingDependencySpecs(this.getDatabaseModeRuntimePackages(databaseMode));
1049
1049
  }
1050
1050
  getMobileRuntimePackages() {
1051
- return [...MOBILE_RUNTIME_PACKAGES];
1051
+ return [...new Set([...MOBILE_RUNTIME_PACKAGES, ...MOBILE_APP_CAPACITOR_PLUGINS])];
1052
1052
  }
1053
1053
  getMissingMobileDependencySpecs() {
1054
1054
  return this.#getMissingDependencySpecs(this.getMobileRuntimePackages());
package/index.js CHANGED
@@ -1046,7 +1046,7 @@ CMD [${command.map((c) => `"${c}"`).join(",")}]`;
1046
1046
  return this.#getMissingDependencySpecs(this.getDatabaseModeRuntimePackages(databaseMode));
1047
1047
  }
1048
1048
  getMobileRuntimePackages() {
1049
- return [...MOBILE_RUNTIME_PACKAGES];
1049
+ return [...new Set([...MOBILE_RUNTIME_PACKAGES, ...MOBILE_APP_CAPACITOR_PLUGINS])];
1050
1050
  }
1051
1051
  getMissingMobileDependencySpecs() {
1052
1052
  return this.#getMissingDependencySpecs(this.getMobileRuntimePackages());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.4.0-rc.5",
3
+ "version": "2.4.0-rc.6",
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.4.0-rc.5",
37
+ "akanjs": "2.4.0-rc.6",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "daisyui": "5.5.23",