@adobe/spacecat-shared-data-access 2.87.0 → 2.87.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 +7 -0
- package/package.json +1 -1
- package/src/models/site/config.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.87.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.87.0...@adobe/spacecat-shared-data-access-v2.87.1) (2025-11-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* edge preview feature for Tokowaka ([#1124](https://github.com/adobe/spacecat-shared/issues/1124)) ([cd2a06f](https://github.com/adobe/spacecat-shared/commit/cd2a06f62e3ca9e8c2b87e1810d420a06a002526))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-data-access-v2.87.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.86.0...@adobe/spacecat-shared-data-access-v2.87.0) (2025-11-19)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -339,6 +339,7 @@ export const configSchema = Joi.object({
|
|
|
339
339
|
}).optional(),
|
|
340
340
|
tokowakaConfig: Joi.object({
|
|
341
341
|
apiKey: Joi.string().required(),
|
|
342
|
+
forwardedHost: Joi.string().optional(),
|
|
342
343
|
}).optional(),
|
|
343
344
|
contentAiConfig: Joi.object({
|
|
344
345
|
index: Joi.string().optional(),
|