@adobe/spacecat-shared-data-access 2.77.0 → 2.78.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,17 @@
1
+ # [@adobe/spacecat-shared-data-access-v2.78.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.77.1...@adobe/spacecat-shared-data-access-v2.78.0) (2025-11-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data-access:** add early-monday interval ([#1099](https://github.com/adobe/spacecat-shared/issues/1099)) ([3c7cc87](https://github.com/adobe/spacecat-shared/commit/3c7cc87b89c2bf06c9b5322ca20c26863cac14ac))
7
+
8
+ # [@adobe/spacecat-shared-data-access-v2.77.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.77.0...@adobe/spacecat-shared-data-access-v2.77.1) (2025-11-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#1081](https://github.com/adobe/spacecat-shared/issues/1081)) ([4476494](https://github.com/adobe/spacecat-shared/commit/44764944350f9344d0ca5e2af5a2161cc7470899))
14
+
1
15
  # [@adobe/spacecat-shared-data-access-v2.77.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.76.1...@adobe/spacecat-shared-data-access-v2.77.0) (2025-10-31)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "2.77.0",
3
+ "version": "2.78.0",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@adobe/spacecat-shared-utils": "1.66.0",
42
- "@aws-sdk/client-dynamodb": "3.917.0",
43
- "@aws-sdk/lib-dynamodb": "3.917.0",
42
+ "@aws-sdk/client-dynamodb": "3.922.0",
43
+ "@aws-sdk/lib-dynamodb": "3.922.0",
44
44
  "@types/joi": "17.2.3",
45
45
  "aws-xray-sdk": "3.11.0",
46
46
  "electrodb": "3.5.0",
@@ -37,6 +37,7 @@ class Configuration extends BaseModel {
37
37
  EVERY_HOUR: 'every-hour',
38
38
  DAILY: 'daily',
39
39
  WEEKLY: 'weekly',
40
+ EARLY_MONDAY: 'early-monday',
40
41
  EVERY_SATURDAY: 'every-saturday',
41
42
  EVERY_SUNDAY: 'every-sunday',
42
43
  FORTNIGHTLY: 'fortnightly',