@scayle/storefront-nuxt 7.91.0 → 7.92.0

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,18 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.92.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add nitropack as a peer dependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Removed dependency `nitropack@^2.9.7`
12
+ **Dependencies**
13
+
14
+ - Updated dependency to @scayle/storefront-core@7.66.3
15
+
3
16
  ## 7.91.0
4
17
 
5
18
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "7.91.0",
3
+ "version": "7.92.0",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -48,7 +48,7 @@ export default {
48
48
  }`;
49
49
  }
50
50
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
51
- const PACKAGE_VERSION = "7.91.0";
51
+ const PACKAGE_VERSION = "7.92.0";
52
52
  const logger = createConsola({
53
53
  fancy: true,
54
54
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.91.0",
4
+ "version": "7.92.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "@nuxt/kit": "^3.12.2",
70
70
  "@opentelemetry/api": "^1.9.0",
71
71
  "@scayle/h3-session": "^0.4.1",
72
- "@scayle/storefront-core": "7.66.2",
72
+ "@scayle/storefront-core": "7.66.3",
73
73
  "@scayle/unstorage-compression-driver": "^0.1.5",
74
74
  "@vueuse/core": "11.2.0",
75
75
  "consola": "^3.2.3",
@@ -78,7 +78,6 @@
78
78
  "hookable": "^5.5.3",
79
79
  "jose": "^5.2.0",
80
80
  "knitwork": "^1.1.0",
81
- "nitropack": "^2.9.7",
82
81
  "ofetch": "^1.3.4",
83
82
  "ufo": "^1.5.4",
84
83
  "uncrypto": "^0.1.3",
@@ -100,6 +99,7 @@
100
99
  "eslint-formatter-gitlab": "5.1.0",
101
100
  "fishery": "2.2.2",
102
101
  "h3": "1.13.0",
102
+ "nitropack": "2.9.7",
103
103
  "node-mocks-http": "1.16.1",
104
104
  "nuxi": "3.15.0",
105
105
  "nuxt": "3.13.2",
@@ -108,11 +108,12 @@
108
108
  "vue-tsc": "2.1.10"
109
109
  },
110
110
  "peerDependencies": {
111
+ "fishery": "^2.2.2",
111
112
  "h3": "^1.10.0",
113
+ "nitropack": "^2.9.7",
112
114
  "nuxt": ">=3.10.0",
113
115
  "unstorage": ">= 1.10.1",
114
- "vue": ">=3.4.0",
115
- "fishery": "^2.2.2"
116
+ "vue": ">=3.4.0"
116
117
  },
117
118
  "resolutions": {
118
119
  "h3": "1.13.0",