@akanjs/cli 0.0.45 → 0.0.46

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 (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4229,6 +4229,7 @@ page.tsx_end
4229
4229
  bundle: true,
4230
4230
  packages: "external",
4231
4231
  format: "cjs",
4232
+ external: ["@akanjs/*"],
4232
4233
  outdir: distPkg.cwdPath,
4233
4234
  logLevel: "warning",
4234
4235
  plugins: [(0, import_esbuild_plugin_d.dtsPlugin)({ tsconfig: `${pkg.cwdPath}/tsconfig.json` })]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "@akanjs/cli",
4
- "version": "0.0.45",
4
+ "version": "0.0.46",
5
5
  "bin": {
6
6
  "akan": "index.js"
7
7
  },