@stacksjs/desktop 0.2.114 → 0.2.116
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/index.d.ts +1 -1
- package/dist/index.js +133 -44394
- package/dist/index.js.map +5 -214
- package/dist/packaging.d.ts +6 -0
- package/dist/test-utils.js +1 -46
- package/dist/test-utils.js.map +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ export {
|
|
|
378
378
|
// =============================================================================
|
|
379
379
|
// Packaging & Code Signing (re-exported from Craft)
|
|
380
380
|
// =============================================================================
|
|
381
|
-
export { pack, packageApp } from './packaging';
|
|
381
|
+
export { craftBinaryNotFoundMessage, pack, packageApp, resolveCraftBinary } from './packaging';
|
|
382
382
|
// =============================================================================
|
|
383
383
|
// Power Management / Caffeinate
|
|
384
384
|
// =============================================================================
|