@adobe/spacecat-shared-data-access 2.106.0 → 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,10 @@
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
+
1
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)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "2.106.0",
3
+ "version": "2.106.1",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -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().required(),
345
+ enabled: Joi.boolean().optional(),
346
346
  opted: Joi.number().optional(),
347
347
  }).optional(),
348
348
  contentAiConfig: Joi.object({