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

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.5";
39228
+ const q2 = "0.20.10-test.6";
39229
39229
  class TK {
39230
39230
  constructor() {
39231
39231
  j(this, "event", new XX());
@@ -40507,7 +40507,7 @@ class Ac extends TK {
40507
40507
  initPencil() {
40508
40508
  return c0(this, null, function* () {
40509
40509
  if (this.pencil) return;
40510
- this.devicePixelRatio = this.getDevicePixelRatio(), this.options.css2DContainer && (this.pencilConfig.css2DRendererParams = {
40510
+ this.devicePixelRatio = this.getDevicePixelRatio(), this.pencilConfig = F0({}, this.pencilConfig), this.options.css2DContainer && (this.pencilConfig.css2DRendererParams = {
40511
40511
  container: this.options.css2DContainer
40512
40512
  }), this.initPencilPlugin();
40513
40513
  const e = new lF(F0(F0({
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.20.10-test.5";
1
+ declare const _default: "0.20.10-test.6";
2
2
  export default _default;
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.20.10-test.5",
3
+ "version": "0.20.10-test.6",
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",