@ino-cesium/effects 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -110,6 +110,10 @@ declare const createRainCoverStage: (viewer: Viewer) => {
110
110
  remove: () => void;
111
111
  };
112
112
 
113
+ /**
114
+ * 创建闪电特效
115
+ * @param options
116
+ */
113
117
  declare const createLightningStage: (options: ILightningStageOptions) => {
114
118
  stage: PostProcessStage | cesium.PostProcessStageComposite;
115
119
  remove: () => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ino-cesium/effects",
3
3
  "type": "module",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "author": "koino",
6
6
  "keywords": [
7
7
  "cesium",
@@ -31,7 +31,7 @@
31
31
  "cesium": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@ino-cesium/common": "0.0.7"
34
+ "@ino-cesium/common": "0.0.8"
35
35
  },
36
36
  "types": "./dist/index.d.ts",
37
37
  "scripts": {