@scayle/storefront-nuxt 8.3.2 → 8.3.4

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,19 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/storefront-core@8.1.5
10
+
11
+ ## 8.3.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependency `@vueuse/core@12.3.0` to `@vueuse/core@12.4.0`
16
+
3
17
  ## 8.3.2
4
18
 
5
19
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.3.2",
3
+ "version": "8.3.4",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
7
7
  },
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
- "unbuild": "3.2.0"
10
+ "unbuild": "3.3.1"
11
11
  }
12
12
  }
package/dist/module.mjs CHANGED
@@ -45,7 +45,7 @@ export default {
45
45
  }`;
46
46
  }
47
47
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
48
- const PACKAGE_VERSION = "8.3.2";
48
+ const PACKAGE_VERSION = "8.3.4";
49
49
  const logger = createConsola({
50
50
  fancy: true,
51
51
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.3.2",
4
+ "version": "8.3.4",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -66,15 +66,15 @@
66
66
  "typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
67
67
  "package:lint": "publint",
68
68
  "test": "vitest run",
69
- "test:ci": "vitest --run --passWithNoTests --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
69
+ "test:ci": "vitest --run --passWithNoTests --coverage --reporter=default --reporter=junit --outputFile=./coverage/junit.xml",
70
70
  "test:watch": "vitest watch"
71
71
  },
72
72
  "dependencies": {
73
73
  "@opentelemetry/api": "^1.9.0",
74
74
  "@scayle/h3-session": "0.5.1",
75
- "@scayle/storefront-core": "8.1.4",
75
+ "@scayle/storefront-core": "8.1.5",
76
76
  "@scayle/unstorage-compression-driver": "^0.2.3",
77
- "@vueuse/core": "12.3.0",
77
+ "@vueuse/core": "12.4.0",
78
78
  "consola": "^3.2.3",
79
79
  "core-js": "^3.37.1",
80
80
  "defu": "^6.1.4",
@@ -90,22 +90,22 @@
90
90
  "schema-dts": "1.1.2"
91
91
  },
92
92
  "devDependencies": {
93
- "@nuxt/eslint": "0.7.4",
93
+ "@nuxt/eslint": "0.7.5",
94
94
  "@nuxt/kit": "3.14.1592",
95
95
  "@nuxt/module-builder": "0.8.4",
96
96
  "@nuxt/schema": "3.14.1592",
97
- "@nuxt/test-utils": "3.15.1",
98
- "@scayle/eslint-config-storefront": "4.4.0",
97
+ "@nuxt/test-utils": "3.15.4",
98
+ "@scayle/eslint-config-storefront": "4.4.1",
99
99
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
100
- "@types/node": "22.10.5",
100
+ "@types/node": "22.10.7",
101
101
  "dprint": "0.48.0",
102
- "eslint": "9.17.0",
102
+ "eslint": "9.18.0",
103
103
  "eslint-formatter-gitlab": "5.1.0",
104
104
  "fishery": "2.2.2",
105
- "h3": "1.13.0",
105
+ "h3": "1.13.1",
106
106
  "nitropack": "2.9.7",
107
107
  "node-mocks-http": "1.16.2",
108
- "nuxi": "3.19.1",
108
+ "nuxi": "3.20.0",
109
109
  "nuxt": "3.14.1592",
110
110
  "publint": "0.2.12",
111
111
  "typescript": "5.7.3",
@@ -122,12 +122,12 @@
122
122
  "vue": ">=3.4.0"
123
123
  },
124
124
  "resolutions": {
125
- "h3": "1.13.0",
125
+ "h3": "1.13.1",
126
126
  "vue": "3.5.13",
127
127
  "@nuxt/kit": "3.14.1592",
128
128
  "@nuxt/schema": "3.14.1592"
129
129
  },
130
130
  "volta": {
131
- "node": "22.12.0"
131
+ "node": "22.13.0"
132
132
  }
133
133
  }