@gomusdev/web-components 4.12.0 → 4.13.0

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.
@@ -331,9 +331,7 @@ export declare class Shop {
331
331
  };
332
332
  }[];
333
333
  } | undefined;
334
- get translations(): {
335
- [key: string]: string;
336
- };
334
+ get translations(): Record<string, string>;
337
335
  get currency(): string;
338
336
  t(key: string, values?: {
339
337
  [key: string]: string | number;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "4.12.0",
7
+ "version": "4.13.0",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",