mftsccs-node 0.0.16 → 0.0.17

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.
@@ -3,7 +3,7 @@ import { UserNode } from "./UserNode";
3
3
  import { LConnection } from "../Local/LConnection";
4
4
  export declare class UserBinaryTree {
5
5
  static root: UserNode | null;
6
- static compositeKey(userId: number, sessionId: number, randomizer: number): string;
6
+ static compositeKey(userId: number, sessionId: number, randomizer?: number): string;
7
7
  static addNodeToTree(node: UserNode): UserNode | undefined;
8
8
  static waitForDataToLoad(): Promise<unknown>;
9
9
  static checkFlag(resolve: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mftsccs-node",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "environment": "production",
5
5
  "description": "Full Pack of concept and connection system",
6
6
  "main": "dist/bundle.js",