vis-core 0.13.6 → 0.13.7

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.
@@ -41145,7 +41145,7 @@ function Bl(n) {
41145
41145
  const t = new qt();
41146
41146
  return t.color.setScalar(n), t;
41147
41147
  }
41148
- const pX = "0.13.6", o1 = !1;
41148
+ const pX = "0.13.7", o1 = !1;
41149
41149
  class Na {
41150
41150
  constructor(t, e = {}) {
41151
41151
  D(this, "container");
@@ -46861,6 +46861,7 @@ class L8 {
46861
46861
  }
46862
46862
  }
46863
46863
  export {
46864
+ Te as MeshLineMaterial,
46864
46865
  Yh as THREE,
46865
46866
  L8 as default,
46866
46867
  R8 as visConfig
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.13.6";
1
+ declare const _default: "0.13.7";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",