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