vis-core 0.21.40 → 0.21.42
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.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.42";
|
|
48353
48353
|
class Event {
|
|
48354
48354
|
constructor() {
|
|
48355
48355
|
H0(this, "event", new EventEmitter());
|
|
@@ -94631,8 +94631,10 @@ const benchmarkFiles = {
|
|
|
94631
94631
|
};
|
|
94632
94632
|
function queryBenchmarks(de) {
|
|
94633
94633
|
const e = getGpuType(de);
|
|
94634
|
-
if (!e
|
|
94634
|
+
if (!e)
|
|
94635
94635
|
return;
|
|
94636
|
+
if (e === "intel")
|
|
94637
|
+
return { tier: 0, gpu: de };
|
|
94636
94638
|
const s = benchmarkFiles[e], c = getGPUVersion(de);
|
|
94637
94639
|
let Xe = s.filter(
|
|
94638
94640
|
([, Yt]) => Yt === c
|
|
@@ -94652,7 +94654,6 @@ function queryBenchmarks(de) {
|
|
|
94652
94654
|
width: 1920,
|
|
94653
94655
|
height: 1080
|
|
94654
94656
|
}, Zt = ct.width * st * ct.height * st;
|
|
94655
|
-
console.log(_e);
|
|
94656
94657
|
for (const Yt of _e) {
|
|
94657
94658
|
const [$t, e0] = Yt, t0 = $t * e0, i0 = Math.abs(Zt - t0);
|
|
94658
94659
|
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.42";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
File without changes
|