microboard-temp 0.4.75 → 0.4.76
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.
- package/dist/cjs/browser.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node.js +1 -1
- package/dist/esm/browser.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/node.js +1 -1
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -21433,7 +21433,7 @@ class SimpleSpatialIndex {
|
|
|
21433
21433
|
return items;
|
|
21434
21434
|
}
|
|
21435
21435
|
getMbr() {
|
|
21436
|
-
return this.
|
|
21436
|
+
return this.Mbr;
|
|
21437
21437
|
}
|
|
21438
21438
|
list() {
|
|
21439
21439
|
return this.itemsArray.concat();
|
package/dist/cjs/index.js
CHANGED
|
@@ -21433,7 +21433,7 @@ class SimpleSpatialIndex {
|
|
|
21433
21433
|
return items;
|
|
21434
21434
|
}
|
|
21435
21435
|
getMbr() {
|
|
21436
|
-
return this.
|
|
21436
|
+
return this.Mbr;
|
|
21437
21437
|
}
|
|
21438
21438
|
list() {
|
|
21439
21439
|
return this.itemsArray.concat();
|
package/dist/cjs/node.js
CHANGED
|
@@ -23905,7 +23905,7 @@ class SimpleSpatialIndex {
|
|
|
23905
23905
|
return items;
|
|
23906
23906
|
}
|
|
23907
23907
|
getMbr() {
|
|
23908
|
-
return this.
|
|
23908
|
+
return this.Mbr;
|
|
23909
23909
|
}
|
|
23910
23910
|
list() {
|
|
23911
23911
|
return this.itemsArray.concat();
|
package/dist/esm/browser.js
CHANGED
|
@@ -21282,7 +21282,7 @@ class SimpleSpatialIndex {
|
|
|
21282
21282
|
return items;
|
|
21283
21283
|
}
|
|
21284
21284
|
getMbr() {
|
|
21285
|
-
return this.
|
|
21285
|
+
return this.Mbr;
|
|
21286
21286
|
}
|
|
21287
21287
|
list() {
|
|
21288
21288
|
return this.itemsArray.concat();
|
package/dist/esm/index.js
CHANGED
|
@@ -21275,7 +21275,7 @@ class SimpleSpatialIndex {
|
|
|
21275
21275
|
return items;
|
|
21276
21276
|
}
|
|
21277
21277
|
getMbr() {
|
|
21278
|
-
return this.
|
|
21278
|
+
return this.Mbr;
|
|
21279
21279
|
}
|
|
21280
21280
|
list() {
|
|
21281
21281
|
return this.itemsArray.concat();
|
package/dist/esm/node.js
CHANGED
|
@@ -23742,7 +23742,7 @@ class SimpleSpatialIndex {
|
|
|
23742
23742
|
return items;
|
|
23743
23743
|
}
|
|
23744
23744
|
getMbr() {
|
|
23745
|
-
return this.
|
|
23745
|
+
return this.Mbr;
|
|
23746
23746
|
}
|
|
23747
23747
|
list() {
|
|
23748
23748
|
return this.itemsArray.concat();
|