@gomusdev/web-components 3.4.0 → 3.4.2

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.
@@ -1,3 +1,4 @@
1
+ export declare const STORAGE_TTL_MS: number;
1
2
  export declare function isLocalStorageAvailable(): boolean;
2
3
  export declare function saveToLocalStorage(key: string, data: any): void;
3
4
  export declare function loadFromLocalStorage<T>(key: string): T | null;
@@ -1,3 +1,3 @@
1
- export declare const MSWServer: import('msw/node').SetupServerApi;
1
+ export declare const MSWServer: import('msw/node').SetupServer;
2
2
  export declare function startMSW(): void;
3
3
  export declare function LogAllRequests(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "3.4.0",
7
+ "version": "3.4.2",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",
@@ -72,7 +72,7 @@
72
72
  "@storybook/addon-svelte-csf": "^5.0.10",
73
73
  "@storybook/svelte-vite": "^10.2.1",
74
74
  "@storybook/test-runner": "^0.24.2",
75
- "@sveltejs/vite-plugin-svelte": "^6.2.4",
75
+ "@sveltejs/vite-plugin-svelte": "^7.1.2",
76
76
  "@testing-library/jest-dom": "^6.9.1",
77
77
  "@testing-library/svelte": "^5.3.1",
78
78
  "@tsconfig/svelte": "^5.0.6",
@@ -87,13 +87,13 @@
87
87
  "concurrently": "^9.2.1",
88
88
  "conventional-changelog-conventionalcommits": "^9.1.0",
89
89
  "dompurify": "^3.3.1",
90
- "eslint-plugin-storybook": "10.2.1",
90
+ "eslint-plugin-storybook": "10.4.1",
91
91
  "http-server": "^14.1.1",
92
92
  "js-beautify": "^1.15.4",
93
93
  "js-cookie": "^3.0.5",
94
94
  "liquidjs": "^10.24.0",
95
- "msw": "2.12.7",
96
- "openapi-fetch": "^0.15.0",
95
+ "msw": "2.14.6",
96
+ "openapi-fetch": "^0.17.0",
97
97
  "postcss": "^8.5.6",
98
98
  "postcss-preset-env": "^11.1.2",
99
99
  "radash": "^12.1.1",
@@ -107,9 +107,9 @@
107
107
  "svelte": "catalog:svelte5",
108
108
  "svelte-check": "^4.4.6",
109
109
  "sweetalert2": "^11.26.17",
110
- "uuid": "^13.0.0",
111
- "vite": "^7.3.1",
112
- "vite-plugin-dts": "^4.5.4",
110
+ "uuid": "^14.0.0",
111
+ "vite": "^8.0.0",
112
+ "vite-plugin-dts": "^5.0.1",
113
113
  "vite-plugin-string": "^1.2.3",
114
114
  "vitest": "^4.0.18",
115
115
  "wait-for-expect": "^4.0.0",