@geoscene/core 4.34.10 → 4.34.11

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/package.json CHANGED
@@ -1,31 +1,31 @@
1
- {
2
- "name": "@geoscene/core",
3
- "version": "4.34.10",
4
- "homepage": "https://js.geoscene.cn",
5
- "description": "GeoScene Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API",
6
- "keywords": [
7
- "GeoScene",
8
- "javascript",
9
- "map",
10
- "3D",
11
- "2D",
12
- "visualization",
13
- "analytics",
14
- "spatial",
15
- "data-driven",
16
- "gis"
17
- ],
18
- "license": "SEE LICENSE IN copyright.txt",
19
- "dependencies": {
20
- "@amcharts/amcharts5": "~5.14.1",
21
- "@arcgis/toolkit": "^4.34.0",
22
- "@esri/arcgis-html-sanitizer": "~4.1.0",
23
- "@esri/calcite-components": "^3.3.2",
24
- "@vaadin/grid": "~24.9.1",
25
- "@zip.js/zip.js": "~2.8.7",
26
- "luxon": "~3.7.2",
27
- "marked": "~16.3.0",
28
- "tslib": "^2.8.1"
29
- },
30
- "type": "module"
1
+ {
2
+ "name": "@geoscene/core",
3
+ "version": "4.34.11",
4
+ "homepage": "https://js.geoscene.cn",
5
+ "description": "GeoScene Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API",
6
+ "keywords": [
7
+ "GeoScene",
8
+ "javascript",
9
+ "map",
10
+ "3D",
11
+ "2D",
12
+ "visualization",
13
+ "analytics",
14
+ "spatial",
15
+ "data-driven",
16
+ "gis"
17
+ ],
18
+ "license": "SEE LICENSE IN copyright.txt",
19
+ "dependencies": {
20
+ "@amcharts/amcharts5": "~5.14.1",
21
+ "@arcgis/toolkit": "^4.34.0",
22
+ "@esri/arcgis-html-sanitizer": "~4.1.0",
23
+ "@geoscene/calcite-components": "^3.3.3",
24
+ "@vaadin/grid": "~24.9.1",
25
+ "@zip.js/zip.js": "~2.8.7",
26
+ "luxon": "~3.7.2",
27
+ "marked": "~16.3.0",
28
+ "tslib": "^2.8.1"
29
+ },
30
+ "type": "module"
31
31
  }