mftsccs-browser 1.1.36-beta → 1.1.37-beta

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.
@@ -5,7 +5,7 @@ export declare class BaseUrl {
5
5
  static NODE_URL: string;
6
6
  static MQTT_CONNECTION: any;
7
7
  static BASE_APPLICATION: string;
8
- private static BASE_RANDOMIZER;
8
+ static BASE_RANDOMIZER: number;
9
9
  static setRandomizer(id: number): void;
10
10
  static getRandomizer(): number;
11
11
  static GetConceptUrl(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mftsccs-browser",
3
- "version": "1.1.36-beta",
3
+ "version": "1.1.37-beta",
4
4
  "environment": "production",
5
5
  "description": "Full Pack of concept and connection system",
6
6
  "main": "dist/main.bundle.js",