Skip to content

Commit

Permalink
Merge branch 'main' into shimahaj/SITES-24835
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Mahajan authored and Shikha Mahajan committed Sep 13, 2024
2 parents f4519c8 + 22ac204 commit 650d4aa
Show file tree
Hide file tree
Showing 41 changed files with 31,870 additions and 879 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Shared modules for Spacecat Services
- `spacecat-shared-dynamodb` - DynamoDB client for basic access
- `spacecat-shared-http-utils` - HTTP utility functions
- `spacecat-shared-utils` - Utility functions
- `spacecat-shared-rum-api-client` - Client for RUM Bundler API: [DOCS](https://github.com/adobe/spacecat-shared/blob/main/packages/spacecat-shared-rum-api-client/README.md)

## Installation
```bash
Expand Down
5 changes: 1 addition & 4 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@
"updateTypes": ["patch", "minor"],
"automerge": true
}
],
"encrypted": {
"npmToken": "wcFMA/xDdHCJBTolAQ//cBnUY2GbbFUjxEW/JyLas0ZYKaS9XCOrP4FA7r43SwRV44ynLM0XIWB+ceGUFrTN8YWfvkbbMVFcxqKYFnjl2l1S/8G9jvvS7bJLZCd1WNk7oVkIXnpb76FE6FQe0giudOiaWo21QVORVEoN/G6du3EOEiCghLMSCMtjg9+0M9Qg9dFJFoUeAHxLhGMjU3kQFO89ljYjaEYA4dvY2Id4pQOx2l0K2T70hSvGhrDGnDyGzOdA3rtz5as+/LgASvOOsTvn9JRndN9G1vnWqHR8xJBibPOqRyJ82IH+pe/+fRex/4Dr1HxlVa9BPhLslAFgUZqTrmwVhZutwURd5sRYNbYiMCBNNjmuVSfIIv+3/y4yEimaQWoh5RVGNxfYddryOSL/FKGeIybuKpskhzTzjtohvu71EjBinyx0qw/O92gZ+UHIZqhOWfmIoGV/pLPjGqkboXYjeQmSauVl8e9by1QXDiGmKe0T16UblNAhU+sQJdneFE4UBflK61jnReAUOsRVFvn9vuVrOuF8zwdXPs8xb7vuE77wUg9M/2N7I+y3tzVtb4uHvoVjtzIlkBe37xkzunKCDbk/Hdgk4lGdlFeTpQYL8Q/rU0itnYHZwfUThgPq1BhP+rWxj6Qkv1DR1983yowG9Zv54bO42oGO6apVAMZQ4q8Bz15BK0TCQFzSdAHRSJq9bALOc/HK5GbEQQ7sZ1JU76jjSFXqeBMZs7A2jrm1yNJAJ7WW+zLgXLjm9s1e1epn4PXerD50ypBKZnKfhmnnBB67IlO4IVfOLIllq3N1dJT2q5zqGdfgMN1qbyCg2JlgVSM8k83wwYtdLXC+mfl+"
}
]
}
1,832 changes: 996 additions & 836 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"./packages/*"
],
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.6",
"@adobe/eslint-config-helix": "2.0.7",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"ajv": "8.17.1",
"c8": "10.1.2",
"eslint": "8.57.0",
"husky": "9.1.5",
"jsdoc-to-markdown": "8.0.3",
"lint-staged": "15.2.9",
"jsdoc-to-markdown": "9.0.0",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/spacecat-shared-ahrefs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/spacecat-shared-ahrefs-client-v1.5.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.5.1...@adobe/spacecat-shared-ahrefs-client-v1.5.2) (2024-09-04)


### Bug Fixes

* **ahrefs-client:** broken backlinks filter adjustment: do not limit to is do follow and is content ([#357](https://github.com/adobe/spacecat-shared/issues/357)) ([b548336](https://github.com/adobe/spacecat-shared/commit/b54833615d480a567fc87e17009f6c5e87110179))

# [@adobe/spacecat-shared-ahrefs-client-v1.5.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.5.0...@adobe/spacecat-shared-ahrefs-client-v1.5.1) (2024-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-ahrefs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-ahrefs-client",
"version": "1.5.1",
"version": "1.5.2",
"description": "Shared modules of the Spacecat Services - Ahrefs Client",
"type": "module",
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions packages/spacecat-shared-ahrefs-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export default class AhrefsAPIClient {
async getBrokenBacklinks(url, limit = 50) {
const filter = {
and: [
{ field: 'is_dofollow', is: ['eq', 1] },
{ field: 'is_content', is: ['eq', 1] },
{ field: 'domain_rating_source', is: ['gte', 29.5] },
{ field: 'traffic_domain', is: ['gte', 500] },
{ field: 'links_external', is: ['lte', 300] },
Expand Down
4 changes: 1 addition & 3 deletions packages/spacecat-shared-ahrefs-client/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ describe('AhrefsAPIClient', () => {
output: 'json',
where: JSON.stringify({
and: [
{ field: 'is_dofollow', is: ['eq', 1] },
{ field: 'is_content', is: ['eq', 1] },
{ field: 'domain_rating_source', is: ['gte', 29.5] },
{ field: 'traffic_domain', is: ['gte', 500] },
{ field: 'links_external', is: ['lte', 300] },
Expand All @@ -212,7 +210,7 @@ describe('AhrefsAPIClient', () => {
const result = await client.getBrokenBacklinks('test-site.com');
expect(result).to.deep.equal({
result: backlinksResponse,
fullAuditRef: 'https://example.com/site-explorer/broken-backlinks?select=title%2Curl_from%2Curl_to%2Ctraffic_domain&limit=50&mode=prefix&order_by=domain_rating_source%3Adesc%2Ctraffic_domain%3Adesc&target=test-site.com&output=json&where=%7B%22and%22%3A%5B%7B%22field%22%3A%22is_dofollow%22%2C%22is%22%3A%5B%22eq%22%2C1%5D%7D%2C%7B%22field%22%3A%22is_content%22%2C%22is%22%3A%5B%22eq%22%2C1%5D%7D%2C%7B%22field%22%3A%22domain_rating_source%22%2C%22is%22%3A%5B%22gte%22%2C29.5%5D%7D%2C%7B%22field%22%3A%22traffic_domain%22%2C%22is%22%3A%5B%22gte%22%2C500%5D%7D%2C%7B%22field%22%3A%22links_external%22%2C%22is%22%3A%5B%22lte%22%2C300%5D%7D%5D%7D',
fullAuditRef: 'https://example.com/site-explorer/broken-backlinks?select=title%2Curl_from%2Curl_to%2Ctraffic_domain&limit=50&mode=prefix&order_by=domain_rating_source%3Adesc%2Ctraffic_domain%3Adesc&target=test-site.com&output=json&where=%7B%22and%22%3A%5B%7B%22field%22%3A%22domain_rating_source%22%2C%22is%22%3A%5B%22gte%22%2C29.5%5D%7D%2C%7B%22field%22%3A%22traffic_domain%22%2C%22is%22%3A%5B%22gte%22%2C500%5D%7D%2C%7B%22field%22%3A%22links_external%22%2C%22is%22%3A%5B%22lte%22%2C300%5D%7D%5D%7D',
});
});
});
Expand Down
28 changes: 28 additions & 0 deletions packages/spacecat-shared-content-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [@adobe/spacecat-shared-content-client-v1.0.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-content-client-v1.0.4...@adobe/spacecat-shared-content-client-v1.0.5) (2024-09-10)


### Bug Fixes

* **deps:** update dependency @adobe/spacecat-helix-content-sdk to v1.1.7 ([#364](https://github.com/adobe/spacecat-shared/issues/364)) ([b800657](https://github.com/adobe/spacecat-shared/commit/b8006573b0c08bbd29f5248d618e1532690bb53d))

# [@adobe/spacecat-shared-content-client-v1.0.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-content-client-v1.0.3...@adobe/spacecat-shared-content-client-v1.0.4) (2024-09-07)


### Bug Fixes

* **deps:** update dependency @adobe/spacecat-helix-content-sdk to v1.1.6 ([#359](https://github.com/adobe/spacecat-shared/issues/359)) ([c785f39](https://github.com/adobe/spacecat-shared/commit/c785f392ef741da92261fa62c06532a4f9428615))

# [@adobe/spacecat-shared-content-client-v1.0.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-content-client-v1.0.2...@adobe/spacecat-shared-content-client-v1.0.3) (2024-09-02)


### Bug Fixes

* **deps:** update dependency @adobe/spacecat-helix-content-sdk to v1.1.5 ([#354](https://github.com/adobe/spacecat-shared/issues/354)) ([da21b30](https://github.com/adobe/spacecat-shared/commit/da21b30161d3ab77ac866dcf996551649be86cf5))

# [@adobe/spacecat-shared-content-client-v1.0.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-content-client-v1.0.1...@adobe/spacecat-shared-content-client-v1.0.2) (2024-08-31)


### Bug Fixes

* **deps:** update dependency @adobe/spacecat-helix-content-sdk to v1.1.4 ([#353](https://github.com/adobe/spacecat-shared/issues/353)) ([9116f64](https://github.com/adobe/spacecat-shared/commit/9116f64640fe068ac13f145cfd4265ec3443bc11))

# [@adobe/spacecat-shared-content-client-v1.0.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-content-client-v1.0.0...@adobe/spacecat-shared-content-client-v1.0.1) (2024-08-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-content-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-content-client",
"version": "1.0.1",
"version": "1.0.5",
"description": "Shared modules of the Spacecat Services - Content Client",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@adobe/helix-universal": "5.0.5",
"@adobe/spacecat-helix-content-sdk": "1.1.3",
"@adobe/spacecat-helix-content-sdk": "1.1.7",
"@adobe/spacecat-shared-utils": "1.19.6"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/spacecat-shared-data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@adobe/spacecat-shared-data-access-v1.44.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.43.4...@adobe/spacecat-shared-data-access-v1.44.0) (2024-09-11)


### Features

* Add a query to get all import urls by jobId ([#365](https://github.com/adobe/spacecat-shared/issues/365)) ([17b216d](https://github.com/adobe/spacecat-shared/commit/17b216d75f3573480e257c36101b0388dc1772be)), closes [/github.com/adobe/spacecat-content-processor/pull/143#discussion_r1754542157](https://github.com//github.com/adobe/spacecat-content-processor/pull/143/issues/discussion_r1754542157)

# [@adobe/spacecat-shared-data-access-v1.43.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.43.3...@adobe/spacecat-shared-data-access-v1.43.4) (2024-09-07)


### Bug Fixes

* **deps:** update external fixes ([#360](https://github.com/adobe/spacecat-shared/issues/360)) ([315f6e4](https://github.com/adobe/spacecat-shared/commit/315f6e42798d78d33f435e67f70e9a35d05ecf2b))

# [@adobe/spacecat-shared-data-access-v1.43.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.43.2...@adobe/spacecat-shared-data-access-v1.43.3) (2024-08-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-data-access",
"version": "1.43.3",
"version": "1.44.0",
"description": "Shared modules of the Spacecat Services - Data Access",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,16 +35,16 @@
"dependencies": {
"@adobe/spacecat-shared-dynamo": "1.2.5",
"@adobe/spacecat-shared-utils": "1.2.0",
"@aws-sdk/client-dynamodb": "3.637.0",
"@aws-sdk/lib-dynamodb": "3.637.0",
"@aws-sdk/client-dynamodb": "3.645.0",
"@aws-sdk/lib-dynamodb": "3.645.0",
"@types/joi": "17.2.3",
"joi": "17.13.3",
"uuid": "10.0.0"
},
"devDependencies": {
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"dynamo-db-local": "9.2.0",
"dynamo-db-local": "9.2.1",
"sinon": "18.0.0",
"sinon-chai": "4.0.0"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/spacecat-shared-data-access/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,9 @@ export interface DataAccess {
jobId: string,
status: string,
) => Promise<ImportUrl[]>;
getImportUrlsByJobId: (
jobId: string,
) => Promise<ImportUrl[]>;
getApiKeyByHashedApiKey: (
hashedApiKey: string,
) => Promise<ApiKey | null>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const updateImportUrl = async (dynamoClient, config, log, importUrl) => {
* @param {Logger} log
* @param {string} jobId
* @param {string} status
* @returns {Promise<ImportUrlDto[]>}
* @returns {Promise<ImportUrl[]>}
*/
export const getImportUrlsByJobIdAndStatus = async (dynamoClient, config, log, jobId, status) => {
const items = await dynamoClient.query({
Expand All @@ -96,3 +96,23 @@ export const getImportUrlsByJobIdAndStatus = async (dynamoClient, config, log, j
});
return items.map((item) => ImportUrlDto.fromDynamoItem(item));
};

/**
* Get Import Urls by Job ID
* @param {DynamoClient} dynamoClient
* @param {Object} config
* @param {Logger} log
* @param {string} jobId
* @returns {Promise<ImportUrl[]>}
*/
export const getImportUrlsByJobId = async (dynamoClient, config, log, jobId) => {
const items = await dynamoClient.query({
TableName: config.tableNameImportUrls,
IndexName: config.indexNameImportUrlsByJobIdAndStatus,
KeyConditionExpression: 'jobId = :jobId',
ExpressionAttributeValues: {
':jobId': jobId,
},
});
return items.map((item) => ImportUrlDto.fromDynamoItem(item));
};
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
createNewImportUrl,
updateImportUrl,
getImportUrlsByJobIdAndStatus,
getImportUrlsByJobId,
} from './accessPatterns.js';

export const importUrlFunctions = (dynamoClient, config, log) => ({
Expand Down Expand Up @@ -43,4 +44,10 @@ export const importUrlFunctions = (dynamoClient, config, log) => ({
jobId,
status,
),
getImportUrlsByJobId: (jobId) => getImportUrlsByJobId(
dynamoClient,
config,
log,
jobId,
),
});
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,21 @@ describe('Import Url Tests', () => {
expect(result[0].getUrl()).to.equal('https://www.test.com');
});
});

describe('getImportUrlsByJobId', () => {
it('should return an array of ImportUrl when items are found', async () => {
const mockImportUrl = {
id: 'test-url-id',
status: 'RUNNING',
url: 'https://www.test.com',
jobId: 'test-job-id',
};
mockDynamoClient.query.resolves([mockImportUrl]);
const result = await exportedFunctions.getImportUrlsByJobId('test-url-id');
expect(result.length).to.equal(1);
expect(result[0].getUrl()).to.equal('https://www.test.com');
expect(result[0].getId()).to.equal('test-url-id');
});
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ describe('Data Access Object Tests', () => {
'createNewImportUrl',
'updateImportUrl',
'getImportUrlsByJobIdAndStatus',
'getImportUrlsByJobId',
];

const experimentFunctions = [
Expand Down
7 changes: 7 additions & 0 deletions packages/spacecat-shared-dynamo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/spacecat-shared-dynamo-v1.3.35](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-dynamo-v1.3.34...@adobe/spacecat-shared-dynamo-v1.3.35) (2024-09-07)


### Bug Fixes

* **deps:** update external fixes ([#360](https://github.com/adobe/spacecat-shared/issues/360)) ([315f6e4](https://github.com/adobe/spacecat-shared/commit/315f6e42798d78d33f435e67f70e9a35d05ecf2b))

# [@adobe/spacecat-shared-dynamo-v1.3.34](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-dynamo-v1.3.33...@adobe/spacecat-shared-dynamo-v1.3.34) (2024-08-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-dynamo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-dynamo",
"version": "1.3.34",
"version": "1.3.35",
"description": "Shared modules of the Spacecat Services - DynamoDB client",
"type": "module",
"engines": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.637.0",
"@aws-sdk/lib-dynamodb": "3.637.0",
"@aws-sdk/client-dynamodb": "3.645.0",
"@aws-sdk/lib-dynamodb": "3.645.0",
"@adobe/spacecat-shared-utils": "1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adobe/fetch": "4.1.8",
"@adobe/helix-shared-wrap": "2.0.2",
"@adobe/helix-universal": "5.0.5",
"aws4": "1.13.1"
"aws4": "1.13.2"
},
"devDependencies": {}
}
14 changes: 14 additions & 0 deletions packages/spacecat-shared-google-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@adobe/spacecat-shared-google-client-v1.2.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.2.3...@adobe/spacecat-shared-google-client-v1.2.4) (2024-09-07)


### Bug Fixes

* **deps:** update external fixes ([#360](https://github.com/adobe/spacecat-shared/issues/360)) ([315f6e4](https://github.com/adobe/spacecat-shared/commit/315f6e42798d78d33f435e67f70e9a35d05ecf2b))

# [@adobe/spacecat-shared-google-client-v1.2.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.2.2...@adobe/spacecat-shared-google-client-v1.2.3) (2024-09-04)


### Bug Fixes

* **deps:** update external major (major) ([#355](https://github.com/adobe/spacecat-shared/issues/355)) ([91399b3](https://github.com/adobe/spacecat-shared/commit/91399b3331849bbf771d108958751003ec9820aa))

# [@adobe/spacecat-shared-google-client-v1.2.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.2.1...@adobe/spacecat-shared-google-client-v1.2.2) (2024-08-26)


Expand Down
8 changes: 4 additions & 4 deletions packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-google-client",
"version": "1.2.2",
"version": "1.2.4",
"description": "Shared modules of the Spacecat Services - Google Client",
"type": "module",
"engines": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"@adobe/helix-universal": "5.0.5",
"@adobe/spacecat-shared-http-utils": "1.1.4",
"@adobe/spacecat-shared-utils": "1.15.1",
"@aws-sdk/client-secrets-manager": "3.637.0",
"google-auth-library": "9.14.0",
"googleapis": "142.0.0"
"@aws-sdk/client-secrets-manager": "3.645.0",
"google-auth-library": "9.14.1",
"googleapis": "144.0.0"
},
"devDependencies": {
"chai": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adobe/fetch": "4.1.8",
"@adobe/spacecat-shared-utils": "1.19.1",
"@adobe/spacecat-shared-data-access": "1.41.3",
"jose": "5.7.0"
"jose": "5.8.0"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "2.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/spacecat-shared-rum-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/spacecat-shared-rum-api-client-v2.9.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.8.0...@adobe/spacecat-shared-rum-api-client-v2.9.0) (2024-09-03)


### Features

* experimentation opportunities ([#351](https://github.com/adobe/spacecat-shared/issues/351)) ([f21a765](https://github.com/adobe/spacecat-shared/commit/f21a765996990b1748c11b0cd8089e87ec91d9ad))

# [@adobe/spacecat-shared-rum-api-client-v2.8.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.7.4...@adobe/spacecat-shared-rum-api-client-v2.8.0) (2024-08-26)


Expand Down
Loading

0 comments on commit 650d4aa

Please sign in to comment.