polfan-server-js-client 0.2.0 → 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/workspace.xml +2 -1
- package/package.json +2 -1
package/.idea/workspace.xml
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<change afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
|
|
12
12
|
<change afterPath="$PROJECT_DIR$/webpack.config.browser.js" afterDir="false" />
|
|
13
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" />
|
|
14
15
|
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
|
15
16
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
16
17
|
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
|
@@ -106,7 +107,7 @@
|
|
|
106
107
|
<workItem from="1747848724057" duration="3856000" />
|
|
107
108
|
<workItem from="1747902717141" duration="1460000" />
|
|
108
109
|
<workItem from="1748261162443" duration="638000" />
|
|
109
|
-
<workItem from="1750781391199" duration="
|
|
110
|
+
<workItem from="1750781391199" duration="1778000" />
|
|
110
111
|
</task>
|
|
111
112
|
<task id="LOCAL-00001" summary="Emoticons objects">
|
|
112
113
|
<option name="closed" value="true" />
|
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.1",
|
|
4
4
|
"description": "JavaScript client library for handling communication with Polfan chat server.",
|
|
5
5
|
"author": "Jarosław Żak",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"types": "build/types/index.d.ts",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
+
"types": "./build/types/index.d.ts",
|
|
12
13
|
"require": "./build/index.cjs.js",
|
|
13
14
|
"import": "./build/index.esm.js",
|
|
14
15
|
"browser": "./build/index.umd.js",
|