@cspell/cspell-tools 6.29.1 → 6.29.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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.legacyLinesToWords = exports.legacyLineToWords = void 0;
4
4
  const sync_1 = require("@cspell/cspell-pipe/sync");
5
5
  const splitCamelCaseIfAllowed_1 = require("./splitCamelCaseIfAllowed");
6
- const regNonWord = /[^\p{L}\p{M}' \d]+/giu;
6
+ const regNonWord = /[^\p{L}\p{M}' _\d]+/giu;
7
7
  const regExpRepeatChars = /(.)\1{5}/i;
8
8
  function legacyLineToWords(line, keepCase, allowedSplitWords) {
9
9
  // Remove punctuation and non-letters.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-tools",
3
- "version": "6.29.1",
3
+ "version": "6.29.2",
4
4
  "description": "Tools to assist with the development of cSpell",
5
5
  "typings": "dist/index.d.ts",
6
6
  "publishConfig": {
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
50
50
  "dependencies": {
51
- "@cspell/cspell-pipe": "6.29.1",
51
+ "@cspell/cspell-pipe": "6.29.2",
52
52
  "commander": "^10.0.0",
53
53
  "cosmiconfig": "^8.1.0",
54
- "cspell-trie-lib": "6.29.1",
54
+ "cspell-trie-lib": "6.29.2",
55
55
  "gensequence": "^5.0.2",
56
56
  "glob": "^8.1.0",
57
- "hunspell-reader": "6.29.1"
57
+ "hunspell-reader": "6.29.2"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=14"
@@ -69,5 +69,5 @@
69
69
  "ts-json-schema-generator": "^1.2.0"
70
70
  },
71
71
  "main": "bin.js",
72
- "gitHead": "e524c611f3529b22a7e8ae3449a5c9a01332d44f"
72
+ "gitHead": "fae497508ec03795dfe0e0b70ea80cdf3d7be5a5"
73
73
  }