podchat-browser 12.9.5 → 12.9.6-snapshot.1
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/changelog.md +6 -0
- package/dist/node/buildConfig.json +1 -1
- package/dist/node/call.module.js +95 -99
- package/dist/node/chat.js +241 -196
- package/dist/node/events.module.js +8 -5
- package/dist/node/lib/sdkParams.js +35 -1
- package/dist/node/messaging.module.js +24 -33
- package/dist/podchat-browser-bundle.js +4151 -1371
- package/package.json +3 -3
- package/src/buildConfig.json +1 -1
- package/src/call.module.js +111 -119
- package/src/chat.js +260 -208
- package/src/events.module.js +6 -4
- package/src/lib/sdkParams.js +35 -1
- package/src/messaging.module.js +22 -33
package/changelog.md
CHANGED
|
@@ -5,6 +5,12 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
5
5
|
|
|
6
6
|
##[Unreleased]
|
|
7
7
|
|
|
8
|
+
## [12.9.5] 2023-07-09
|
|
9
|
+
|
|
10
|
+
## Changed
|
|
11
|
+
- remove old cache
|
|
12
|
+
- Modification on unreadCount cache to prevent unwanted higher unreadCount on event unread_count_updated
|
|
13
|
+
|
|
8
14
|
## [12.9.4] 2023-07-02
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.6-snapshot.1","date":"۱۴۰۲/۴/۲۰","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|