craft-native 0.0.87 → 0.0.88

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.cts CHANGED
@@ -17,6 +17,8 @@ export * from './optimizations/index.js';
17
17
  export * as updater from './updater/index.js';
18
18
  export { AutoUpdater, generateUpdateManifest } from './updater/index.js';
19
19
  export type { UpdateInfo as UpdateManifest, UpdateProgress, UpdaterConfig, UpdaterEvent, PlatformUpdate, } from './updater/index.js';
20
+ export { canReplaceBundle, clearQuarantine, dittoBundle, extractBundle, extractBundleFromDmg, extractBundleFromZip, readBundleIdentity, swapBundle, verifyBundleTrust, } from './updater/index.js';
21
+ export type { BundleIdentity, BundleTrustFailure, BundleTrustPolicy, BundleTrustResult, StagedBundle, SwapResult, } from './updater/index.js';
20
22
  export declare class CraftApp {
21
23
  private process?;
22
24
  private config;
package/dist/index.d.ts CHANGED
@@ -17,6 +17,8 @@ export * from './optimizations/index.js';
17
17
  export * as updater from './updater/index.js';
18
18
  export { AutoUpdater, generateUpdateManifest } from './updater/index.js';
19
19
  export type { UpdateInfo as UpdateManifest, UpdateProgress, UpdaterConfig, UpdaterEvent, PlatformUpdate, } from './updater/index.js';
20
+ export { canReplaceBundle, clearQuarantine, dittoBundle, extractBundle, extractBundleFromDmg, extractBundleFromZip, readBundleIdentity, swapBundle, verifyBundleTrust, } from './updater/index.js';
21
+ export type { BundleIdentity, BundleTrustFailure, BundleTrustPolicy, BundleTrustResult, StagedBundle, SwapResult, } from './updater/index.js';
20
22
  export declare class CraftApp {
21
23
  private process?;
22
24
  private config;