vis-core 0.20.12 → 0.20.13
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.js +1 -1
- package/dist/index.module.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -40548,7 +40548,7 @@ function da(s) {
|
|
|
40548
40548
|
const t = new jt();
|
|
40549
40549
|
return t.color.setScalar(s), t;
|
|
40550
40550
|
}
|
|
40551
|
-
const F2 = "0.20.
|
|
40551
|
+
const F2 = "0.20.13";
|
|
40552
40552
|
class Ok {
|
|
40553
40553
|
constructor() {
|
|
40554
40554
|
O(this, "event", new ay());
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.20.
|
|
1
|
+
declare const _default: "0.20.13";
|
|
2
2
|
export default _default;
|