vis-core 0.0.1 → 0.12.12
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
|
@@ -40995,7 +40995,7 @@ function Pl(n) {
|
|
|
40995
40995
|
const t = new tt();
|
|
40996
40996
|
return t.color.setScalar(n), t;
|
|
40997
40997
|
}
|
|
40998
|
-
const GX = "0.
|
|
40998
|
+
const GX = "0.12.12", o1 = !1;
|
|
40999
40999
|
class ml {
|
|
41000
41000
|
constructor(t, e = {}) {
|
|
41001
41001
|
P(this, "container");
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.
|
|
1
|
+
declare const _default: "0.12.12";
|
|
2
2
|
export default _default;
|