@onyx-p/imlib-web 2.3.2 → 2.3.3
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/index.esm.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -21017,7 +21017,7 @@ class MessageCache {
|
|
21017
21017
|
currentAppKey = '';
|
21018
21018
|
currentUserId = '';
|
21019
21019
|
APP_INFO_KEY = 'im_app_info';
|
21020
|
-
DB_NAME_PREFIX = '
|
21020
|
+
DB_NAME_PREFIX = 'im_message_cache_1';
|
21021
21021
|
DB_VERSION = 2;
|
21022
21022
|
STORE_NAME = 'messages_new';
|
21023
21023
|
DIALOG_STATE_STORE = 'dialogStates_new';
|
package/index.umd.js
CHANGED
@@ -21023,7 +21023,7 @@
|
|
21023
21023
|
currentAppKey = '';
|
21024
21024
|
currentUserId = '';
|
21025
21025
|
APP_INFO_KEY = 'im_app_info';
|
21026
|
-
DB_NAME_PREFIX = '
|
21026
|
+
DB_NAME_PREFIX = 'im_message_cache_1';
|
21027
21027
|
DB_VERSION = 2;
|
21028
21028
|
STORE_NAME = 'messages_new';
|
21029
21029
|
DIALOG_STATE_STORE = 'dialogStates_new';
|