vis-core 0.25.2 → 0.25.3

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.
@@ -90,7 +90,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
90
90
  ).toString(CryptoJS.enc.Utf8), De = JSON.parse(Je), bt = Date.now();
91
91
  return !De.s || De.s > bt ? (this.token = void 0, "") : De.e && De.e < bt ? (this.token = void 0, "") : (De.isValid = fe, De);
92
92
  }
93
- }, version = "0.25.2";
93
+ }, version = "0.25.3";
94
94
  /**
95
95
  * @license
96
96
  * Copyright 2010-2025 Three.js Authors
@@ -56176,7 +56176,7 @@ class Base extends Event {
56176
56176
  up: (Se = (fe = this.pencilConfig.camera) == null ? void 0 : fe.up) != null ? Se : new Vector3(0, 1, 0)
56177
56177
  },
56178
56178
  sceneOptions: {
56179
- background: this.pencil.scene.background
56179
+ background: this.pencil.scene.background ? this.pencil.scene.background.clone() : null
56180
56180
  }
56181
56181
  }), this.setSceneActive(), this.mList.install(this.pencil);
56182
56182
  else {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.25.2";
1
+ declare const _default: "0.25.3";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.25.2",
3
+ "version": "0.25.3",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version && bundler",