@adobe/spacecat-shared-data-access 2.104.0 → 2.105.0

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.105.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.104.0...@adobe/spacecat-shared-data-access-v2.105.0) (2026-02-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data-access:** add weekly-digest-email job interval ([#1333](https://github.com/adobe/spacecat-shared/issues/1333)) ([e4dd4cb](https://github.com/adobe/spacecat-shared/commit/e4dd4cb97f4f757f14233dd6f3d682e4180bfce9))
7
+
1
8
  # [@adobe/spacecat-shared-data-access-v2.104.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.103.0...@adobe/spacecat-shared-data-access-v2.104.0) (2026-02-08)
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.104.0",
3
+ "version": "2.105.0",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -40,6 +40,7 @@ class Configuration {
40
40
  DAILY: 'daily',
41
41
  DAILY_1AM: 'daily-1am',
42
42
  WEEKLY: 'weekly',
43
+ WEEKLY_DIGEST_EMAIL: 'weekly-digest-email', // runs on Tuesday for weekly digest emails (LLMO-2682)
43
44
  EARLY_MONDAY: 'early-monday',
44
45
  EVERY_SATURDAY: 'every-saturday',
45
46
  EVERY_SUNDAY: 'every-sunday',