@adobe/spacecat-shared-data-access 2.23.1 → 2.23.3
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 +14 -0
- package/package.json +4 -4
- package/src/models/site/config.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.23.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.23.2...@adobe/spacecat-shared-data-access-v2.23.3) (2025-06-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([#794](https://github.com/adobe/spacecat-shared/issues/794)) ([756cc67](https://github.com/adobe/spacecat-shared/commit/756cc67513540b0fc69ead1b90345891fef64793))
|
|
7
|
+
|
|
8
|
+
# [@adobe/spacecat-shared-data-access-v2.23.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.23.1...@adobe/spacecat-shared-data-access-v2.23.2) (2025-06-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* typo issue for elmo ([#788](https://github.com/adobe/spacecat-shared/issues/788)) ([ba56401](https://github.com/adobe/spacecat-shared/commit/ba5640131566d0980a9104114cbe57fcfc53c181))
|
|
14
|
+
|
|
1
15
|
# [@adobe/spacecat-shared-data-access-v2.23.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.23.0...@adobe/spacecat-shared-data-access-v2.23.1) (2025-06-04)
|
|
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.23.
|
|
3
|
+
"version": "2.23.3",
|
|
4
4
|
"description": "Shared modules of the Spacecat Services - Data Access",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@adobe/spacecat-shared-utils": "1.38.4",
|
|
39
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
40
|
-
"@aws-sdk/lib-dynamodb": "3.
|
|
39
|
+
"@aws-sdk/client-dynamodb": "3.826.0",
|
|
40
|
+
"@aws-sdk/lib-dynamodb": "3.826.0",
|
|
41
41
|
"@types/joi": "17.2.3",
|
|
42
42
|
"aws-xray-sdk": "3.10.3",
|
|
43
|
-
"electrodb": "3.4.
|
|
43
|
+
"electrodb": "3.4.2",
|
|
44
44
|
"joi": "17.13.3",
|
|
45
45
|
"pluralize": "8.0.0",
|
|
46
46
|
"uuid": "11.1.0"
|
|
@@ -17,7 +17,7 @@ export const IMPORT_TYPES = {
|
|
|
17
17
|
ORGANIC_KEYWORDS_NONBRANDED: 'organic-keywords-nonbranded',
|
|
18
18
|
ORGANIC_KEYWORDS_AI_OVERVIEW: 'organic-keywords-ai-overview',
|
|
19
19
|
ORGANIC_KEYWORDS_FEATURE_SNIPPETS: 'organic-keywords-feature-snippets',
|
|
20
|
-
ORGANIC_KEYWORDS_QUESTIONS: 'organic-
|
|
20
|
+
ORGANIC_KEYWORDS_QUESTIONS: 'organic-keywords-questions',
|
|
21
21
|
ORGANIC_TRAFFIC: 'organic-traffic',
|
|
22
22
|
TOP_PAGES: 'top-pages',
|
|
23
23
|
ALL_TRAFFIC: 'all-traffic',
|
|
@@ -131,8 +131,8 @@ export const DEFAULT_IMPORT_CONFIGS = {
|
|
|
131
131
|
sources: ['ahrefs'],
|
|
132
132
|
enabled: true,
|
|
133
133
|
},
|
|
134
|
-
'organic-
|
|
135
|
-
type: 'organic-
|
|
134
|
+
'organic-keywords-questions': {
|
|
135
|
+
type: 'organic-keywords-questions',
|
|
136
136
|
destinations: ['default'],
|
|
137
137
|
sources: ['ahrefs'],
|
|
138
138
|
enabled: true,
|