gis-common 5.1.19 → 5.1.20

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/dist/index.d.ts CHANGED
@@ -659,18 +659,18 @@ export declare enum EventType {
659
659
  }
660
660
 
661
661
  export declare const ExceptionUtil: {
662
- getException(type: string, message: string): any;
663
- throwException(msg: string): never;
664
- throwColorException(msg: string): never;
665
- throwCoordinateException(msg: string): never;
666
- throwGeoJsonException(msg: string): never;
667
- throwEmptyException(msg: string): never;
668
- throwIntegerException(msg: string): never;
669
- throwNumberException(msg: string): never;
670
- throwArrayException(msg: string): never;
671
- throwFunctionException(msg: string): never;
672
- throwProcessException(msg: string): never;
673
- throwNetworkException(msg: string): never;
662
+ getException(type: string, message?: string): any;
663
+ throwException(msg?: string): never;
664
+ throwColorException(msg?: string): never;
665
+ throwCoordinateException(msg?: string): never;
666
+ throwGeoJsonException(msg?: string): never;
667
+ throwEmptyException(msg?: string): never;
668
+ throwIntegerException(msg?: string): never;
669
+ throwNumberException(msg?: string): never;
670
+ throwArrayException(msg?: string): never;
671
+ throwFunctionException(msg?: string): never;
672
+ throwProcessException(msg?: string): never;
673
+ throwNetworkException(msg?: string): never;
674
674
  };
675
675
 
676
676
  export declare const FileUtil: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-common",
3
- "version": "5.1.19",
3
+ "version": "5.1.20",
4
4
  "author": "Guo.Yan <luv02@vip.qq.com>",
5
5
  "license": "MIT",
6
6
  "private": false,