cspell-lib 9.0.1 → 9.0.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.
|
@@ -103,7 +103,7 @@ class _DictionaryDefinitionInternalWithSource {
|
|
|
103
103
|
this.__source = sourceURL.href;
|
|
104
104
|
// this bit of assignment is to have the compiler help use if any new fields are added.
|
|
105
105
|
const defAll = def;
|
|
106
|
-
const { path: relPath = '', file = '', addWords, description, dictionaryInformation, type, repMap, noSuggest, ignoreForbiddenWords, scope, useCompounds, } = defAll;
|
|
106
|
+
const { path: relPath = '', file = '', addWords, description, dictionaryInformation, type, repMap, noSuggest, ignoreForbiddenWords, scope, supportNonStrictSearches, useCompounds, } = defAll;
|
|
107
107
|
const defaultPath = sourceURL;
|
|
108
108
|
const filePath = fixDicPath(relPath, file);
|
|
109
109
|
const name = determineName(filePath, def);
|
|
@@ -119,6 +119,7 @@ class _DictionaryDefinitionInternalWithSource {
|
|
|
119
119
|
repMap,
|
|
120
120
|
noSuggest,
|
|
121
121
|
ignoreForbiddenWords,
|
|
122
|
+
supportNonStrictSearches,
|
|
122
123
|
scope,
|
|
123
124
|
useCompounds,
|
|
124
125
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "9.0.
|
|
7
|
+
"version": "9.0.2",
|
|
8
8
|
"description": "A library of useful functions used across various cspell tools.",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"sideEffects": false,
|
|
@@ -64,22 +64,22 @@
|
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-lib#readme",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@cspell/cspell-bundled-dicts": "9.0.
|
|
68
|
-
"@cspell/cspell-pipe": "9.0.
|
|
69
|
-
"@cspell/cspell-resolver": "9.0.
|
|
70
|
-
"@cspell/cspell-types": "9.0.
|
|
71
|
-
"@cspell/dynamic-import": "9.0.
|
|
72
|
-
"@cspell/filetypes": "9.0.
|
|
73
|
-
"@cspell/strong-weak-map": "9.0.
|
|
74
|
-
"@cspell/url": "9.0.
|
|
67
|
+
"@cspell/cspell-bundled-dicts": "9.0.2",
|
|
68
|
+
"@cspell/cspell-pipe": "9.0.2",
|
|
69
|
+
"@cspell/cspell-resolver": "9.0.2",
|
|
70
|
+
"@cspell/cspell-types": "9.0.2",
|
|
71
|
+
"@cspell/dynamic-import": "9.0.2",
|
|
72
|
+
"@cspell/filetypes": "9.0.2",
|
|
73
|
+
"@cspell/strong-weak-map": "9.0.2",
|
|
74
|
+
"@cspell/url": "9.0.2",
|
|
75
75
|
"clear-module": "^4.1.2",
|
|
76
76
|
"comment-json": "^4.2.5",
|
|
77
|
-
"cspell-config-lib": "9.0.
|
|
78
|
-
"cspell-dictionary": "9.0.
|
|
79
|
-
"cspell-glob": "9.0.
|
|
80
|
-
"cspell-grammar": "9.0.
|
|
81
|
-
"cspell-io": "9.0.
|
|
82
|
-
"cspell-trie-lib": "9.0.
|
|
77
|
+
"cspell-config-lib": "9.0.2",
|
|
78
|
+
"cspell-dictionary": "9.0.2",
|
|
79
|
+
"cspell-glob": "9.0.2",
|
|
80
|
+
"cspell-grammar": "9.0.2",
|
|
81
|
+
"cspell-io": "9.0.2",
|
|
82
|
+
"cspell-trie-lib": "9.0.2",
|
|
83
83
|
"env-paths": "^3.0.0",
|
|
84
84
|
"fast-equals": "^5.2.2",
|
|
85
85
|
"gensequence": "^7.0.0",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"lorem-ipsum": "^2.0.8",
|
|
109
109
|
"perf-insight": "^1.2.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "39dbd9ab9b8943a023d9eda7f65f81e822f939b5"
|
|
112
112
|
}
|