vis-core 0.19.0 → 0.19.1

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.
@@ -39376,7 +39376,7 @@ function Dl(s) {
39376
39376
  const t = new jt();
39377
39377
  return t.color.setScalar(s), t;
39378
39378
  }
39379
- const qg = "0.19.0";
39379
+ const qg = "0.19.1";
39380
39380
  class wK {
39381
39381
  constructor() {
39382
39382
  A(this, "event", new bX());
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.19.0";
1
+ declare const _default: "0.19.1";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
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",
@@ -66,7 +66,7 @@
66
66
  "esus-lite": "^0.2.2",
67
67
  "events": "^3.3.0",
68
68
  "geojson-cn": "^0.1.29",
69
- "gl-draw": "0.10.0",
69
+ "gl-draw": "0.10.1",
70
70
  "jsrsasign": "^11.1.0",
71
71
  "lodash-es": "^4.17.21"
72
72
  },