vis-core 0.21.41 → 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
|
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
|