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.
Files changed (2) hide show
  1. package/.idea/workspace.xml +43 -21
  2. package/package.json +2 -4
@@ -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 module exporting (node + browser)" />
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"><![CDATA[{
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"
40
+ <component name="PropertiesComponent">{
41
+ &quot;keyToString&quot;: {
42
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
43
+ &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager&quot;: &quot;true&quot;,
44
+ &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
45
+ &quot;git-widget-placeholder&quot;: &quot;master&quot;,
46
+ &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
47
+ &quot;junie.onboarding.icon.badge.shown&quot;: &quot;true&quot;,
48
+ &quot;last_opened_file_path&quot;: &quot;//wsl.localhost/Debian/home/jarek/polfan-js-client-library&quot;,
49
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
50
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
51
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
52
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
53
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
54
+ &quot;ts.external.directory.path&quot;: &quot;\\\\wsl.localhost\\Debian\\home\\jarek\\polfan-js-client-library\\node_modules\\typescript\\lib&quot;,
55
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
53
56
  }
54
- }]]></component>
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="2589000" />
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
- <option name="localTasksCounter" value="30" />
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
- <option name="LAST_COMMIT_MESSAGE" value="Fix module exporting (node + browser)" />
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.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.esm.js"
14
+ "default": "./build/index.cjs.js"
17
15
  }
18
16
  },
19
17
  "scripts": {