@shopware-pwa/composables-next
Advanced tools
Comparing version 0.0.0-canary-20241204112031 to 0.0.0-canary-20241204154203
{ | ||
"name": "@shopware-pwa/composables-next", | ||
"version": "0.0.0-canary-20241204112031", | ||
"version": "0.0.0-canary-20241204154203", | ||
"description": "Shopware Frontends composables for Vue", | ||
@@ -57,4 +57,4 @@ "author": "Shopware", | ||
"scule": "1.3.0", | ||
"@shopware-pwa/helpers-next": "0.0.0-canary-20241204112031", | ||
"@shopware/api-client": "0.0.0-canary-20241204112031" | ||
"@shopware-pwa/helpers-next": "0.0.0-canary-20241204154203", | ||
"@shopware/api-client": "0.0.0-canary-20241204154203" | ||
}, | ||
@@ -70,4 +70,4 @@ "devDependencies": { | ||
"vue": "3.5.13", | ||
"tsconfig": "0.0.0", | ||
"eslint-config-shopware": "1.0.0" | ||
"eslint-config-shopware": "1.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "scripts": { |
@@ -168,3 +168,3 @@ # shopware/frontends - composables-next | ||
### Latest changes: 0.0.0-canary-20241204112031 | ||
### Latest changes: 0.0.0-canary-20241204154203 | ||
@@ -186,3 +186,3 @@ ### Minor Changes | ||
- Updated dependencies [[`a87bbcf`](https://github.com/shopware/frontends/commit/a87bbcfa3f5aa440265b1e8f0fc72a204863befc), [`13c83be`](https://github.com/shopware/frontends/commit/13c83bec53a6aaba49941b9bf869629eadeb4515)]: | ||
- @shopware/api-client@0.0.0-canary-20241204112031 | ||
- @shopware-pwa/helpers-next@0.0.0-canary-20241204112031 | ||
- @shopware/api-client@0.0.0-canary-20241204154203 | ||
- @shopware-pwa/helpers-next@0.0.0-canary-20241204154203 |
@@ -5,2 +5,3 @@ import { useUser } from "./useUser"; | ||
import { ref } from "vue"; | ||
import type { operations } from "@shopware/api-client/api-types"; | ||
@@ -30,3 +31,6 @@ const refreshCartSpy = vi.fn(); | ||
const REGISTRATION_DATA = { | ||
const REGISTRATION_DATA: Omit< | ||
operations["register post /account/register"]["body"], | ||
"storefrontUrl" | ||
> = { | ||
acceptedDataProtection: true, | ||
@@ -45,2 +49,6 @@ accountType: "private", | ||
countryStateId: "", | ||
customerId: "", | ||
id: "", | ||
firstName: "test", | ||
lastName: "test", | ||
}, | ||
@@ -47,0 +55,0 @@ }; |
@@ -179,3 +179,3 @@ import { ref, computed } from "vue"; | ||
body: { | ||
...params, | ||
...(params as operations["register post /account/register"]["body"]), | ||
storefrontUrl: getStorefrontUrl(), | ||
@@ -182,0 +182,0 @@ }, |
756732
21083
+ Added@shopware-pwa/helpers-next@0.0.0-canary-20241204154203(transitive)
+ Added@shopware/api-client@0.0.0-canary-20241204154203(transitive)
- Removed@shopware-pwa/helpers-next@0.0.0-canary-20241204112031(transitive)
- Removed@shopware/api-client@0.0.0-canary-20241204112031(transitive)
Updated@shopware-pwa/helpers-next@0.0.0-canary-20241204154203