lkd-web-kit 0.4.10 → 0.4.11

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -480,7 +480,7 @@ declare const pxBySize: {
480
480
 
481
481
  export declare const QP_BACK_URL_NAME = "backUrl";
482
482
 
483
- export declare const queryStringify: (query?: Record<string, unknown>) => string;
483
+ export declare const queryStringify: (query?: Record<string, any>) => string;
484
484
 
485
485
  export declare enum Revalidate {
486
486
  OneHour = 3600,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkd-web-kit",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "A template for creating React component libraries with Vite.",
5
5
  "author": "LKD",
6
6
  "license": "MIT",