polfan-server-js-client 0.1.99941 → 0.2.1
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/modules.xml +8 -0
- package/.idea/polfan-js-client-library.iml +8 -0
- package/.idea/workspace.xml +36 -10
- package/build/index.cjs.js +2252 -0
- package/build/index.cjs.js.map +1 -0
- package/build/index.umd.js +2 -0
- package/build/index.umd.js.map +1 -0
- package/build/types/index.d.ts +2 -2
- package/package.json +16 -5
- package/src/index.ts +6 -3
- package/webpack.config.browser.js +59 -0
- package/webpack.config.node.js +47 -0
- package/webpack.config.demo.js +0 -47
- package/webpack.config.js +0 -69
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/polfan-js-client-library.iml" filepath="$PROJECT_DIR$/.idea/polfan-js-client-library.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,19 @@
|
|
|
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="
|
|
8
|
-
<change
|
|
9
|
-
<change
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="CustomNickChange message type">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/build/index.cjs.js" afterDir="false" />
|
|
9
|
+
<change afterPath="$PROJECT_DIR$/build/index.cjs.js.map" afterDir="false" />
|
|
10
|
+
<change afterPath="$PROJECT_DIR$/build/index.umd.js" afterDir="false" />
|
|
11
|
+
<change afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
|
|
12
|
+
<change afterPath="$PROJECT_DIR$/webpack.config.browser.js" afterDir="false" />
|
|
13
|
+
<change afterPath="$PROJECT_DIR$/webpack.config.node.js" afterDir="false" />
|
|
14
|
+
<change beforePath="$PROJECT_DIR$/build/types/index.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/index.d.ts" afterDir="false" />
|
|
15
|
+
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
17
|
+
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
|
18
|
+
<change beforePath="$PROJECT_DIR$/webpack.config.demo.js" beforeDir="false" />
|
|
19
|
+
<change beforePath="$PROJECT_DIR$/webpack.config.js" beforeDir="false" />
|
|
10
20
|
</list>
|
|
11
21
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
22
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -25,7 +35,7 @@
|
|
|
25
35
|
<entry key="$PROJECT_DIR$/src/types" value="562c7beff95ea1eaf5c236df978f50a614a146af" />
|
|
26
36
|
</map>
|
|
27
37
|
</option>
|
|
28
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR
|
|
38
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
29
39
|
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
|
30
40
|
</component>
|
|
31
41
|
<component name="PhpWorkspaceProjectConfiguration" interpreter_name="C:\php\php.exe" />
|
|
@@ -40,9 +50,11 @@
|
|
|
40
50
|
<component name="PropertiesComponent"><![CDATA[{
|
|
41
51
|
"keyToString": {
|
|
42
52
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
53
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
|
|
43
54
|
"RunOnceActivity.git.unshallow": "true",
|
|
44
|
-
"git-widget-placeholder": "
|
|
55
|
+
"git-widget-placeholder": "master",
|
|
45
56
|
"ignore.virus.scanning.warn.message": "true",
|
|
57
|
+
"junie.onboarding.icon.badge.shown": "true",
|
|
46
58
|
"last_opened_file_path": "//wsl.localhost/Debian/home/jarek/polfan-js-client-library",
|
|
47
59
|
"node.js.detected.package.eslint": "true",
|
|
48
60
|
"node.js.detected.package.tslint": "true",
|
|
@@ -56,8 +68,8 @@
|
|
|
56
68
|
<component name="SharedIndexes">
|
|
57
69
|
<attachedChunks>
|
|
58
70
|
<set>
|
|
59
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
|
60
|
-
<option value="bundled-php-predefined-a98d8de5180a-
|
|
71
|
+
<option value="bundled-js-predefined-d6986cc7102b-b26f3e71634d-JavaScript-PS-251.26094.133" />
|
|
72
|
+
<option value="bundled-php-predefined-a98d8de5180a-c5828cf854d9-com.jetbrains.php.sharedIndexes-PS-251.26094.133" />
|
|
61
73
|
</set>
|
|
62
74
|
</attachedChunks>
|
|
63
75
|
</component>
|
|
@@ -90,7 +102,12 @@
|
|
|
90
102
|
<workItem from="1744309643639" duration="34000" />
|
|
91
103
|
<workItem from="1744311202579" duration="462000" />
|
|
92
104
|
<workItem from="1744311740036" duration="236000" />
|
|
93
|
-
<workItem from="1744901985416" duration="
|
|
105
|
+
<workItem from="1744901985416" duration="9882000" />
|
|
106
|
+
<workItem from="1746002787142" duration="567000" />
|
|
107
|
+
<workItem from="1747848724057" duration="3856000" />
|
|
108
|
+
<workItem from="1747902717141" duration="1460000" />
|
|
109
|
+
<workItem from="1748261162443" duration="638000" />
|
|
110
|
+
<workItem from="1750781391199" duration="1778000" />
|
|
94
111
|
</task>
|
|
95
112
|
<task id="LOCAL-00001" summary="Emoticons objects">
|
|
96
113
|
<option name="closed" value="true" />
|
|
@@ -308,7 +325,15 @@
|
|
|
308
325
|
<option name="project" value="LOCAL" />
|
|
309
326
|
<updated>1744989199436</updated>
|
|
310
327
|
</task>
|
|
311
|
-
<
|
|
328
|
+
<task id="LOCAL-00028" summary="CustomNickChange message type">
|
|
329
|
+
<option name="closed" value="true" />
|
|
330
|
+
<created>1745060326185</created>
|
|
331
|
+
<option name="number" value="00028" />
|
|
332
|
+
<option name="presentableId" value="LOCAL-00028" />
|
|
333
|
+
<option name="project" value="LOCAL" />
|
|
334
|
+
<updated>1745060326185</updated>
|
|
335
|
+
</task>
|
|
336
|
+
<option name="localTasksCounter" value="29" />
|
|
312
337
|
<servers />
|
|
313
338
|
</component>
|
|
314
339
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -341,6 +366,7 @@
|
|
|
341
366
|
<MESSAGE value="New collections mutationCounter property and map method remove" />
|
|
342
367
|
<MESSAGE value="Private rooms and space summaries" />
|
|
343
368
|
<MESSAGE value="Custom nicks support" />
|
|
344
|
-
<
|
|
369
|
+
<MESSAGE value="CustomNickChange message type" />
|
|
370
|
+
<option name="LAST_COMMIT_MESSAGE" value="CustomNickChange message type" />
|
|
345
371
|
</component>
|
|
346
372
|
</project>
|