makepack 1.7.25 → 1.7.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makepack",
3
- "version": "1.7.25",
3
+ "version": "1.7.26",
4
4
  "type": "module",
5
5
  "description": "A CLI tool to create, build, and manage JavaScript, TypeScript, React, and React-TypeScript libraries for npm projects.",
6
6
  "categories": [
@@ -190,7 +190,6 @@ async function bundler(args, spinner, child = false) {
190
190
  plugins: [dts()],
191
191
  });
192
192
  await bundlets.write({
193
- format: "esm",
194
193
  preserveModules: true,
195
194
  preserveModulesRoot: args.rootdir,
196
195
  dir: path.join(args.outdir),