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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -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.
|
|
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.
|
|
1
|
+
declare const _default: "0.25.3";
|
|
2
2
|
export default _default;
|