1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem ChangeLog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Name Change of the Bundle Manager Distributed Query Module 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ciThe name of the bundle manager distributed query module in API version 9 is changed from **ohos.bundle.distributedBundle** to **[ohos.bundle.distributedBundleManager](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/@ohos.bundle.distributedBundleManager.d.ts)**. The APIs remain unchanged. 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ci**Change Impacts** 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ciThere is no impact on applications that use the APIs of versions earlier than 9. The applications that use the APIs of version 9 need to adapt the new module. 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci**Key API/Component Changes** 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ciThe name of the bundle manager distributed query module is changed from **ohos.bundle.distributedBundle** to **ohos.bundle.distributedBundleManager**. The APIs remain unchanged. 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci**Adaptation Guide** 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ciChange the module to import from **@ohos.bundle.distributedBundle** to **@ohos.bundle.distributedBundleManager**. 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci```ts 20e41f4b71Sopenharmony_ciimport distributedBundle form '@ohos.bundle.distributedBundleManager'; 21e41f4b71Sopenharmony_ci``` 22