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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.module.js +42485 -19
- package/dist/version.d.ts +1 -1
- package/dist/vis/map/config.d.ts +1 -1
- package/package.json +1 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.21.
|
|
1
|
+
declare const _default: "0.21.69";
|
|
2
2
|
export default _default;
|
package/dist/vis/map/config.d.ts
CHANGED
|
@@ -267,7 +267,7 @@ export declare const countriesJsonExclATA: {
|
|
|
267
267
|
})[];
|
|
268
268
|
type: string;
|
|
269
269
|
};
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const countriesJsonExclATALite: GeoJSON;
|
|
271
271
|
export declare const PENCIL_CONFIG: {
|
|
272
272
|
camera: {
|
|
273
273
|
near: number;
|