vis-core 0.14.0 → 0.14.1

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.
@@ -40786,7 +40786,7 @@ function Kl(n) {
40786
40786
  const t = new qt();
40787
40787
  return t.color.setScalar(n), t;
40788
40788
  }
40789
- const hX = "0.14.0", l1 = !1;
40789
+ const hX = "0.14.1", l1 = !1;
40790
40790
  class La {
40791
40791
  constructor(t, e = {}) {
40792
40792
  D(this, "container");
@@ -45993,7 +45993,7 @@ class HM {
45993
45993
  return Zt(this, arguments, function* (t, e = {}) {
45994
45994
  const { vis: s } = this;
45995
45995
  s || (yield this.addVis("base"));
45996
- const l = qG.objects_[t].getInitOptions;
45996
+ const l = qG[t].getInitOptions;
45997
45997
  l && Object.assign(e, l(this.vis.pencil, e)), this.editor.execute(new xX(this.editor, t, e));
45998
45998
  });
45999
45999
  }
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.14.0";
1
+ declare const _default: "0.14.1";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
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",