vis-core 0.18.12 → 0.18.13
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.js +38 -38
- package/dist/index.module.js +1273 -1262
- 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.18.
|
|
1
|
+
declare const _default: "0.18.13";
|
|
2
2
|
export default _default;
|
package/dist/vis/map/config.d.ts
CHANGED
|
@@ -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: ({
|