@blumintinc/eslint-plugin-blumint 0.1.19 → 0.1.20

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/lib/index.js CHANGED
@@ -18,7 +18,7 @@ const require_memo_1 = require("./rules/require-memo");
18
18
  module.exports = {
19
19
  meta: {
20
20
  name: '@blumintinc/eslint-plugin-blumint',
21
- version: '0.1.19',
21
+ version: '0.1.20',
22
22
  },
23
23
  parseOptions: {
24
24
  ecmaVersion: 2020,
@@ -25,7 +25,7 @@ exports.dynamicHttpsErrors = (0, createRule_1.createRule)({
25
25
  },
26
26
  schema: [],
27
27
  messages: {
28
- dynamicHttpsErrors: 'Found dynamic error details in the "message" field. Move any dynamic details third argument.',
28
+ dynamicHttpsErrors: 'Found dynamic error details in the second argument of the HttpsError constructor - the "message" field. This field is hashed to produce a unique id for error monitoring. Move any dynamic details to the third argument - the "details" field - to preserve the unique id and to monitor the error correctly.',
29
29
  },
30
30
  },
31
31
  defaultOptions: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blumintinc/eslint-plugin-blumint",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Custom eslint rules for use at BluMint",
5
5
  "keywords": [
6
6
  "eslint",