@adobe/spacecat-shared-ahrefs-client 1.2.2 → 1.2.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 CHANGED
@@ -1,3 +1,10 @@
1
+ # [@adobe/spacecat-shared-ahrefs-client-v1.2.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.2.2...@adobe/spacecat-shared-ahrefs-client-v1.2.3) (2024-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * expose traffic_domain in the broken backlinks audit data (SITES-22464) ([#251](https://github.com/adobe/spacecat-shared/issues/251)) ([62ce855](https://github.com/adobe/spacecat-shared/commit/62ce8552bfb9a42fdf43e264cafbedb23304a72e))
7
+
1
8
  # [@adobe/spacecat-shared-ahrefs-client-v1.2.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.2.1...@adobe/spacecat-shared-ahrefs-client-v1.2.2) (2024-06-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-ahrefs-client",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Shared modules of the Spacecat Services - Ahrefs Client",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -96,6 +96,7 @@ export default class AhrefsAPIClient {
96
96
  'title',
97
97
  'url_from',
98
98
  'url_to',
99
+ 'traffic_domain',
99
100
  ].join(','),
100
101
  limit: getLimit(limit, 100),
101
102
  mode: 'prefix',