@shopbite-de/storefront 1.9.0 → 1.9.1

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.
@@ -37,6 +37,7 @@ const searchCriteria = {
37
37
  },
38
38
  },
39
39
  },
40
+ limit: 100,
40
41
  } as operations["searchPage post /search"]["body"];
41
42
 
42
43
  const {
@@ -83,7 +83,7 @@ async function handlePasswordRecovery(payload: FormSubmitEvent<Schema>) {
83
83
  >
84
84
  <template #description>
85
85
  <p>
86
- Geben Sie Ihre E-Mail-Adresse ein um Ihr Passwort zurückzusetzten.
86
+ Geben Sie Ihre E-Mail-Adresse ein um Ihr Passwort zurück zusetzten.
87
87
  </p>
88
88
  <p>
89
89
  Wenn Sie bei uns ein Kundenkonto mit dieser Adresse angelegt haben
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopbite-de/storefront",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "main": "nuxt.config.ts",
5
5
  "description": "Shopware storefront for food delivery shops",
6
6
  "keywords": [
@@ -44,8 +44,8 @@
44
44
  "@playwright/test": "^1.57.0",
45
45
  "@types/node": "^25.0.3",
46
46
  "@vitejs/plugin-vue": "^6.0.1",
47
- "@vitest/coverage-v8": "4.0.16",
48
- "@vitest/ui": "4.0.16",
47
+ "@vitest/coverage-v8": "4.0.18",
48
+ "@vitest/ui": "4.0.18",
49
49
  "@vue/compiler-dom": "^3.5.26",
50
50
  "@vue/server-renderer": "^3.5.26",
51
51
  "@vue/test-utils": "^2.4.6",