@scayle/storefront-nuxt 7.50.1 → 7.51.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,16 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 7.51.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update dependency `jose` to the latest `5.2.0` version
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @scayle/storefront-core@7.37.0
13
+
3
14
  ## 7.50.1
4
15
 
5
16
  ### 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.50.0"
7
+ "version": "7.50.1"
8
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "7.50.1",
4
+ "version": "7.51.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -62,14 +62,14 @@
62
62
  "dependencies": {
63
63
  "@nuxt/kit": "3.9.1",
64
64
  "@scayle/h3-session": "0.3.5",
65
- "@scayle/storefront-core": "7.36.0",
65
+ "@scayle/storefront-core": "7.37.0",
66
66
  "@scayle/unstorage-compression-driver": "0.1.1",
67
- "@vueuse/core": "10.7.1",
67
+ "@vueuse/core": "10.7.2",
68
68
  "consola": "3.2.3",
69
69
  "core-js": "3.35.0",
70
70
  "defu": "6.1.4",
71
71
  "h3": "1.10.0",
72
- "jose": "4.15.4",
72
+ "jose": "^5.2.0",
73
73
  "knitwork": "1.0.0",
74
74
  "nitropack": "2.8.1",
75
75
  "ofetch": "1.3.3",
@@ -85,14 +85,14 @@
85
85
  "@nuxt/test-utils": "3.9.0",
86
86
  "@scayle/eslint-config-storefront": "3.2.6",
87
87
  "@scayle/prettier-config-storefront": "2.0.2",
88
- "@types/node": "20.11.0",
88
+ "@types/node": "20.11.4",
89
89
  "eslint": "8.56.0",
90
90
  "eslint-formatter-gitlab": "5.1.0",
91
91
  "node-mocks-http": "1.14.1",
92
92
  "nuxt": "3.9.1",
93
93
  "prettier": "3.0.0",
94
94
  "publint": "0.2.7",
95
- "vitest": "1.1.3",
95
+ "vitest": "1.2.0",
96
96
  "vue-tsc": "1.8.27"
97
97
  },
98
98
  "peerDependencies": {
@@ -115,6 +115,6 @@
115
115
  "@nuxt/schema": "3.9.1"
116
116
  },
117
117
  "volta": {
118
- "node": "20.10.0"
118
+ "node": "20.11.0"
119
119
  }
120
120
  }