microboard-temp 0.4.92 → 0.4.93

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.
@@ -7064,9 +7064,7 @@ var conf = {
7064
7064
  FORCE_HOTKEYS: "auto",
7065
7065
  debug: false,
7066
7066
  FALLBACK_LNG: "en",
7067
- cursorsMap,
7068
- apiURL: undefined,
7069
- wsURL: undefined
7067
+ cursorsMap
7070
7068
  };
7071
7069
  initDefaultI18N();
7072
7070
 
package/dist/cjs/index.js CHANGED
@@ -7064,9 +7064,7 @@ var conf = {
7064
7064
  FORCE_HOTKEYS: "auto",
7065
7065
  debug: false,
7066
7066
  FALLBACK_LNG: "en",
7067
- cursorsMap,
7068
- apiURL: undefined,
7069
- wsURL: undefined
7067
+ cursorsMap
7070
7068
  };
7071
7069
  initDefaultI18N();
7072
7070
 
package/dist/cjs/node.js CHANGED
@@ -8101,9 +8101,7 @@ var conf = {
8101
8101
  FORCE_HOTKEYS: "auto",
8102
8102
  debug: false,
8103
8103
  FALLBACK_LNG: "en",
8104
- cursorsMap,
8105
- apiURL: undefined,
8106
- wsURL: undefined
8104
+ cursorsMap
8107
8105
  };
8108
8106
  initDefaultI18N();
8109
8107
 
@@ -6904,9 +6904,7 @@ var conf = {
6904
6904
  FORCE_HOTKEYS: "auto",
6905
6905
  debug: false,
6906
6906
  FALLBACK_LNG: "en",
6907
- cursorsMap,
6908
- apiURL: undefined,
6909
- wsURL: undefined
6907
+ cursorsMap
6910
6908
  };
6911
6909
  initDefaultI18N();
6912
6910
 
package/dist/esm/index.js CHANGED
@@ -6897,9 +6897,7 @@ var conf = {
6897
6897
  FORCE_HOTKEYS: "auto",
6898
6898
  debug: false,
6899
6899
  FALLBACK_LNG: "en",
6900
- cursorsMap,
6901
- apiURL: undefined,
6902
- wsURL: undefined
6900
+ cursorsMap
6903
6901
  };
6904
6902
  initDefaultI18N();
6905
6903
 
package/dist/esm/node.js CHANGED
@@ -7681,9 +7681,7 @@ var conf = {
7681
7681
  FORCE_HOTKEYS: "auto",
7682
7682
  debug: false,
7683
7683
  FALLBACK_LNG: "en",
7684
- cursorsMap,
7685
- apiURL: undefined,
7686
- wsURL: undefined
7684
+ cursorsMap
7687
7685
  };
7688
7686
  initDefaultI18N();
7689
7687
 
@@ -230,8 +230,6 @@ export declare const conf: {
230
230
  debug: boolean;
231
231
  FALLBACK_LNG: string;
232
232
  cursorsMap: Partial<Record<import("./Pointer/Cursor").CursorName, string>>;
233
- apiURL: string | undefined;
234
- wsURL: string | undefined;
235
233
  };
236
234
  export type Settings = typeof conf;
237
235
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.92",
3
+ "version": "0.4.93",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",