@ino-cesium/analysis 0.0.26-beta.1 → 0.0.26-beta.3
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 +2 -2
package/README.MD
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# ino-cesium 分析
|
|
2
|
-
分析
|
|
1
|
+
# ino-cesium 分析
|
|
2
|
+
分析
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ino-cesium/analysis",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.26-beta.
|
|
4
|
+
"version": "0.0.26-beta.3",
|
|
5
5
|
"author": "koino",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cesium",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@turf/turf": "^7.0.0",
|
|
32
32
|
"gsap": "^3.12.5",
|
|
33
|
-
"@ino-cesium/common": "0.0.26-beta.
|
|
33
|
+
"@ino-cesium/common": "0.0.26-beta.3"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rimraf dist && rollup -c",
|