vis-core 0.21.67 → 0.21.69

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.21.67";
1
+ declare const _default: "0.21.69";
2
2
  export default _default;
@@ -267,7 +267,7 @@ export declare const countriesJsonExclATA: {
267
267
  })[];
268
268
  type: string;
269
269
  };
270
- export declare const getCountriesJsonExclATA: () => GeoJSON;
270
+ export declare const countriesJsonExclATALite: GeoJSON;
271
271
  export declare const PENCIL_CONFIG: {
272
272
  camera: {
273
273
  near: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.67",
3
+ "version": "0.21.69",
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",