@scayle/storefront-nuxt 8.50.0 → 8.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 +16 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.51.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**Dependencies**
|
|
8
|
+
|
|
9
|
+
**@scayle/storefront-core v8.51.0**
|
|
10
|
+
|
|
11
|
+
- Minor
|
|
12
|
+
|
|
13
|
+
- Added an email hash (`emailHash`) property to the user object returned by the `fetchUser` RPC method.
|
|
14
|
+
|
|
15
|
+
The `emailHash` property is automatically included in all user objects returned by the RPCs.
|
|
16
|
+
The email hash is calculated server-side using SHA256 and is automatically included when a user has an email address.
|
|
17
|
+
This can be used e.g., for compliant user tracking and analytics without exposing sensitive email information.
|
|
18
|
+
|
|
3
19
|
## 8.50.0
|
|
4
20
|
|
|
5
21
|
### Minor 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.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",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"utility-types": "^3.11.0",
|
|
91
91
|
"vue-router": "^4.4.0",
|
|
92
92
|
"zod": "^4.0.0",
|
|
93
|
-
"@scayle/
|
|
94
|
-
"@scayle/
|
|
93
|
+
"@scayle/storefront-core": "8.51.0",
|
|
94
|
+
"@scayle/unstorage-compression-driver": "1.2.3"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"vue-tsc": "3.1.3",
|
|
121
121
|
"happy-dom": "20.0.10",
|
|
122
122
|
"@scayle/eslint-config-storefront": "4.7.12",
|
|
123
|
-
"@scayle/eslint-plugin-vue-composable": "0.2.2",
|
|
124
123
|
"@scayle/vitest-config-storefront": "1.0.0",
|
|
124
|
+
"@scayle/eslint-plugin-vue-composable": "0.2.2",
|
|
125
125
|
"@scayle/unstorage-scayle-kv-driver": "2.0.8"
|
|
126
126
|
},
|
|
127
127
|
"volta": {
|