zyjj-web-sdk 1.0.7 → 1.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.
@@ -9,4 +9,9 @@ export declare const getTencentInfo: () => Promise<{
9
9
  bucket: string;
10
10
  region: string;
11
11
  }>;
12
- export declare const object2query: (data: any) => string;
12
+ export declare const object2query: (data: {
13
+ [key: string]: any;
14
+ }) => string;
15
+ export declare const paramReplace: (value: string, data: {
16
+ [key: string]: any;
17
+ }) => string;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const IconMap: Map<string, JSX.Element>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zyjj-web-sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"
@@ -42,5 +42,6 @@
42
42
  "uuid": "^9.0.1",
43
43
  "vite": "^5.2.0",
44
44
  "vite-plugin-svgr": "^4.2.0"
45
- }
45
+ },
46
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
46
47
  }