microboard-temp 0.4.86 → 0.4.88

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,7 +7064,9 @@ var conf = {
7064
7064
  FORCE_HOTKEYS: "auto",
7065
7065
  debug: false,
7066
7066
  FALLBACK_LNG: "en",
7067
- cursorsMap
7067
+ cursorsMap,
7068
+ apiURL: undefined,
7069
+ wsURL: undefined
7068
7070
  };
7069
7071
  initDefaultI18N();
7070
7072
 
@@ -56590,6 +56592,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
56590
56592
  }
56591
56593
  function handleSeqNumApplication(initialSequenceNumber, board) {
56592
56594
  const { log } = board.events;
56595
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
56593
56596
  log.currentSequenceNumber = initialSequenceNumber;
56594
56597
  if (log.pendingEvent) {
56595
56598
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
package/dist/cjs/index.js CHANGED
@@ -7064,7 +7064,9 @@ var conf = {
7064
7064
  FORCE_HOTKEYS: "auto",
7065
7065
  debug: false,
7066
7066
  FALLBACK_LNG: "en",
7067
- cursorsMap
7067
+ cursorsMap,
7068
+ apiURL: undefined,
7069
+ wsURL: undefined
7068
7070
  };
7069
7071
  initDefaultI18N();
7070
7072
 
@@ -56590,6 +56592,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
56590
56592
  }
56591
56593
  function handleSeqNumApplication(initialSequenceNumber, board) {
56592
56594
  const { log } = board.events;
56595
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
56593
56596
  log.currentSequenceNumber = initialSequenceNumber;
56594
56597
  if (log.pendingEvent) {
56595
56598
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
package/dist/cjs/node.js CHANGED
@@ -8101,7 +8101,9 @@ var conf = {
8101
8101
  FORCE_HOTKEYS: "auto",
8102
8102
  debug: false,
8103
8103
  FALLBACK_LNG: "en",
8104
- cursorsMap
8104
+ cursorsMap,
8105
+ apiURL: undefined,
8106
+ wsURL: undefined
8105
8107
  };
8106
8108
  initDefaultI18N();
8107
8109
 
@@ -59063,6 +59065,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
59063
59065
  }
59064
59066
  function handleSeqNumApplication(initialSequenceNumber, board) {
59065
59067
  const { log } = board.events;
59068
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
59066
59069
  log.currentSequenceNumber = initialSequenceNumber;
59067
59070
  if (log.pendingEvent) {
59068
59071
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
@@ -6904,7 +6904,9 @@ var conf = {
6904
6904
  FORCE_HOTKEYS: "auto",
6905
6905
  debug: false,
6906
6906
  FALLBACK_LNG: "en",
6907
- cursorsMap
6907
+ cursorsMap,
6908
+ apiURL: undefined,
6909
+ wsURL: undefined
6908
6910
  };
6909
6911
  initDefaultI18N();
6910
6912
 
@@ -56439,6 +56441,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
56439
56441
  }
56440
56442
  function handleSeqNumApplication(initialSequenceNumber, board) {
56441
56443
  const { log } = board.events;
56444
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
56442
56445
  log.currentSequenceNumber = initialSequenceNumber;
56443
56446
  if (log.pendingEvent) {
56444
56447
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
package/dist/esm/index.js CHANGED
@@ -6897,7 +6897,9 @@ var conf = {
6897
6897
  FORCE_HOTKEYS: "auto",
6898
6898
  debug: false,
6899
6899
  FALLBACK_LNG: "en",
6900
- cursorsMap
6900
+ cursorsMap,
6901
+ apiURL: undefined,
6902
+ wsURL: undefined
6901
6903
  };
6902
6904
  initDefaultI18N();
6903
6905
 
@@ -56432,6 +56434,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
56432
56434
  }
56433
56435
  function handleSeqNumApplication(initialSequenceNumber, board) {
56434
56436
  const { log } = board.events;
56437
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
56435
56438
  log.currentSequenceNumber = initialSequenceNumber;
56436
56439
  if (log.pendingEvent) {
56437
56440
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
package/dist/esm/node.js CHANGED
@@ -7681,7 +7681,9 @@ var conf = {
7681
7681
  FORCE_HOTKEYS: "auto",
7682
7682
  debug: false,
7683
7683
  FALLBACK_LNG: "en",
7684
- cursorsMap
7684
+ cursorsMap,
7685
+ apiURL: undefined,
7686
+ wsURL: undefined
7685
7687
  };
7686
7688
  initDefaultI18N();
7687
7689
 
@@ -58900,6 +58902,7 @@ function handleBoardSubscriptionCompletedMsg(msg, board) {
58900
58902
  }
58901
58903
  function handleSeqNumApplication(initialSequenceNumber, board) {
58902
58904
  const { log } = board.events;
58905
+ console.log(`upd seq number from ${log.currentSequenceNumber.toString()} to ${initialSequenceNumber}`);
58903
58906
  log.currentSequenceNumber = initialSequenceNumber;
58904
58907
  if (log.pendingEvent) {
58905
58908
  log.pendingEvent.sequenceNumber = log.currentSequenceNumber;
@@ -230,6 +230,8 @@ 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;
233
235
  };
234
236
  export type Settings = typeof conf;
235
237
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.86",
3
+ "version": "0.4.88",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",