@akanjs/cli 0.0.116 → 0.0.117

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/cjs/index.js +1 -0
  2. package/esm/index.js +3786 -4255
  3. package/package.json +2 -2
package/cjs/index.js CHANGED
@@ -2247,6 +2247,7 @@ var Builder = class {
2247
2247
  };
2248
2248
  buildResult.outputFiles.map((file) => this.#distExecutor.writeFile(file.path, file.text));
2249
2249
  this.#distExecutor.writeJson("package.json", pkgPackageJson);
2250
+ this.#executor.writeJson("package.json", pkgPackageJson);
2250
2251
  }
2251
2252
  };
2252
2253