@adobe/spacecat-shared-data-access 2.105.1 → 2.106.1
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,3 +1,17 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.106.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.106.0...@adobe/spacecat-shared-data-access-v2.106.1) (2026-02-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* enabled removal ([#1343](https://github.com/adobe/spacecat-shared/issues/1343)) ([3508c38](https://github.com/adobe/spacecat-shared/commit/3508c380b20994567ac7a5efc598bdc9cd1559c7))
|
|
7
|
+
|
|
8
|
+
# [@adobe/spacecat-shared-data-access-v2.106.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.105.1...@adobe/spacecat-shared-data-access-v2.106.0) (2026-02-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data-access:** add suggestionValue to FALLBACK_PROJECTION for reports ([#1337](https://github.com/adobe/spacecat-shared/issues/1337)) ([d17da2b](https://github.com/adobe/spacecat-shared/commit/d17da2b69bbccbf69d2fabe7c3ffd37d8ffb5106))
|
|
14
|
+
|
|
1
15
|
# [@adobe/spacecat-shared-data-access-v2.105.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.105.0...@adobe/spacecat-shared-data-access-v2.105.1) (2026-02-11)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -342,7 +342,7 @@ export const configSchema = Joi.object({
|
|
|
342
342
|
forwardedHost: Joi.string().optional(),
|
|
343
343
|
}).optional(),
|
|
344
344
|
edgeOptimizeConfig: Joi.object({
|
|
345
|
-
enabled: Joi.boolean().
|
|
345
|
+
enabled: Joi.boolean().optional(),
|
|
346
346
|
opted: Joi.number().optional(),
|
|
347
347
|
}).optional(),
|
|
348
348
|
contentAiConfig: Joi.object({
|
|
@@ -104,7 +104,7 @@ export const FALLBACK_PROJECTION = {
|
|
|
104
104
|
'path',
|
|
105
105
|
'sourceUrl',
|
|
106
106
|
'destinationUrl',
|
|
107
|
-
'
|
|
107
|
+
'suggestionValue', // Web Performance Trends: [{ date, good, needsImprovement, poor }] for header cards
|
|
108
108
|
],
|
|
109
109
|
transformers: {},
|
|
110
110
|
},
|