polfan-server-js-client 0.2.2 → 0.2.31
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 +49 -21
- package/package.json +2 -3
package/.idea/workspace.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
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="Fix
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Fix package.json exports" />
|
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
35
35
|
<option name="showLibraryContents" value="true" />
|
|
36
36
|
</component>
|
|
37
|
-
<component name="PropertiesComponent"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
37
|
+
<component name="PropertiesComponent">{
|
|
38
|
+
"keyToString": {
|
|
39
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
40
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
|
|
41
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
42
|
+
"git-widget-placeholder": "master",
|
|
43
|
+
"ignore.virus.scanning.warn.message": "true",
|
|
44
|
+
"junie.onboarding.icon.badge.shown": "true",
|
|
45
|
+
"last_opened_file_path": "//wsl.localhost/Debian/home/jarek/polfan-js-client-library",
|
|
46
|
+
"node.js.detected.package.eslint": "true",
|
|
47
|
+
"node.js.detected.package.tslint": "true",
|
|
48
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
49
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
50
|
+
"nodejs_package_manager_path": "npm",
|
|
51
|
+
"ts.external.directory.path": "\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib",
|
|
52
|
+
"vue.rearranger.settings.migration": "true"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}</component>
|
|
55
55
|
<component name="SharedIndexes">
|
|
56
56
|
<attachedChunks>
|
|
57
57
|
<set>
|
|
@@ -94,7 +94,9 @@
|
|
|
94
94
|
<workItem from="1747848724057" duration="3856000" />
|
|
95
95
|
<workItem from="1747902717141" duration="1460000" />
|
|
96
96
|
<workItem from="1748261162443" duration="638000" />
|
|
97
|
-
<workItem from="1750781391199" duration="
|
|
97
|
+
<workItem from="1750781391199" duration="2733000" />
|
|
98
|
+
<workItem from="1750982834349" duration="24000" />
|
|
99
|
+
<workItem from="1751050123708" duration="983000" />
|
|
98
100
|
</task>
|
|
99
101
|
<task id="LOCAL-00001" summary="Emoticons objects">
|
|
100
102
|
<option name="closed" value="true" />
|
|
@@ -328,7 +330,31 @@
|
|
|
328
330
|
<option name="project" value="LOCAL" />
|
|
329
331
|
<updated>1750786040475</updated>
|
|
330
332
|
</task>
|
|
331
|
-
<
|
|
333
|
+
<task id="LOCAL-00030" summary="Fix JoinRoom command response type">
|
|
334
|
+
<option name="closed" value="true" />
|
|
335
|
+
<created>1750786138733</created>
|
|
336
|
+
<option name="number" value="00030" />
|
|
337
|
+
<option name="presentableId" value="LOCAL-00030" />
|
|
338
|
+
<option name="project" value="LOCAL" />
|
|
339
|
+
<updated>1750786138733</updated>
|
|
340
|
+
</task>
|
|
341
|
+
<task id="LOCAL-00031" summary="Fix JoinRoom command response type">
|
|
342
|
+
<option name="closed" value="true" />
|
|
343
|
+
<created>1750786157447</created>
|
|
344
|
+
<option name="number" value="00031" />
|
|
345
|
+
<option name="presentableId" value="LOCAL-00031" />
|
|
346
|
+
<option name="project" value="LOCAL" />
|
|
347
|
+
<updated>1750786157447</updated>
|
|
348
|
+
</task>
|
|
349
|
+
<task id="LOCAL-00032" summary="Fix package.json exports">
|
|
350
|
+
<option name="closed" value="true" />
|
|
351
|
+
<created>1751051104070</created>
|
|
352
|
+
<option name="number" value="00032" />
|
|
353
|
+
<option name="presentableId" value="LOCAL-00032" />
|
|
354
|
+
<option name="project" value="LOCAL" />
|
|
355
|
+
<updated>1751051104070</updated>
|
|
356
|
+
</task>
|
|
357
|
+
<option name="localTasksCounter" value="33" />
|
|
332
358
|
<servers />
|
|
333
359
|
</component>
|
|
334
360
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -363,6 +389,8 @@
|
|
|
363
389
|
<MESSAGE value="Custom nicks support" />
|
|
364
390
|
<MESSAGE value="CustomNickChange message type" />
|
|
365
391
|
<MESSAGE value="Fix module exporting (node + browser)" />
|
|
366
|
-
<
|
|
392
|
+
<MESSAGE value="Fix JoinRoom command response type" />
|
|
393
|
+
<MESSAGE value="Fix package.json exports" />
|
|
394
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix package.json exports" />
|
|
367
395
|
</component>
|
|
368
396
|
</project>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polfan-server-js-client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.31",
|
|
4
4
|
"description": "JavaScript client library for handling communication with Polfan chat server.",
|
|
5
5
|
"author": "Jarosław Żak",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,9 +11,8 @@
|
|
|
11
11
|
".": {
|
|
12
12
|
"types": "./build/types/index.d.ts",
|
|
13
13
|
"require": "./build/index.cjs.js",
|
|
14
|
-
"import": "./build/index.esm.js",
|
|
15
14
|
"browser": "./build/index.umd.js",
|
|
16
|
-
"default": "./build/index.
|
|
15
|
+
"default": "./build/index.cjs.js"
|
|
17
16
|
}
|
|
18
17
|
},
|
|
19
18
|
"scripts": {
|