@adobe/spacecat-shared-data-access 2.22.0 → 2.22.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,10 @@
1
+ # [@adobe/spacecat-shared-data-access-v2.22.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.22.0...@adobe/spacecat-shared-data-access-v2.22.1) (2025-05-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * amend DEFAULT_IMPORT_CONFIGS ([#771](https://github.com/adobe/spacecat-shared/issues/771)) ([5d2b8c3](https://github.com/adobe/spacecat-shared/commit/5d2b8c304df72cc546cd9fc40e16123b0792c0cc))
7
+
1
8
  # [@adobe/spacecat-shared-data-access-v2.22.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.21.0...@adobe/spacecat-shared-data-access-v2.22.0) (2025-05-27)
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.22.0",
3
+ "version": "2.22.1",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -89,6 +89,12 @@ export const DEFAULT_IMPORT_CONFIGS = {
89
89
  sources: ['ahrefs'],
90
90
  enabled: true,
91
91
  },
92
+ 'organic-keywords-nonbranded': {
93
+ type: 'organic-keywords-nonbranded',
94
+ destinations: ['default'],
95
+ sources: ['ahrefs'],
96
+ enabled: true,
97
+ },
92
98
  'organic-traffic': {
93
99
  type: 'organic-traffic',
94
100
  destinations: ['default'],