vis-core 0.18.12 → 0.18.14

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.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.18.12";
1
+ declare const _default: "0.18.14";
2
2
  export default _default;
@@ -2,7 +2,6 @@ export declare const IS_DEV: boolean;
2
2
  export declare const bbox100000: number[];
3
3
  export declare const bboxworld: number[];
4
4
  export declare const countriesJson: {
5
- type: string;
6
5
  features: ({
7
6
  type: string;
8
7
  properties: {
@@ -132,6 +131,7 @@ export declare const countriesJson: {
132
131
  coordinates: number[][][];
133
132
  };
134
133
  })[];
134
+ type: string;
135
135
  };
136
136
  export declare const countriesJsonExclATA: {
137
137
  features: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.18.12",
3
+ "version": "0.18.14",
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.9.46",
69
+ "gl-draw": "0.9.47",
70
70
  "jsrsasign": "^11.1.0",
71
71
  "lodash-es": "^4.17.21"
72
72
  },