@scayle/storefront-nuxt 7.58.2 → 7.58.3

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.58.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Update `/api/up` endpoint to also support non-GET requests
8
+
3
9
  ## 7.58.2
4
10
 
5
11
  ### Patch Changes
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.9.0"
6
6
  },
7
- "version": "7.58.1"
7
+ "version": "7.58.2"
8
8
  }
package/dist/module.mjs CHANGED
@@ -157,8 +157,7 @@ const module = defineNuxtModule({
157
157
  }
158
158
  addServerHandler({
159
159
  route: `${apiBasePath}/up`,
160
- handler: resolve("./runtime/api/up"),
161
- method: "get"
160
+ handler: resolve("./runtime/api/up")
162
161
  });
163
162
  const template = addTypeTemplate({
164
163
  filename: "types/storefront-bootstrap.d.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.58.2",
4
+ "version": "7.58.3",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -75,7 +75,7 @@
75
75
  "radash": "12.0.0",
76
76
  "uncrypto": "0.1.3",
77
77
  "unstorage": "1.10.1",
78
- "vue-router": "4.2.5",
78
+ "vue-router": "4.3.0",
79
79
  "yn": "5.0.0"
80
80
  },
81
81
  "devDependencies": {
@@ -84,7 +84,7 @@
84
84
  "@nuxt/test-utils": "3.11.0",
85
85
  "@scayle/eslint-config-storefront": "3.2.6",
86
86
  "@scayle/prettier-config-storefront": "2.0.2",
87
- "@types/node": "20.11.19",
87
+ "@types/node": "20.11.20",
88
88
  "eslint": "8.56.0",
89
89
  "eslint-formatter-gitlab": "5.1.0",
90
90
  "h3": "1.10.2",