@cspell/eslint-plugin 6.19.1 → 6.19.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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cspell/eslint-plugin v6.19.1
2
+ * @cspell/eslint-plugin v6.19.2
3
3
  * Copyright 2023 Jason Dent <jason@streetsidesoftware.nl>
4
4
  * Released under the MIT License
5
5
  * https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cspell/eslint-plugin v6.19.1
2
+ * @cspell/eslint-plugin v6.19.2
3
3
  * Copyright 2023 Jason Dent <jason@streetsidesoftware.nl>
4
4
  * Released under the MIT License
5
5
  * https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#readme
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.19.1",
6
+ "version": "6.19.2",
7
7
  "description": "CSpell ESLint plugin",
8
8
  "keywords": [
9
9
  "cspell",
@@ -72,7 +72,7 @@
72
72
  "ts-json-schema-generator": "^1.2.0"
73
73
  },
74
74
  "dependencies": {
75
- "cspell-lib": "6.19.1"
75
+ "cspell-lib": "6.19.2"
76
76
  },
77
- "gitHead": "1e9b8823fb92689fc0f598df3def7a5abf8bc005"
77
+ "gitHead": "0413716934fdfde59971d24773e7df83623bb529"
78
78
  }