@donezone/cli 0.1.31 → 0.1.32

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/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42868,8 +42868,7 @@ async function runBunCliBuild(entryPath, outFilePath) {
42868
42868
  "bun",
42869
42869
  "--format",
42870
42870
  "esm",
42871
- "--sourcemap",
42872
- "none",
42871
+ "--sourcemap=none",
42873
42872
  "--define",
42874
42873
  'process.env.NODE_ENV="production"'
42875
42874
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donezone/cli",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {