@gonsin/gview 2.1.21 → 2.1.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.
@@ -2,3 +2,4 @@ export declare function getUrlQuery(url: string): any;
2
2
  export declare function resolveUrl(url: string, queryParams: any, checkOuter?: boolean): string;
3
3
  export declare function isOuterUrl(str: string): boolean;
4
4
  export declare function isResourceUrl(str: string): boolean;
5
+ export declare function deleteQueryFromPath(path: string, queryKey: string | string[]): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.1.21",
3
+ "version": "2.1.22",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [