@adobe/spacecat-shared-data-access 3.71.0 → 3.71.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,9 @@
1
+ ## [@adobe/spacecat-shared-data-access-v3.71.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.71.0...@adobe/spacecat-shared-data-access-v3.71.1) (2026-05-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **data-access:** make Config.toDynamoItem tolerant of mocks missing ([#1626](https://github.com/adobe/spacecat-shared/issues/1626)) ([4e5b583](https://github.com/adobe/spacecat-shared/commit/4e5b583757fda39a2928f6da34f082f18460be86))
6
+
1
7
  ## [@adobe/spacecat-shared-data-access-v3.71.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.70.2...@adobe/spacecat-shared-data-access-v3.71.0) (2026-05-25)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "3.71.0",
3
+ "version": "3.71.1",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -1077,7 +1077,7 @@ Config.toDynamoItem = (config) => ({
1077
1077
  brandConfig: config.getBrandConfig(),
1078
1078
  brandProfile: config.getBrandProfile(),
1079
1079
  cdnLogsConfig: config.getCdnLogsConfig(),
1080
- scraperConfig: config.getScraperConfig(),
1080
+ scraperConfig: config.getScraperConfig?.(),
1081
1081
  llmo: config.getLlmoConfig(),
1082
1082
  tokowakaConfig: config.getTokowakaConfig(),
1083
1083
  edgeOptimizeConfig: config.getEdgeOptimizeConfig(),