@ino-cesium/geojson 0.0.26-beta.2 → 0.0.26-beta.4
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/README.MD +2 -2
- package/package.json +5 -4
package/README.MD
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# ino-cesium geojson
|
|
2
|
-
添加geojson为数据图层
|
|
1
|
+
# ino-cesium geojson
|
|
2
|
+
添加geojson为数据图层
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ino-cesium/geojson",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.26-beta.
|
|
4
|
+
"version": "0.0.26-beta.4",
|
|
5
5
|
"author": "koino",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cesium",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"exports": {
|
|
12
12
|
".": "./dist/index.js"
|
|
13
13
|
},
|
|
14
|
+
"main": "./dist/index.js",
|
|
14
15
|
"typesVersions": {
|
|
15
16
|
"*": {
|
|
16
17
|
"*": [
|
|
@@ -20,15 +21,15 @@
|
|
|
20
21
|
}
|
|
21
22
|
},
|
|
22
23
|
"files": [
|
|
24
|
+
"README.MD",
|
|
23
25
|
"dist/*.d.ts",
|
|
24
|
-
"dist/*.js"
|
|
25
|
-
"README.MD"
|
|
26
|
+
"dist/*.js"
|
|
26
27
|
],
|
|
27
28
|
"peerDependencies": {
|
|
28
29
|
"cesium": "1.134.0"
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@ino-cesium/common": "0.0.26-beta.
|
|
32
|
+
"@ino-cesium/common": "0.0.26-beta.4"
|
|
32
33
|
},
|
|
33
34
|
"scripts": {
|
|
34
35
|
"build": "rimraf dist && rollup -c",
|