@scayle/storefront-nuxt 7.78.0 → 7.78.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.78.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Import `useNitroApp` from `#imports`
8
+
3
9
  ## 7.78.0
4
10
 
5
11
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "7.77.3",
3
+ "version": "7.78.0",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -65,7 +65,7 @@ export default {
65
65
  }`;
66
66
  }
67
67
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
68
- const PACKAGE_VERSION = "7.77.3";
68
+ const PACKAGE_VERSION = "7.78.0";
69
69
  const logger = createConsola({
70
70
  fancy: true,
71
71
  formatOptions: {
@@ -8,7 +8,7 @@ import {
8
8
  generateBasketKey,
9
9
  generateWishlistKey
10
10
  } from "@scayle/storefront-core/dist/utils/keys";
11
- import { useNitroApp } from "nitropack/runtime/app";
11
+ import { useNitroApp } from "#imports";
12
12
  import { fetchCampaignKey } from "./campaignKey.mjs";
13
13
  async function getWishlistKey(appKeys, session, $log, $shopConfig) {
14
14
  return session.data.user ? await generateWishlistKey({
@@ -1,8 +1,8 @@
1
1
  declare const _default: import("nuxt/app").Plugin<{
2
- log: any;
3
- coreLog: any;
2
+ log: import("@scayle/storefront-core").Log;
3
+ coreLog: import("@scayle/storefront-core").Log;
4
4
  }> & import("nuxt/app").ObjectPlugin<{
5
- log: any;
6
- coreLog: any;
5
+ log: import("@scayle/storefront-core").Log;
6
+ coreLog: import("@scayle/storefront-core").Log;
7
7
  }>;
8
8
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.78.0",
4
+ "version": "7.78.1",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "defu": "6.1.4",
69
69
  "jose": "^5.2.0",
70
70
  "knitwork": "1.1.0",
71
- "nitropack": "2.9.6",
71
+ "nitropack": "2.9.7",
72
72
  "ofetch": "1.3.4",
73
73
  "radash": "12.1.0",
74
74
  "ufo": "1.5.3",
@@ -87,7 +87,7 @@
87
87
  "@scayle/eslint-plugin-vue-composable": "0.2.0",
88
88
  "@types/node": "20.14.9",
89
89
  "dprint": "0.46.3",
90
- "eslint": "9.5.0",
90
+ "eslint": "9.6.0",
91
91
  "eslint-formatter-gitlab": "5.1.0",
92
92
  "fishery": "2.2.2",
93
93
  "h3": "1.12.0",
@@ -96,7 +96,7 @@
96
96
  "nuxt": "3.11.2",
97
97
  "publint": "0.2.8",
98
98
  "vitest": "1.6.0",
99
- "vue-tsc": "2.0.22"
99
+ "vue-tsc": "2.0.24"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "h3": "^1.10.0",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "resolutions": {
108
108
  "h3": "1.12.0",
109
- "vue": "3.4.27",
109
+ "vue": "3.4.31",
110
110
  "@nuxt/kit": "3.11.2",
111
111
  "@nuxt/schema": "3.11.2"
112
112
  },