@adobe/spacecat-shared-data-access 2.79.0 → 2.80.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,17 @@
1
+ # [@adobe/spacecat-shared-data-access-v2.80.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.80.0...@adobe/spacecat-shared-data-access-v2.80.1) (2025-11-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#1107](https://github.com/adobe/spacecat-shared/issues/1107)) ([f4cdb50](https://github.com/adobe/spacecat-shared/commit/f4cdb50f96d18dd92de81055f2b58310a68c0cac))
7
+
8
+ # [@adobe/spacecat-shared-data-access-v2.80.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.79.0...@adobe/spacecat-shared-data-access-v2.80.0) (2025-11-07)
9
+
10
+
11
+ ### Features
12
+
13
+ * **data-access:** add twenty-past interval ([#1104](https://github.com/adobe/spacecat-shared/issues/1104)) ([4f1e7d7](https://github.com/adobe/spacecat-shared/commit/4f1e7d70e7ac1df884c7648be4202057d3a27a5f))
14
+
1
15
  # [@adobe/spacecat-shared-data-access-v2.79.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.78.0...@adobe/spacecat-shared-data-access-v2.79.0) (2025-11-07)
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.79.0",
3
+ "version": "2.80.1",
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.922.0",
43
- "@aws-sdk/lib-dynamodb": "3.922.0",
42
+ "@aws-sdk/client-dynamodb": "3.927.0",
43
+ "@aws-sdk/lib-dynamodb": "3.927.0",
44
44
  "@types/joi": "17.2.3",
45
45
  "aws-xray-sdk": "3.11.0",
46
46
  "electrodb": "3.5.0",
@@ -35,6 +35,7 @@ class Configuration extends BaseModel {
35
35
  static JOB_INTERVALS = {
36
36
  NEVER: 'never', // allows to enable imports without scheduling them.
37
37
  EVERY_HOUR: 'every-hour',
38
+ TWENTY_PAST: 'twenty-past',
38
39
  DAILY: 'daily',
39
40
  WEEKLY: 'weekly',
40
41
  EARLY_MONDAY: 'early-monday',