craft-native 0.0.53 → 0.0.55

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/dist/cli.js CHANGED
@@ -479,7 +479,7 @@ function dmgCreateArguments(opts, contentBytes) {
479
479
  `${dmgCapacityMegabytes(contentBytes)}m`,
480
480
  "-ov",
481
481
  "-format",
482
- "UDZO",
482
+ "ULMO",
483
483
  opts.outputPath
484
484
  ];
485
485
  }
@@ -3504,7 +3504,7 @@ function craftBinaryNotFoundMessage(triedPath) {
3504
3504
  `);
3505
3505
  }
3506
3506
  // package.json
3507
- var version = "0.0.53";
3507
+ var version = "0.0.55";
3508
3508
 
3509
3509
  // bin/cli.ts
3510
3510
  var cli = new CLI("craft");
package/dist/index.cjs CHANGED
@@ -737,7 +737,7 @@ function dmgCreateArguments(opts, contentBytes) {
737
737
  `${dmgCapacityMegabytes(contentBytes)}m`,
738
738
  "-ov",
739
739
  "-format",
740
- "UDZO",
740
+ "ULMO",
741
741
  opts.outputPath
742
742
  ];
743
743
  }
package/dist/index.js CHANGED
@@ -514,7 +514,7 @@ function dmgCreateArguments(opts, contentBytes) {
514
514
  `${dmgCapacityMegabytes(contentBytes)}m`,
515
515
  "-ov",
516
516
  "-format",
517
- "UDZO",
517
+ "ULMO",
518
518
  opts.outputPath
519
519
  ];
520
520
  }
@@ -10610,4 +10610,4 @@ export {
10610
10610
  Animated
10611
10611
  };
10612
10612
 
10613
- //# debugId=6B8877346413C2F564756E2164756E21
10613
+ //# debugId=FE159EB156F1D52064756E2164756E21