polfan-server-js-client 0.2.71 → 0.2.73

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.
@@ -4,13 +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="Improve reconnect on timeout">
8
- <change beforePath="$PROJECT_DIR$/build/index.cjs.js" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/build/index.cjs.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js.map" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/build/index.umd.js" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/build/index.umd.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
7
+ <list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Bump version">
12
8
  <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/WebSocketChatClient.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/WebSocketChatClient.ts" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/src/state-tracker/PermissionsManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/PermissionsManager.ts" afterDir="false" />
14
10
  </list>
15
11
  <option name="SHOW_DIALOG" value="false" />
16
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -56,28 +52,28 @@
56
52
  <option name="hideEmptyMiddlePackages" value="true" />
57
53
  <option name="showLibraryContents" value="true" />
58
54
  </component>
59
- <component name="PropertiesComponent">{
60
- &quot;keyToString&quot;: {
61
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
62
- &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager&quot;: &quot;true&quot;,
63
- &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
64
- &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
65
- &quot;RunOnceActivity.typescript.service.memoryLimit.init&quot;: &quot;true&quot;,
66
- &quot;com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1&quot;: &quot;true&quot;,
67
- &quot;git-widget-placeholder&quot;: &quot;master&quot;,
68
- &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
69
- &quot;junie.onboarding.icon.badge.shown&quot;: &quot;true&quot;,
70
- &quot;last_opened_file_path&quot;: &quot;//wsl.localhost/Debian/home/jarek/polfan-js-client-library&quot;,
71
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
72
- &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
73
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
74
- &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
75
- &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
76
- &quot;to.speed.mode.migration.done&quot;: &quot;true&quot;,
77
- &quot;ts.external.directory.path&quot;: &quot;\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib&quot;,
78
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
55
+ <component name="PropertiesComponent"><![CDATA[{
56
+ "keyToString": {
57
+ "RunOnceActivity.ShowReadmeOnStart": "true",
58
+ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
59
+ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
60
+ "RunOnceActivity.git.unshallow": "true",
61
+ "RunOnceActivity.typescript.service.memoryLimit.init": "true",
62
+ "com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
63
+ "git-widget-placeholder": "master",
64
+ "ignore.virus.scanning.warn.message": "true",
65
+ "junie.onboarding.icon.badge.shown": "true",
66
+ "last_opened_file_path": "//wsl.localhost/Debian/home/jarek/polfan-js-client-library",
67
+ "node.js.detected.package.eslint": "true",
68
+ "node.js.detected.package.tslint": "true",
69
+ "node.js.selected.package.eslint": "(autodetect)",
70
+ "node.js.selected.package.tslint": "(autodetect)",
71
+ "nodejs_package_manager_path": "npm",
72
+ "to.speed.mode.migration.done": "true",
73
+ "ts.external.directory.path": "\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib",
74
+ "vue.rearranger.settings.migration": "true"
79
75
  }
80
- }</component>
76
+ }]]></component>
81
77
  <component name="SharedIndexes">
82
78
  <attachedChunks>
83
79
  <set>
@@ -164,15 +160,11 @@
164
160
  <workItem from="1764794428269" duration="595000" />
165
161
  <workItem from="1764847260499" duration="28335000" />
166
162
  <workItem from="1765180748047" duration="596000" />
167
- <workItem from="1765272289918" duration="3221000" />
168
- </task>
169
- <task id="LOCAL-00020" summary="UsersManager">
170
- <option name="closed" value="true" />
171
- <created>1741170174335</created>
172
- <option name="number" value="00020" />
173
- <option name="presentableId" value="LOCAL-00020" />
174
- <option name="project" value="LOCAL" />
175
- <updated>1741170174335</updated>
163
+ <workItem from="1765272289918" duration="4091000" />
164
+ <workItem from="1765445100442" duration="586000" />
165
+ <workItem from="1765805497689" duration="6758000" />
166
+ <workItem from="1765961123241" duration="6316000" />
167
+ <workItem from="1767385708366" duration="2678000" />
176
168
  </task>
177
169
  <task id="LOCAL-00021" summary="Client data and room stream support">
178
170
  <option name="closed" value="true" />
@@ -558,7 +550,15 @@
558
550
  <option name="project" value="LOCAL" />
559
551
  <updated>1765145773196</updated>
560
552
  </task>
561
- <option name="localTasksCounter" value="69" />
553
+ <task id="LOCAL-00069" summary="Bump version">
554
+ <option name="closed" value="true" />
555
+ <created>1766071099183</created>
556
+ <option name="number" value="00069" />
557
+ <option name="presentableId" value="LOCAL-00069" />
558
+ <option name="project" value="LOCAL" />
559
+ <updated>1766071099183</updated>
560
+ </task>
561
+ <option name="localTasksCounter" value="70" />
562
562
  <servers />
563
563
  </component>
564
564
  <component name="TypeScriptGeneratedFilesManager">
@@ -576,7 +576,6 @@
576
576
  </option>
577
577
  </component>
578
578
  <component name="VcsManagerConfiguration">
579
- <MESSAGE value="Dedicated event for user status change" />
580
579
  <MESSAGE value="Fix update the latest message in a room default topic" />
581
580
  <MESSAGE value="Adapt FilesClient to new files API" />
582
581
  <MESSAGE value="Fix global emoticons support" />
@@ -601,7 +600,8 @@
601
600
  <MESSAGE value="Connection handling optimizations" />
602
601
  <MESSAGE value="Ping-pong connection monitoring" />
603
602
  <MESSAGE value="Improve reconnect on timeout" />
604
- <option name="LAST_COMMIT_MESSAGE" value="Improve reconnect on timeout" />
603
+ <MESSAGE value="Bump version" />
604
+ <option name="LAST_COMMIT_MESSAGE" value="Bump version" />
605
605
  </component>
606
606
  <component name="github-copilot-workspace">
607
607
  <instructionFileLocations>
@@ -3219,7 +3219,7 @@ function PermissionsManager_toPrimitive(t, r) { if ("object" != PermissionsManag
3219
3219
 
3220
3220
 
3221
3221
  var getOvId = function getOvId(location, target) {
3222
- return [location.spaceId, location.roomId, location.topicId, target === null || target === void 0 ? void 0 : target.type, target === null || target === void 0 ? void 0 : target.userId, target === null || target === void 0 ? void 0 : target.roleId].filter(Boolean).join('/');
3222
+ return [location.roomId, location.topicId, target === null || target === void 0 ? void 0 : target.type, target === null || target === void 0 ? void 0 : target.userId, target === null || target === void 0 ? void 0 : target.roleId].filter(Boolean).join('/');
3223
3223
  };
3224
3224
  var getOvIdByObject = function getOvIdByObject(overwrites) {
3225
3225
  return getOvId(overwrites.location, overwrites.target);
@@ -4487,8 +4487,8 @@ var WebSocketChatClient = /*#__PURE__*/function (_AbstractChatClient) {
4487
4487
  _this4.ws.close(3000); // Service Restart (reconnect)
4488
4488
  }, _this4.options.ping.pongBackTimeoutMs);
4489
4489
  _this4.send('Ping', {}).then(function () {
4490
- _this4.inFlightPingTimeout = undefined;
4491
4490
  clearTimeout(_this4.inFlightPingTimeout);
4491
+ _this4.inFlightPingTimeout = undefined;
4492
4492
  });
4493
4493
  case 3:
4494
4494
  return _context3.a(2);