microboard-temp 0.5.62 → 0.5.63

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.
@@ -49123,7 +49123,7 @@ class Screen extends BaseItem {
49123
49123
  ctx.restore();
49124
49124
  }
49125
49125
  this.path.render(context);
49126
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
49126
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
49127
49127
  super.render(context);
49128
49128
  }
49129
49129
  }
package/dist/cjs/index.js CHANGED
@@ -49123,7 +49123,7 @@ class Screen extends BaseItem {
49123
49123
  ctx.restore();
49124
49124
  }
49125
49125
  this.path.render(context);
49126
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
49126
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
49127
49127
  super.render(context);
49128
49128
  }
49129
49129
  }
package/dist/cjs/node.js CHANGED
@@ -51596,7 +51596,7 @@ class Screen extends BaseItem {
51596
51596
  ctx.restore();
51597
51597
  }
51598
51598
  this.path.render(context);
51599
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
51599
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
51600
51600
  super.render(context);
51601
51601
  }
51602
51602
  }
@@ -48969,7 +48969,7 @@ class Screen extends BaseItem {
48969
48969
  ctx.restore();
48970
48970
  }
48971
48971
  this.path.render(context);
48972
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
48972
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
48973
48973
  super.render(context);
48974
48974
  }
48975
48975
  }
package/dist/esm/index.js CHANGED
@@ -48962,7 +48962,7 @@ class Screen extends BaseItem {
48962
48962
  ctx.restore();
48963
48963
  }
48964
48964
  this.path.render(context);
48965
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
48965
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
48966
48966
  super.render(context);
48967
48967
  }
48968
48968
  }
package/dist/esm/node.js CHANGED
@@ -51430,7 +51430,7 @@ class Screen extends BaseItem {
51430
51430
  ctx.restore();
51431
51431
  }
51432
51432
  this.path.render(context);
51433
- if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId || !this.ownerId) {
51433
+ if (localStorage.getItem("currentUser") === this.ownerId || localStorage.getItem("screenOwnerId") === this.ownerId) {
51434
51434
  super.render(context);
51435
51435
  }
51436
51436
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.5.62",
3
+ "version": "0.5.63",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",