vis-core 0.21.43 → 0.21.44

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.
@@ -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.43";
48352
+ const version = "0.21.44";
48353
48353
  class Event {
48354
48354
  constructor() {
48355
48355
  H0(this, "event", new EventEmitter());
@@ -49443,7 +49443,7 @@ class Editor {
49443
49443
  H0(this, "_dispose", !1);
49444
49444
  this.options = ui({
49445
49445
  assetsPrefix: "",
49446
- processUndosMaxFrameTime: 1e3 / 60
49446
+ processUndosMaxFrameTime: Number.MAX_VALUE
49447
49447
  }, e), this.events.setMaxListeners(9999999), this.viewport = new Viewport(this, {
49448
49448
  visFactories: e.visFactories
49449
49449
  }), this.history = new History(this);
@@ -94733,8 +94733,7 @@ class Base extends Event {
94733
94733
  const c = detect();
94734
94734
  this.benchmarkTier = c.tier, this.editor = new Editor({
94735
94735
  assetsPrefix: this.options.assetsPrefix,
94736
- visFactories: this,
94737
- processUndosMaxFrameTime: this.benchmarkTier < 2 ? Number.MAX_VALUE : 1e3 / 60
94736
+ visFactories: this
94738
94737
  }), console.info(
94739
94738
  "vis-core:detect",
94740
94739
  version,
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.21.43";
1
+ declare const _default: "0.21.44";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.43",
3
+ "version": "0.21.44",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",