@shopware-pwa/composables-next
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -580,2 +580,4 @@ import * as vue from 'vue'; | ||
salutation: Ref<Salutation | null>; | ||
defaultBillingAddressId: ComputedRef<string | null>; | ||
defaultShippingAddressId: ComputedRef<string | null>; | ||
refreshUser: () => Promise<void>; | ||
@@ -582,0 +584,0 @@ logout: () => Promise<void>; |
{ | ||
"name": "@shopware-pwa/composables-next", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"module": "./dist/index.mjs", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94904
2706