@akanjs/cli 1.0.5-canary.2 → 1.0.5-canary.3

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 CHANGED
@@ -4684,7 +4684,8 @@ var ApplicationRunner = class {
4684
4684
  rollupOptions: {
4685
4685
  // ...(process.env.USE_AKANJS_PKGS === "true" ? {} : { external: ["next/server"] }),
4686
4686
  input: `${app.cwdPath}/app/index.html`,
4687
- external: ["@capacitor/cli", "capacitor-cli.d.ts"]
4687
+ external: ["@capgo/capacitor-updater"]
4688
+ // external: ["@capacitor/cli", "capacitor-cli.d.ts"],
4688
4689
  }
4689
4690
  },
4690
4691
  css: { postcss: `${app.cwdPath}/postcss.config.js` },
@@ -4748,8 +4749,8 @@ var ApplicationRunner = class {
4748
4749
  server: { host: "0.0.0.0", port: 4201 },
4749
4750
  logLevel: "error",
4750
4751
  optimizeDeps: {
4751
- // exclude: ["@capgo/capacitor-updater"],
4752
- exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts"]
4752
+ exclude: ["@capgo/capacitor-updater"]
4753
+ // exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts", "@capgo/capacitor-updater"],
4753
4754
  }
4754
4755
  });
4755
4756
  return config;
package/esm/index.js CHANGED
@@ -4665,7 +4665,8 @@ var ApplicationRunner = class {
4665
4665
  rollupOptions: {
4666
4666
  // ...(process.env.USE_AKANJS_PKGS === "true" ? {} : { external: ["next/server"] }),
4667
4667
  input: `${app.cwdPath}/app/index.html`,
4668
- external: ["@capacitor/cli", "capacitor-cli.d.ts"]
4668
+ external: ["@capgo/capacitor-updater"]
4669
+ // external: ["@capacitor/cli", "capacitor-cli.d.ts"],
4669
4670
  }
4670
4671
  },
4671
4672
  css: { postcss: `${app.cwdPath}/postcss.config.js` },
@@ -4729,8 +4730,8 @@ var ApplicationRunner = class {
4729
4730
  server: { host: "0.0.0.0", port: 4201 },
4730
4731
  logLevel: "error",
4731
4732
  optimizeDeps: {
4732
- // exclude: ["@capgo/capacitor-updater"],
4733
- exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts"]
4733
+ exclude: ["@capgo/capacitor-updater"]
4734
+ // exclude: ["@capacitor/cli", "@capacitor/core", "capacitor-cli.d.ts", "@capgo/capacitor-updater"],
4734
4735
  }
4735
4736
  });
4736
4737
  return config;
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.2",
5
+ "version": "1.0.5-canary.3",
6
6
  "bin": {
7
7
  "akan": "esm/index.js"
8
8
  },