flowrix 1.0.1-beta.63 → 1.0.1-beta.64

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flowrix",
3
3
  "configKey": "flowrix",
4
- "version": "1.0.1-beta.63",
4
+ "version": "1.0.1-beta.64",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -37,8 +37,7 @@ export const useAuthStore = defineStore("auth", {
37
37
  // cross-site requests
38
38
  secure: false,
39
39
  // must be https
40
- path: "/",
41
- expires: /* @__PURE__ */ new Date("2099-12-31")
40
+ path: "/"
42
41
  });
43
42
  authTokenCookie.value = response.data.access_token;
44
43
  this.user = response.data.user;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowrix",
3
- "version": "1.0.1-beta.63",
3
+ "version": "1.0.1-beta.64",
4
4
  "description": "Plug-and-play Nuxt eCommerce cart powered by FLOWRiX. Subscription required.",
5
5
  "license": "MIT",
6
6
  "type": "module",