vis-core 0.21.70 → 0.22.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +60 -60
- package/dist/index.module.js +15750 -15725
- package/dist/version.d.ts +1 -1
- package/dist/vis/map/index.d.ts +0 -1
- package/package.json +3 -3
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.
|
|
1
|
+
declare const _default: "0.22.1";
|
|
2
2
|
export default _default;
|
package/dist/vis/map/index.d.ts
CHANGED
|
@@ -116,7 +116,6 @@ export default class extends Base {
|
|
|
116
116
|
parentBg: PlaneMap[];
|
|
117
117
|
continentsBg?: ContinentsBg;
|
|
118
118
|
group: Group;
|
|
119
|
-
centroidObj: Record<number, [number, number]>;
|
|
120
119
|
projection: ReturnType<typeof getProjection>;
|
|
121
120
|
pcenter: [number, number];
|
|
122
121
|
pscale: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.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",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@turf/turf": "^6.5.0",
|
|
64
64
|
"@types/crypto-js": "^4.2.2",
|
|
65
|
-
"@types/three": "^0.
|
|
65
|
+
"@types/three": "^0.171.0",
|
|
66
66
|
"crypto-js": "^4.2.0",
|
|
67
67
|
"esus-lite": "^0.2.8",
|
|
68
68
|
"events": "^3.3.0",
|
|
69
69
|
"geojson-cn": "^0.1.29",
|
|
70
|
-
"gl-draw": "0.
|
|
70
|
+
"gl-draw": "0.12.0",
|
|
71
71
|
"jsrsasign": "^11.1.0",
|
|
72
72
|
"lodash-es": "^4.17.21"
|
|
73
73
|
},
|