@moonbase.sh/vue 0.1.107 → 0.1.108

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.
package/dist/index.d.cts CHANGED
@@ -924,6 +924,7 @@ declare function useAuth(): {
924
924
  region: string | null;
925
925
  postCode: string;
926
926
  } | undefined;
927
+ ownedProducts?: string[] | undefined;
927
928
  } | null>;
928
929
  loaded: vue.Ref<boolean>;
929
930
  loadedPromise: Promise<void>;
@@ -943,6 +944,7 @@ declare function useAuth(): {
943
944
  region: string | null;
944
945
  postCode: string;
945
946
  } | undefined;
947
+ ownedProducts?: string[] | undefined;
946
948
  }>;
947
949
  signUp: (name: string, email: string, password: string, address: Address | null | undefined, acceptedPrivacyPolicy: boolean, acceptedTermsAndConditions: boolean, communicationOptIn?: boolean) => Promise<{
948
950
  id: string;
@@ -960,6 +962,7 @@ declare function useAuth(): {
960
962
  region: string | null;
961
963
  postCode: string;
962
964
  } | undefined;
965
+ ownedProducts?: string[] | undefined;
963
966
  }>;
964
967
  signOut: () => Promise<void>;
965
968
  update: (name: string, email: string, emailConfirmationToken?: string, communicationPreferences?: CommunicationPreferences) => Promise<{
package/dist/index.d.ts CHANGED
@@ -924,6 +924,7 @@ declare function useAuth(): {
924
924
  region: string | null;
925
925
  postCode: string;
926
926
  } | undefined;
927
+ ownedProducts?: string[] | undefined;
927
928
  } | null>;
928
929
  loaded: vue.Ref<boolean>;
929
930
  loadedPromise: Promise<void>;
@@ -943,6 +944,7 @@ declare function useAuth(): {
943
944
  region: string | null;
944
945
  postCode: string;
945
946
  } | undefined;
947
+ ownedProducts?: string[] | undefined;
946
948
  }>;
947
949
  signUp: (name: string, email: string, password: string, address: Address | null | undefined, acceptedPrivacyPolicy: boolean, acceptedTermsAndConditions: boolean, communicationOptIn?: boolean) => Promise<{
948
950
  id: string;
@@ -960,6 +962,7 @@ declare function useAuth(): {
960
962
  region: string | null;
961
963
  postCode: string;
962
964
  } | undefined;
965
+ ownedProducts?: string[] | undefined;
963
966
  }>;
964
967
  signOut: () => Promise<void>;
965
968
  update: (name: string, email: string, emailConfirmationToken?: string, communicationPreferences?: CommunicationPreferences) => Promise<{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.1.107",
4
+ "version": "0.1.108",
5
5
  "description": "Package to let you build vue.js storefronts with Moonbase.sh as payment and delivery provider",
6
6
  "author": "Tobias Lønnerød Madsen <m@dsen.tv>",
7
7
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@vue/devtools-api": "^6.5.1",
20
20
  "uuid": "^9.0.1",
21
- "@moonbase.sh/storefront-api": "0.1.107"
21
+ "@moonbase.sh/storefront-api": "0.1.108"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/uuid": "^9.0.7",