@akanjs/cli 0.0.108 → 0.0.109

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -4063,7 +4063,7 @@ var ApplicationRunner = class {
4063
4063
  outDir: `${app.dist.cwdPath}/csr`,
4064
4064
  sourcemap: false,
4065
4065
  emptyOutDir: true,
4066
- rollupOptions: { external: ["next/server", "@akanjs/base"], input: `${app.cwdPath}/app/index.html` }
4066
+ rollupOptions: { external: ["next/server"], input: `${app.cwdPath}/app/index.html` }
4067
4067
  },
4068
4068
  css: { postcss: `${app.cwdPath}/postcss.config.js` },
4069
4069
  publicDir: `${app.cwdPath}/public`,
package/index.mjs CHANGED
@@ -4382,7 +4382,7 @@ var init_application_runner = __esm({
4382
4382
  outDir: `${app.dist.cwdPath}/csr`,
4383
4383
  sourcemap: false,
4384
4384
  emptyOutDir: true,
4385
- rollupOptions: { external: ["next/server", "@akanjs/base"], input: `${app.cwdPath}/app/index.html` }
4385
+ rollupOptions: { external: ["next/server"], input: `${app.cwdPath}/app/index.html` }
4386
4386
  },
4387
4387
  css: { postcss: `${app.cwdPath}/postcss.config.js` },
4388
4388
  publicDir: `${app.cwdPath}/public`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "@akanjs/cli",
4
- "version": "0.0.108",
4
+ "version": "0.0.109",
5
5
  "bin": {
6
6
  "akan": "index.js"
7
7
  },