@gomusdev/web-components 3.0.0-next.1 → 3.0.0-next.3

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.
@@ -506,7 +506,6 @@ export declare class Shop {
506
506
  cache?: number | undefined;
507
507
  path?: Record<string, unknown>;
508
508
  }): T;
509
- clearCache(): void;
510
509
  get museums(): {
511
510
  id: number;
512
511
  title: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "3.0.0-next.1",
7
+ "version": "3.0.0-next.3",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",