microboard-temp 0.5.145 → 0.5.146

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.
@@ -52707,6 +52707,10 @@ class BoardSelection {
52707
52707
  if (!this.board.events) {
52708
52708
  return;
52709
52709
  }
52710
+ if (operation.method === "transformMany") {
52711
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
52712
+ console.trace("[DEBUG] transformMany stack trace");
52713
+ }
52710
52714
  const command = createCommand(this.board, operation);
52711
52715
  command.apply();
52712
52716
  this.board.events.emit(operation, command);
@@ -56529,6 +56533,10 @@ class Events2 {
56529
56533
  connection?.subscribe(board);
56530
56534
  }
56531
56535
  emit(operation, command) {
56536
+ if (operation.method === "transformMany") {
56537
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
56538
+ console.trace("[DEBUG] transformMany stack trace");
56539
+ }
56532
56540
  const userId = this.getUserId();
56533
56541
  const body = {
56534
56542
  eventId: this.getNextEventId(),
package/dist/cjs/index.js CHANGED
@@ -52707,6 +52707,10 @@ class BoardSelection {
52707
52707
  if (!this.board.events) {
52708
52708
  return;
52709
52709
  }
52710
+ if (operation.method === "transformMany") {
52711
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
52712
+ console.trace("[DEBUG] transformMany stack trace");
52713
+ }
52710
52714
  const command = createCommand(this.board, operation);
52711
52715
  command.apply();
52712
52716
  this.board.events.emit(operation, command);
@@ -56529,6 +56533,10 @@ class Events2 {
56529
56533
  connection?.subscribe(board);
56530
56534
  }
56531
56535
  emit(operation, command) {
56536
+ if (operation.method === "transformMany") {
56537
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
56538
+ console.trace("[DEBUG] transformMany stack trace");
56539
+ }
56532
56540
  const userId = this.getUserId();
56533
56541
  const body = {
56534
56542
  eventId: this.getNextEventId(),
package/dist/cjs/node.js CHANGED
@@ -55180,6 +55180,10 @@ class BoardSelection {
55180
55180
  if (!this.board.events) {
55181
55181
  return;
55182
55182
  }
55183
+ if (operation.method === "transformMany") {
55184
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
55185
+ console.trace("[DEBUG] transformMany stack trace");
55186
+ }
55183
55187
  const command = createCommand(this.board, operation);
55184
55188
  command.apply();
55185
55189
  this.board.events.emit(operation, command);
@@ -59002,6 +59006,10 @@ class Events2 {
59002
59006
  connection?.subscribe(board);
59003
59007
  }
59004
59008
  emit(operation, command) {
59009
+ if (operation.method === "transformMany") {
59010
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
59011
+ console.trace("[DEBUG] transformMany stack trace");
59012
+ }
59005
59013
  const userId = this.getUserId();
59006
59014
  const body = {
59007
59015
  eventId: this.getNextEventId(),
@@ -52550,6 +52550,10 @@ class BoardSelection {
52550
52550
  if (!this.board.events) {
52551
52551
  return;
52552
52552
  }
52553
+ if (operation.method === "transformMany") {
52554
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
52555
+ console.trace("[DEBUG] transformMany stack trace");
52556
+ }
52553
52557
  const command = createCommand(this.board, operation);
52554
52558
  command.apply();
52555
52559
  this.board.events.emit(operation, command);
@@ -56372,6 +56376,10 @@ class Events2 {
56372
56376
  connection?.subscribe(board);
56373
56377
  }
56374
56378
  emit(operation, command) {
56379
+ if (operation.method === "transformMany") {
56380
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
56381
+ console.trace("[DEBUG] transformMany stack trace");
56382
+ }
56375
56383
  const userId = this.getUserId();
56376
56384
  const body = {
56377
56385
  eventId: this.getNextEventId(),
package/dist/esm/index.js CHANGED
@@ -52543,6 +52543,10 @@ class BoardSelection {
52543
52543
  if (!this.board.events) {
52544
52544
  return;
52545
52545
  }
52546
+ if (operation.method === "transformMany") {
52547
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
52548
+ console.trace("[DEBUG] transformMany stack trace");
52549
+ }
52546
52550
  const command = createCommand(this.board, operation);
52547
52551
  command.apply();
52548
52552
  this.board.events.emit(operation, command);
@@ -56365,6 +56369,10 @@ class Events2 {
56365
56369
  connection?.subscribe(board);
56366
56370
  }
56367
56371
  emit(operation, command) {
56372
+ if (operation.method === "transformMany") {
56373
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
56374
+ console.trace("[DEBUG] transformMany stack trace");
56375
+ }
56368
56376
  const userId = this.getUserId();
56369
56377
  const body = {
56370
56378
  eventId: this.getNextEventId(),
package/dist/esm/node.js CHANGED
@@ -55011,6 +55011,10 @@ class BoardSelection {
55011
55011
  if (!this.board.events) {
55012
55012
  return;
55013
55013
  }
55014
+ if (operation.method === "transformMany") {
55015
+ console.error("[DEBUG] transformMany emitted!", JSON.stringify(operation));
55016
+ console.trace("[DEBUG] transformMany stack trace");
55017
+ }
55014
55018
  const command = createCommand(this.board, operation);
55015
55019
  command.apply();
55016
55020
  this.board.events.emit(operation, command);
@@ -58833,6 +58837,10 @@ class Events2 {
58833
58837
  connection?.subscribe(board);
58834
58838
  }
58835
58839
  emit(operation, command) {
58840
+ if (operation.method === "transformMany") {
58841
+ console.error("[DEBUG] transformMany emitted from Events.emit!", JSON.stringify(operation));
58842
+ console.trace("[DEBUG] transformMany stack trace");
58843
+ }
58836
58844
  const userId = this.getUserId();
58837
58845
  const body = {
58838
58846
  eventId: this.getNextEventId(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.5.145",
3
+ "version": "0.5.146",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",