polfan-server-js-client 0.2.56 → 0.2.57

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.
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AgentMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AskMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Ask2AgentMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="EditMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
@@ -5,6 +5,12 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Collection integration with React JS rework">
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" />
12
+ <change beforePath="$PROJECT_DIR$/build/types/state-tracker/TopicHistoryWindow.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/state-tracker/TopicHistoryWindow.d.ts" afterDir="false" />
13
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
8
14
  <change beforePath="$PROJECT_DIR$/src/state-tracker/TopicHistoryWindow.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/TopicHistoryWindow.ts" afterDir="false" />
9
15
  <change beforePath="$PROJECT_DIR$/tests/history-window.test.ts" beforeDir="false" afterPath="$PROJECT_DIR$/tests/history-window.test.ts" afterDir="false" />
10
16
  </list>
@@ -53,7 +59,9 @@
53
59
  &quot;keyToString&quot;: {
54
60
  &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
55
61
  &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager&quot;: &quot;true&quot;,
62
+ &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
56
63
  &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
64
+ &quot;com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1&quot;: &quot;true&quot;,
57
65
  &quot;git-widget-placeholder&quot;: &quot;master&quot;,
58
66
  &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
59
67
  &quot;junie.onboarding.icon.badge.shown&quot;: &quot;true&quot;,
@@ -63,6 +71,7 @@
63
71
  &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
64
72
  &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
65
73
  &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
74
+ &quot;to.speed.mode.migration.done&quot;: &quot;true&quot;,
66
75
  &quot;ts.external.directory.path&quot;: &quot;\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib&quot;,
67
76
  &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
68
77
  }
@@ -70,8 +79,8 @@
70
79
  <component name="SharedIndexes">
71
80
  <attachedChunks>
72
81
  <set>
73
- <option value="bundled-js-predefined-d6986cc7102b-b26f3e71634d-JavaScript-PS-251.26094.133" />
74
- <option value="bundled-php-predefined-a98d8de5180a-c5828cf854d9-com.jetbrains.php.sharedIndexes-PS-251.26094.133" />
82
+ <option value="bundled-js-predefined-d6986cc7102b-c7e53b3be11b-JavaScript-PS-253.28086.57" />
83
+ <option value="bundled-php-predefined-a98d8de5180a-09080813851e-com.jetbrains.php.sharedIndexes-PS-253.28086.57" />
75
84
  </set>
76
85
  </attachedChunks>
77
86
  </component>
@@ -139,6 +148,10 @@
139
148
  <workItem from="1761857165939" duration="4293000" />
140
149
  <workItem from="1762715993044" duration="642000" />
141
150
  <workItem from="1762724230487" duration="7498000" />
151
+ <workItem from="1762800240528" duration="49000" />
152
+ <workItem from="1762800459831" duration="10000" />
153
+ <workItem from="1763319451927" duration="2136000" />
154
+ <workItem from="1763410036992" duration="181000" />
142
155
  </task>
143
156
  <task id="LOCAL-00013" summary="Permission related changes in protocol types">
144
157
  <option name="closed" value="true" />
@@ -554,11 +554,13 @@ class TopicHistoryWindow extends TraversableRemoteCollection {
554
554
  }
555
555
  shallowCopy() {
556
556
  const copy = new TopicHistoryWindow(this.roomId, this.topicId, this.tracker);
557
+ copy.eventTarget = this.eventTarget;
557
558
  copy._items = this._items;
558
559
  copy.limit = this.limit;
559
560
  copy.currentState = this.currentState;
560
561
  copy.fetchingState = this.fetchingState;
561
562
  copy.oldestId = this.oldestId;
563
+ copy.traverseLock = this.traverseLock;
562
564
  return copy;
563
565
  }
564
566
  get isTraverseLocked() {