ino-cesium 0.0.8 → 0.0.10
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 +8 -8
package/README.MD
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ino-cesium
|
|
2
2
|
|
|
3
|
-
* TS
|
|
3
|
+
* TS开发,无框架束缚。
|
|
4
4
|
|
|
5
5
|
<!-- TOC -->
|
|
6
6
|
* [@ino-cesium/common](https://www.npmjs.com/package/@ino-cesium/common) 公共基础包
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* [@ino-cesium/analysis](https://www.npmjs.com/package/@ino-cesium/analysis) 客户端分析
|
|
23
23
|
<!-- TOC -->
|
|
24
24
|
<!-- TOC -->
|
|
25
|
-
* [@ino-cesium/effects](https://www.npmjs.com/package/@ino-cesium/effects)
|
|
25
|
+
* [@ino-cesium/effects](https://www.npmjs.com/package/@ino-cesium/effects) 后期处理,特效
|
|
26
26
|
<!-- TOC -->
|
|
27
27
|
|
|
28
28
|
```shell
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ino-cesium",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"author": "koino",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cesium",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ino-cesium/analysis": "0.0.
|
|
31
|
-
"@ino-cesium/common": "0.0.
|
|
32
|
-
"@ino-cesium/draw": "0.0.
|
|
33
|
-
"@ino-cesium/effects": "0.0.
|
|
34
|
-
"@ino-cesium/layers": "0.0.
|
|
35
|
-
"@ino-cesium/material": "0.0.
|
|
36
|
-
"@ino-cesium/primitive": "0.0.
|
|
30
|
+
"@ino-cesium/analysis": "0.0.10",
|
|
31
|
+
"@ino-cesium/common": "0.0.10",
|
|
32
|
+
"@ino-cesium/draw": "0.0.10",
|
|
33
|
+
"@ino-cesium/effects": "0.0.10",
|
|
34
|
+
"@ino-cesium/layers": "0.0.10",
|
|
35
|
+
"@ino-cesium/material": "0.0.10",
|
|
36
|
+
"@ino-cesium/primitive": "0.0.10"
|
|
37
37
|
},
|
|
38
38
|
"types": "./dist/index.d.ts",
|
|
39
39
|
"scripts": {
|