@adobe/spacecat-shared-data-access 2.23.1 → 2.23.2
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 +7 -0
- package/package.json +1 -1
- package/src/models/site/config.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* typo issue for elmo ([#788](https://github.com/adobe/spacecat-shared/issues/788)) ([ba56401](https://github.com/adobe/spacecat-shared/commit/ba5640131566d0980a9104114cbe57fcfc53c181))
|
|
7
|
+
|
|
1
8
|
# [@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
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -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,
|