@snyk/error-catalog-nodejs-public 5.30.1 → 5.30.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.30.1",
3
+ "version": "5.30.2",
4
4
  "type": "commonjs",
5
5
  "author": "snyk.io",
6
6
  "license": "Apache-2.0",
@@ -12,5 +12,6 @@
12
12
  "uuid": "^9.0.0",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
- "main": "./src/index.js"
15
+ "main": "./src/index.js",
16
+ "types": "./src/index.d.ts"
16
17
  }
@@ -159,7 +159,7 @@ export declare class BrokeredConnectionNotSupportedError extends ProblemError {
159
159
  *
160
160
  * * Your provided credentials are correct or not scoped too narrowly.
161
161
  * * The branch you've asked us to clone exists.
162
- * * The repository you've provided is accessible from the internet is you are not connected through a broker.
162
+ * * The repository you've provided is accessible from the internet and you are not connected through a broker.
163
163
  *
164
164
  * And try the operation again.
165
165
  * @summary Snyk failed to clone your repository
@@ -274,7 +274,7 @@ exports.BrokeredConnectionNotSupportedError = BrokeredConnectionNotSupportedErro
274
274
  *
275
275
  * * Your provided credentials are correct or not scoped too narrowly.
276
276
  * * The branch you've asked us to clone exists.
277
- * * The repository you've provided is accessible from the internet is you are not connected through a broker.
277
+ * * The repository you've provided is accessible from the internet and you are not connected through a broker.
278
278
  *
279
279
  * And try the operation again.
280
280
  * @summary Snyk failed to clone your repository