@sitevision/api 1.0.12 → 1.0.13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitevision/api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"author": "Sitevision AB",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"access": "public",
|
|
27
27
|
"directory": "dist"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "66f3962c839a95af51df30b4d2c9e2f3b11b6838"
|
|
30
30
|
}
|
|
@@ -30,7 +30,7 @@ export interface ICollaborationGroupWrapper {
|
|
|
30
30
|
* Gets the followers/eavesdroppers of the wrapped collaboration group.
|
|
31
31
|
* @returns {Set<Node>} the followers of the wrapped collaboration group. Never null.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
getFollowers(): Set<Node>;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* Gets the group description of the wrapped collaboration group.
|