elcrm 0.4.5 → 0.4.6

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.
@@ -33,7 +33,7 @@ export declare function setId(id: string, reload: string): void;
33
33
  export declare function getId(): any;
34
34
  export declare function Path(module: string, tab: string, id: string): void;
35
35
  export declare function newSetting(j: any): void;
36
- export declare function setSetting(s: string, p: string): void;
36
+ export declare function setSetting(s: string, p: any): void;
37
37
  export declare function getSetting(p: string): any;
38
38
  export declare function setMenu(s: any): void;
39
39
  export declare function getMenu(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elcrm",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --open --port 4101",