vis-core 0.21.40 → 0.21.41
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/index.js +1 -1
- package/dist/index.module.js +1 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -48349,7 +48349,7 @@ function createAreaLightMaterial(de) {
|
|
|
48349
48349
|
const e = new MeshBasicMaterial();
|
|
48350
48350
|
return e.color.setScalar(de), e;
|
|
48351
48351
|
}
|
|
48352
|
-
const version = "0.21.
|
|
48352
|
+
const version = "0.21.41";
|
|
48353
48353
|
class Event {
|
|
48354
48354
|
constructor() {
|
|
48355
48355
|
H0(this, "event", new EventEmitter());
|
|
@@ -94652,7 +94652,6 @@ function queryBenchmarks(de) {
|
|
|
94652
94652
|
width: 1920,
|
|
94653
94653
|
height: 1080
|
|
94654
94654
|
}, Zt = ct.width * st * ct.height * st;
|
|
94655
|
-
console.log(_e);
|
|
94656
94655
|
for (const Yt of _e) {
|
|
94657
94656
|
const [$t, e0] = Yt, t0 = $t * e0, i0 = Math.abs(Zt - t0);
|
|
94658
94657
|
i0 < $e && ($e = i0, qe = Yt);
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.21.
|
|
1
|
+
declare const _default: "0.21.41";
|
|
2
2
|
export default _default;
|