polfan-server-js-client 0.2.45 → 0.2.46
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 +1 -1
- package/build/index.cjs.js +1 -1
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/types/src/schemes/UserRelationship.d.ts +2 -2
- package/package.json +1 -1
- package/src/state-tracker/RelationshipsManager.ts +1 -1
- package/src/types/src/schemes/UserRelationship.ts +3 -2
package/.idea/workspace.xml
CHANGED
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<workItem from="1752834023436" duration="2601000" />
|
|
122
122
|
<workItem from="1753062168800" duration="4938000" />
|
|
123
123
|
<workItem from="1753441064452" duration="1184000" />
|
|
124
|
-
<workItem from="1753954931871" duration="
|
|
124
|
+
<workItem from="1753954931871" duration="7324000" />
|
|
125
125
|
</task>
|
|
126
126
|
<task id="LOCAL-00001" summary="Emoticons objects">
|
|
127
127
|
<option name="closed" value="true" />
|
package/build/index.cjs.js
CHANGED
|
@@ -1919,7 +1919,7 @@ function RelationshipsManager_toPrimitive(input, hint) { if (typeof input !== "o
|
|
|
1919
1919
|
|
|
1920
1920
|
|
|
1921
1921
|
const getId = (refUserId, type) => `${refUserId}-${type}`;
|
|
1922
|
-
const getIdFromRelationship = relationship => getId(relationship.
|
|
1922
|
+
const getIdFromRelationship = relationship => getId(relationship.refUser.id, relationship.type);
|
|
1923
1923
|
class RelationshipsManager {
|
|
1924
1924
|
constructor(tracker) {
|
|
1925
1925
|
this.tracker = tracker;
|