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.
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/workspace.xml +15 -2
- package/build/index.cjs.js +2 -0
- 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/TopicHistoryWindow.ts +2 -0
package/.idea/workspace.xml
CHANGED
|
@@ -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
|
"keyToString": {
|
|
54
60
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
55
61
|
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
|
|
62
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
56
63
|
"RunOnceActivity.git.unshallow": "true",
|
|
64
|
+
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
|
57
65
|
"git-widget-placeholder": "master",
|
|
58
66
|
"ignore.virus.scanning.warn.message": "true",
|
|
59
67
|
"junie.onboarding.icon.badge.shown": "true",
|
|
@@ -63,6 +71,7 @@
|
|
|
63
71
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
64
72
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
65
73
|
"nodejs_package_manager_path": "npm",
|
|
74
|
+
"to.speed.mode.migration.done": "true",
|
|
66
75
|
"ts.external.directory.path": "\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib",
|
|
67
76
|
"vue.rearranger.settings.migration": "true"
|
|
68
77
|
}
|
|
@@ -70,8 +79,8 @@
|
|
|
70
79
|
<component name="SharedIndexes">
|
|
71
80
|
<attachedChunks>
|
|
72
81
|
<set>
|
|
73
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
|
74
|
-
<option value="bundled-php-predefined-a98d8de5180a-
|
|
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" />
|
package/build/index.cjs.js
CHANGED
|
@@ -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() {
|