ino-cesium 0.0.22-beta.1 → 0.0.22

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.
@@ -2526,7 +2526,7 @@ declare class RadereScanPrimitive extends BasePrimitive<any> {
2526
2526
  private options;
2527
2527
  constructor(options: IRaderScanPrimitiveOptions);
2528
2528
  getGeometry(): Cesium.CircleGeometry;
2529
- getPrimitive(): Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.LabelCollection | Cesium.PrimitiveCollection | undefined;
2529
+ getPrimitive(): Cesium.GroundPolylinePrimitive | Cesium.PrimitiveCollection | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
2530
2530
  setAppearance(appearance?: Cesium.Appearance): void;
2531
2531
  }
2532
2532
 
@@ -2656,7 +2656,7 @@ declare class CircleAperturePrimitive extends BasePrimitive<any> {
2656
2656
  private options;
2657
2657
  constructor(options: ICircleAperturePrimitiveOptions);
2658
2658
  getGeometry(): Cesium.CircleGeometry;
2659
- getPrimitive(): Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.LabelCollection | Cesium.PrimitiveCollection | undefined;
2659
+ getPrimitive(): Cesium.GroundPolylinePrimitive | Cesium.PrimitiveCollection | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
2660
2660
  setAppearance(appearance?: Cesium.Appearance): void;
2661
2661
  }
2662
2662
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ino-cesium",
3
3
  "type": "module",
4
- "version": "0.0.22-beta.1",
4
+ "version": "0.0.22",
5
5
  "author": "koino",
6
6
  "keywords": [
7
7
  "cesium",
@@ -28,13 +28,13 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "vite-plugin-static-copy": "^3.1.0",
31
- "@ino-cesium/analysis": "0.0.22-beta.1",
32
- "@ino-cesium/layers": "0.0.22-beta.1",
33
- "@ino-cesium/draw": "0.0.22-beta.1",
34
- "@ino-cesium/material": "0.0.22-beta.1",
35
- "@ino-cesium/common": "0.0.22-beta.1",
36
- "@ino-cesium/primitive": "0.0.22-beta.1",
37
- "@ino-cesium/effects": "0.0.22-beta.1"
31
+ "@ino-cesium/analysis": "0.0.22",
32
+ "@ino-cesium/effects": "0.0.22",
33
+ "@ino-cesium/common": "0.0.22",
34
+ "@ino-cesium/material": "0.0.22",
35
+ "@ino-cesium/layers": "0.0.22",
36
+ "@ino-cesium/primitive": "0.0.22",
37
+ "@ino-cesium/draw": "0.0.22"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "cesium": "1.134.0"