@akanjs/cli 1.0.4 → 1.0.5-canary.1

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
@@ -4748,7 +4748,8 @@ var ApplicationRunner = class {
4748
4748
  server: { host: "0.0.0.0", port: 4201 },
4749
4749
  logLevel: "error",
4750
4750
  optimizeDeps: {
4751
- exclude: ["@capgo/capacitor-updater"]
4751
+ // exclude: ["@capgo/capacitor-updater"],
4752
+ exclude: ["capacitor-cli.d.ts"]
4752
4753
  }
4753
4754
  });
4754
4755
  return config;
package/esm/index.js CHANGED
@@ -4729,7 +4729,8 @@ var ApplicationRunner = class {
4729
4729
  server: { host: "0.0.0.0", port: 4201 },
4730
4730
  logLevel: "error",
4731
4731
  optimizeDeps: {
4732
- exclude: ["@capgo/capacitor-updater"]
4732
+ // exclude: ["@capgo/capacitor-updater"],
4733
+ exclude: ["capacitor-cli.d.ts"]
4733
4734
  }
4734
4735
  });
4735
4736
  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.4",
5
+ "version": "1.0.5-canary.1",
6
6
  "bin": {
7
7
  "akan": "esm/index.js"
8
8
  },