1# JS API Changes of the Bundle Management Framework 2 3The table below lists the APIs changes of the bundle management framework in OpenHarmony 3.2 Beta3 over OpenHarmony 3.2 Beta2. 4 5## API Changes 6 7| Module| Class| Method/Attribute/Enumeration/Constant| Change Type| 8|---|---|---|---| 9| dispatchInfo | DispatchInfo | readonly version: string; | Added| 10| ohos.bundle | bundle | function getBundleInfoSync(bundleName: string, bundleFlags: number, options: BundleOptions): BundleInfo;<br>function getBundleInfoSync(bundleName: string, bundleFlags: number): BundleInfo; | Added| 11| ohos.bundle | bundle | function getApplicationInfoSync(bundleName: string, bundleFlags: number, userId: number) : ApplicationInfo;<br>function getApplicationInfoSync(bundleName: string, bundleFlags: number) : ApplicationInfo; | Added| 12| ohos.bundle | ExtensionAbilityType | PREVIEW = 14 | Added| 13| ohos.bundle | ExtensionAbilityType | THUMBNAIL = 13 | Added| 14| dispatchInfo | DispatchInfo | readonly verison: string; | Deleted| 15