vis-core 0.20.10-test.3 → 0.20.10-test.5

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.
@@ -39225,7 +39225,7 @@ function la(s) {
39225
39225
  const t = new D0();
39226
39226
  return t.color.setScalar(s), t;
39227
39227
  }
39228
- const q2 = "0.20.10-test.3";
39228
+ const q2 = "0.20.10-test.5";
39229
39229
  class TK {
39230
39230
  constructor() {
39231
39231
  j(this, "event", new XX());
@@ -40530,6 +40530,9 @@ class Ac extends TK {
40530
40530
  bloom: !0,
40531
40531
  scene: {
40532
40532
  background: new i0(0)
40533
+ },
40534
+ composer: {
40535
+ multisampling: 0
40533
40536
  }
40534
40537
  }, this.pencilConfig), this.options.pencilConfig)), i = e.render.bind(e);
40535
40538
  e.render = () => {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.20.10-test.3";
1
+ declare const _default: "0.20.10-test.5";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.20.10-test.3",
3
+ "version": "0.20.10-test.5",
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",