@adobe/spacecat-shared-data-access 2.100.1 → 2.100.2
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 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.100.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.100.1...@adobe/spacecat-shared-data-access-v2.100.2) (2026-02-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* opted changed to timestamp ([#1306](https://github.com/adobe/spacecat-shared/issues/1306)) ([24d34dc](https://github.com/adobe/spacecat-shared/commit/24d34dc9353460043441335ddb4f2a4f8b41584f))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-data-access-v2.100.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.100.0...@adobe/spacecat-shared-data-access-v2.100.1) (2026-02-02)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -343,7 +343,7 @@ export const configSchema = Joi.object({
|
|
|
343
343
|
}).optional(),
|
|
344
344
|
edgeOptimizeConfig: Joi.object({
|
|
345
345
|
enabled: Joi.boolean().required(),
|
|
346
|
-
opted: Joi.
|
|
346
|
+
opted: Joi.number().optional(),
|
|
347
347
|
}).optional(),
|
|
348
348
|
contentAiConfig: Joi.object({
|
|
349
349
|
index: Joi.string().optional(),
|