vis-core 0.15.8 → 0.15.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.
@@ -39425,11 +39425,11 @@ class AK extends yt {
39425
39425
  const t = this.object3d, i = this.pencil.installPlugins.get("materialList"), s = this.options.type;
39426
39426
  i.setObject3d(t, s, {
39427
39427
  baseObject: this
39428
- }), t.target && i.setObject3d(t.target, s + "Target", {
39428
+ }), t.target && (t.target.userData.light = t, i.setObject3d(t.target, s + "Target", {
39429
39429
  baseObject: this,
39430
39430
  parent: t,
39431
39431
  remove: !1
39432
- });
39432
+ }));
39433
39433
  const l = this.pencil.cameraTarget;
39434
39434
  if (this.spotLight || this.directionalLight) {
39435
39435
  const a = this.spotLight || this.directionalLight;
@@ -43603,7 +43603,7 @@ function oa(n) {
43603
43603
  const e = new _e();
43604
43604
  return e.color.setScalar(n), e;
43605
43605
  }
43606
- const Xf = "0.15.8", rp = !1;
43606
+ const Xf = "0.15.9", rp = !1;
43607
43607
  class qa {
43608
43608
  constructor(e, t = {}) {
43609
43609
  j(this, "container");
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.15.8";
1
+ declare const _default: "0.15.9";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.15.8",
3
+ "version": "0.15.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",