vis-core 0.21.54 → 0.21.55
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
|
@@ -89,7 +89,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
|
|
|
89
89
|
).toString(CryptoJS.enc.Utf8), Jt = JSON.parse(Tt), $t = Date.now();
|
|
90
90
|
return !Jt.s || Jt.s > $t ? (this.token = void 0, "") : Jt.e && Jt.e < $t ? (this.token = void 0, "") : (Jt.isValid = Yt, Jt);
|
|
91
91
|
}
|
|
92
|
-
}, version = "0.21.
|
|
92
|
+
}, version = "0.21.55";
|
|
93
93
|
/**
|
|
94
94
|
* @license
|
|
95
95
|
* Copyright 2010-2024 Three.js Authors
|
|
@@ -49363,7 +49363,7 @@ class Viewport {
|
|
|
49363
49363
|
};
|
|
49364
49364
|
}
|
|
49365
49365
|
fromJSON(e) {
|
|
49366
|
-
this.extendsOptions = e.eo || {}, e.delLoadObj && e.delLoadObj.length && (this.delLoadObj = e.delLoadObj);
|
|
49366
|
+
this.extendsOptions = e.eo || {}, e.delLoadObj && e.delLoadObj.length && (this.delLoadObj = [...e.delLoadObj]);
|
|
49367
49367
|
}
|
|
49368
49368
|
getLoadObj() {
|
|
49369
49369
|
return this.vis ? [...this.vis.loader.assets.keys()].filter((s) => this.vis.loader.delLoadArr.indexOf(s) === -1) : [];
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.21.
|
|
1
|
+
declare const _default: "0.21.55";
|
|
2
2
|
export default _default;
|