@adobe/spacecat-shared-utils 1.96.3 → 1.97.0
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 +6 -0
- package/package.json +1 -1
- package/src/cdn-helpers.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [@adobe/spacecat-shared-utils-v1.97.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.96.3...@adobe/spacecat-shared-utils-v1.97.0) (2026-02-27)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add dataset info for cloudflare ([#1383](https://github.com/adobe/spacecat-shared/issues/1383)) ([5ee3bbf](https://github.com/adobe/spacecat-shared/commit/5ee3bbf22188300e9e34f96cf786a0db993484ac))
|
|
6
|
+
|
|
1
7
|
## [@adobe/spacecat-shared-utils-v1.96.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.96.2...@adobe/spacecat-shared-utils-v1.96.3) (2026-02-25)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
package/src/cdn-helpers.js
CHANGED
|
@@ -105,6 +105,7 @@ const CDN_TRANSFORMATIONS = {
|
|
|
105
105
|
HelpUrl: 'https://techdocs.akamai.com/datastream2/docs/stream-amazon-s3',
|
|
106
106
|
}),
|
|
107
107
|
'byocdn-cloudflare': (payload) => ({
|
|
108
|
+
Dataset: 'HTTP Requests (zone-scoped)',
|
|
108
109
|
'Bucket Name': payload.bucketName,
|
|
109
110
|
Region: payload.region,
|
|
110
111
|
Path: `${payload.allowedPaths?.[0] || ''}`,
|