polfan-server-js-client 0.2.95 → 0.2.96
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/.idea/workspace.xml +16 -17
- package/build/index.cjs.js +180 -152
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js +1 -1
- package/build/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/state-tracker/MessagesManager.ts +18 -9
package/.idea/workspace.xml
CHANGED
|
@@ -4,10 +4,9 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="
|
|
8
|
-
<change afterPath="$PROJECT_DIR$/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="SetSessionData command support">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" afterDir="false" />
|
|
11
10
|
</list>
|
|
12
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
13
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -18,7 +17,7 @@
|
|
|
18
17
|
<execution />
|
|
19
18
|
</component>
|
|
20
19
|
<component name="EmbeddingIndexingInfo">
|
|
21
|
-
<option name="cachedIndexableFilesCount" value="
|
|
20
|
+
<option name="cachedIndexableFilesCount" value="197" />
|
|
22
21
|
</component>
|
|
23
22
|
<component name="Git.Rebase.Settings">
|
|
24
23
|
<option name="NEW_BASE" value="origin/main" />
|
|
@@ -209,15 +208,7 @@
|
|
|
209
208
|
<workItem from="1782579738743" duration="1279000" />
|
|
210
209
|
<workItem from="1782664203095" duration="5539000" />
|
|
211
210
|
<workItem from="1782909199211" duration="2404000" />
|
|
212
|
-
<workItem from="1783939298935" duration="
|
|
213
|
-
</task>
|
|
214
|
-
<task id="LOCAL-00045" summary="Fix for incorrectly emitted RoomUpdated event">
|
|
215
|
-
<option name="closed" value="true" />
|
|
216
|
-
<created>1753379371012</created>
|
|
217
|
-
<option name="number" value="00045" />
|
|
218
|
-
<option name="presentableId" value="LOCAL-00045" />
|
|
219
|
-
<option name="project" value="LOCAL" />
|
|
220
|
-
<updated>1753379371012</updated>
|
|
211
|
+
<workItem from="1783939298935" duration="11215000" />
|
|
221
212
|
</task>
|
|
222
213
|
<task id="LOCAL-00046" summary="Fix for incorrectly emitted RoomUpdated event">
|
|
223
214
|
<option name="closed" value="true" />
|
|
@@ -603,7 +594,15 @@
|
|
|
603
594
|
<option name="project" value="LOCAL" />
|
|
604
595
|
<updated>1783945724386</updated>
|
|
605
596
|
</task>
|
|
606
|
-
<
|
|
597
|
+
<task id="LOCAL-00094" summary="SetSessionData command support">
|
|
598
|
+
<option name="closed" value="true" />
|
|
599
|
+
<created>1783946587568</created>
|
|
600
|
+
<option name="number" value="00094" />
|
|
601
|
+
<option name="presentableId" value="LOCAL-00094" />
|
|
602
|
+
<option name="project" value="LOCAL" />
|
|
603
|
+
<updated>1783946587568</updated>
|
|
604
|
+
</task>
|
|
605
|
+
<option name="localTasksCounter" value="95" />
|
|
607
606
|
<servers />
|
|
608
607
|
</component>
|
|
609
608
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -648,7 +647,6 @@
|
|
|
648
647
|
</option>
|
|
649
648
|
</component>
|
|
650
649
|
<component name="VcsManagerConfiguration">
|
|
651
|
-
<MESSAGE value="Ping-pong connection monitoring" />
|
|
652
650
|
<MESSAGE value="Improve reconnect on timeout" />
|
|
653
651
|
<MESSAGE value="Bump version" />
|
|
654
652
|
<MESSAGE value="Fix permission check (caching overwrites)" />
|
|
@@ -673,7 +671,8 @@
|
|
|
673
671
|
<MESSAGE value="Fix room member update event handle" />
|
|
674
672
|
<MESSAGE value="Add jumpTo message support" />
|
|
675
673
|
<MESSAGE value="Adjust to followed topics changes in protocol" />
|
|
676
|
-
<
|
|
674
|
+
<MESSAGE value="SetSessionData command support" />
|
|
675
|
+
<option name="LAST_COMMIT_MESSAGE" value="SetSessionData command support" />
|
|
677
676
|
</component>
|
|
678
677
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
679
678
|
<expand />
|