We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d3b99 commit c9cc109Copy full SHA for c9cc109
1 file changed
shared/utils/constants.ts
@@ -16,6 +16,7 @@ export const ERROR_CALC_INSTALL_SIZE_FAILED = 'Failed to calculate install size.
16
export const NPM_MISSING_README_SENTINEL = 'ERROR: No README data found!'
17
export const ERROR_JSR_FETCH_FAILED = 'Failed to fetch package from JSR registry.'
18
export const ERROR_NPM_FETCH_FAILED = 'Failed to fetch package from npm registry.'
19
+export const ERROR_PROVENANCE_FETCH_FAILED = 'Failed to fetch provenance.'
20
/** @public */
21
export const ERROR_SUGGESTIONS_FETCH_FAILED = 'Failed to fetch suggestions.'
22
0 commit comments