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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/package.d.ts.map +1 -1
- package/package.json +1 -1
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
|
-
"
|
|
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.
|
|
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
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
|
-
"
|
|
517
|
+
"ULMO",
|
|
518
518
|
opts.outputPath
|
|
519
519
|
];
|
|
520
520
|
}
|
|
@@ -10610,4 +10610,4 @@ export {
|
|
|
10610
10610
|
Animated
|
|
10611
10611
|
};
|
|
10612
10612
|
|
|
10613
|
-
//# debugId=
|
|
10613
|
+
//# debugId=FE159EB156F1D52064756E2164756E21
|