vis-core 0.21.18 → 0.21.19

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.
@@ -45558,7 +45558,7 @@ function createAreaLightMaterial(h) {
45558
45558
  const e = new MeshBasicMaterial();
45559
45559
  return e.color.setScalar(h), e;
45560
45560
  }
45561
- const version = "0.21.18";
45561
+ const version = "0.21.19";
45562
45562
  class Event {
45563
45563
  constructor() {
45564
45564
  M0(this, "event", new EventEmitter());
@@ -46879,7 +46879,7 @@ class Base extends Event {
46879
46879
  bloom: !0,
46880
46880
  ssao: !0,
46881
46881
  ssaoParams: {
46882
- minDistance: 2e-3
46882
+ minDistance: 1e-3
46883
46883
  },
46884
46884
  scene: {
46885
46885
  background: new Color$1(0)
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.21.18";
1
+ declare const _default: "0.21.19";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.18",
3
+ "version": "0.21.19",
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",