@scayle/storefront-nuxt 8.53.3 → 8.54.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 +15 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.54.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `@vercel/nft@1.0.0` to `@vercel/nft@1.1.1`
|
|
8
|
+
|
|
9
|
+
**Dependencies**
|
|
10
|
+
|
|
11
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.2.4
|
|
12
|
+
|
|
13
|
+
**@scayle/storefront-core v8.54.0**
|
|
14
|
+
|
|
15
|
+
- Minor
|
|
16
|
+
- The `getCheckoutToken` RPC was updated to refresh the access token only when it was about to expire within 30 minutes. This change reduced unnecessary access token generation and minimized the risk of using outdated or revoked tokens.
|
|
17
|
+
|
|
3
18
|
## 8.53.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.54.0",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@opentelemetry/api": "^1.9.0",
|
|
76
76
|
"@scayle/h3-session": "0.6.2",
|
|
77
|
-
"@vercel/nft": "1.
|
|
77
|
+
"@vercel/nft": "1.1.1",
|
|
78
78
|
"@vueuse/core": "13.9.0",
|
|
79
79
|
"consola": "^3.2.3",
|
|
80
80
|
"core-js": "^3.37.1",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"utility-types": "^3.11.0",
|
|
91
91
|
"vue-router": "^4.4.0",
|
|
92
92
|
"zod": "^4.0.0",
|
|
93
|
-
"@scayle/storefront-core": "8.
|
|
93
|
+
"@scayle/storefront-core": "8.54.0",
|
|
94
94
|
"@scayle/unstorage-compression-driver": "1.2.4"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
98
98
|
"@eslint/eslintrc": "3.3.1",
|
|
99
|
-
"@nuxt/eslint": "1.
|
|
100
|
-
"@nuxt/eslint-config": "1.
|
|
99
|
+
"@nuxt/eslint": "1.11.0",
|
|
100
|
+
"@nuxt/eslint-config": "1.11.0",
|
|
101
101
|
"@nuxt/kit": "3.20.0",
|
|
102
102
|
"@nuxt/module-builder": "1.0.2",
|
|
103
103
|
"@nuxt/schema": "3.20.0",
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
"unbuild": "3.6.1",
|
|
119
119
|
"vitest": "4.0.14",
|
|
120
120
|
"vue-tsc": "3.1.5",
|
|
121
|
-
"happy-dom": "20.0.
|
|
122
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
121
|
+
"happy-dom": "20.0.11",
|
|
122
|
+
"@scayle/eslint-config-storefront": "4.7.15",
|
|
123
|
+
"@scayle/unstorage-scayle-kv-driver": "2.0.9",
|
|
123
124
|
"@scayle/eslint-plugin-vue-composable": "0.2.2",
|
|
124
|
-
"@scayle/vitest-config-storefront": "1.0.0"
|
|
125
|
-
"@scayle/unstorage-scayle-kv-driver": "2.0.9"
|
|
125
|
+
"@scayle/vitest-config-storefront": "1.0.0"
|
|
126
126
|
},
|
|
127
127
|
"volta": {
|
|
128
128
|
"node": "22.21.1"
|