vis-core 0.13.8 → 0.13.9

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.
@@ -32440,7 +32440,7 @@ let ye = class {
32440
32440
  instantiate(t) {
32441
32441
  return this.drawController.instantiate(this, {
32442
32442
  create: (e) => {
32443
- this.object3d && (e.object3d = this.object3d.clone(!0)), typeof t == "number" && t > 1 && (e.object3d = new Mo(
32443
+ this.object3d && (e.object3d = this.object3d.clone(!0)), typeof t == "number" && (e.object3d = new Mo(
32444
32444
  e.object3d.geometry,
32445
32445
  e.object3d.material,
32446
32446
  t
@@ -41145,7 +41145,7 @@ function Bl(n) {
41145
41145
  const t = new qt();
41146
41146
  return t.color.setScalar(n), t;
41147
41147
  }
41148
- const pX = "0.13.8", o1 = !1;
41148
+ const pX = "0.13.9", o1 = !1;
41149
41149
  class Na {
41150
41150
  constructor(t, e = {}) {
41151
41151
  D(this, "container");
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.13.8";
1
+ declare const _default: "0.13.9";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.13.8",
3
+ "version": "0.13.9",
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",
@@ -46,7 +46,7 @@
46
46
  "eslint-config-bundler": "^0.4.0",
47
47
  "esus": "^0.4.27",
48
48
  "fs-extra": "^11.1.1",
49
- "gl-draw": "0.9.0-beta.405",
49
+ "gl-draw": "0.9.0-beta.406",
50
50
  "idb-keyval": "^6.2.1",
51
51
  "pinia": "^2.1.7",
52
52
  "prettier-config-bundler": "^0.4.1",