Skip to content

Commit

Permalink
fix: getPrompt and replacePlaceholders not properly exported (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder authored Jan 21, 2025
1 parent 5156597 commit 236839c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spacecat-shared-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export {
resolveCustomerSecretsName,
getRUMDomainKey,
generateCSVFile,
replacePlaceholders,
getPrompt,
} from './helpers.js';

export { sqsWrapper } from './sqs.js';
Expand Down
2 changes: 2 additions & 0 deletions packages/spacecat-shared-utils/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ describe('Index Exports', () => {
'generateCSVFile',
'getRUMDomainKey',
'getStoredMetrics',
'replacePlaceholders',
'getPrompt',
'hasText',
'isArray',
'isBoolean',
Expand Down

0 comments on commit 236839c

Please sign in to comment.