@snyk/error-catalog-nodejs-public 5.4.0 → 5.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk/error-catalog-nodejs-public",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "type": "commonjs",
5
5
  "author": "snyk.io",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@ export declare class AnalysisFileCountLimitExceededError extends ProblemError {
41
41
  * @name AnalysisResultSizeLimitExceededError
42
42
  * @description This error occurs when the analysis target generates a result with a byte size that exceeds current system limits.
43
43
  *
44
- * To reduce the file count, use a `.snyk` file to ignore specified directories or files. Alternatively, use the Snyk CLI to analyze individual subdirectories separately.
44
+ * To reduce the overall result size, use a `.snyk` file to ignore specified directories or files. Alternatively, use the Snyk CLI to analyze individual subdirectories separately.
45
45
  *
46
46
  * See more:
47
47
  * - [https://docs.snyk.io/scan-applications/start-scanning-using-the-cli-web-ui-or-api/snyk-code-and-your-repositories/excluding-directories-and-files-from-the-import-process](https://docs.snyk.io/scan-applications/start-scanning-using-the-cli-web-ui-or-api/snyk-code-and-your-repositories/excluding-directories-and-files-from-the-import-process)
@@ -61,7 +61,7 @@ exports.AnalysisFileCountLimitExceededError = AnalysisFileCountLimitExceededErro
61
61
  * @name AnalysisResultSizeLimitExceededError
62
62
  * @description This error occurs when the analysis target generates a result with a byte size that exceeds current system limits.
63
63
  *
64
- * To reduce the file count, use a `.snyk` file to ignore specified directories or files. Alternatively, use the Snyk CLI to analyze individual subdirectories separately.
64
+ * To reduce the overall result size, use a `.snyk` file to ignore specified directories or files. Alternatively, use the Snyk CLI to analyze individual subdirectories separately.
65
65
  *
66
66
  * See more:
67
67
  * - [https://docs.snyk.io/scan-applications/start-scanning-using-the-cli-web-ui-or-api/snyk-code-and-your-repositories/excluding-directories-and-files-from-the-import-process](https://docs.snyk.io/scan-applications/start-scanning-using-the-cli-web-ui-or-api/snyk-code-and-your-repositories/excluding-directories-and-files-from-the-import-process)