cspell-lib 9.2.1 → 9.3.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const supportedExtensions = ['.json', '.jsonc', '.yaml', '.yml', '.mjs', '.cjs', '.js', '.toml'];
|
|
1
|
+
const supportedExtensions = ['.json', '.jsonc', '.yaml', '.yml', '.mjs', '.cjs', '.js', '.toml', '.mts', '.ts'];
|
|
2
2
|
/**
|
|
3
3
|
* Logic of the locations:
|
|
4
4
|
* - Support backward compatibility with the VS Code Spell Checker
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "9.
|
|
7
|
+
"version": "9.3.0",
|
|
8
8
|
"description": "A library of useful functions used across various cspell tools.",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"sideEffects": false,
|
|
@@ -64,24 +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.
|
|
68
|
-
"@cspell/cspell-pipe": "9.
|
|
69
|
-
"@cspell/cspell-resolver": "9.
|
|
70
|
-
"@cspell/cspell-types": "9.
|
|
71
|
-
"@cspell/dynamic-import": "9.
|
|
72
|
-
"@cspell/filetypes": "9.
|
|
73
|
-
"@cspell/strong-weak-map": "9.
|
|
74
|
-
"@cspell/url": "9.
|
|
67
|
+
"@cspell/cspell-bundled-dicts": "9.3.0",
|
|
68
|
+
"@cspell/cspell-pipe": "9.3.0",
|
|
69
|
+
"@cspell/cspell-resolver": "9.3.0",
|
|
70
|
+
"@cspell/cspell-types": "9.3.0",
|
|
71
|
+
"@cspell/dynamic-import": "9.3.0",
|
|
72
|
+
"@cspell/filetypes": "9.3.0",
|
|
73
|
+
"@cspell/strong-weak-map": "9.3.0",
|
|
74
|
+
"@cspell/url": "9.3.0",
|
|
75
75
|
"clear-module": "^4.1.2",
|
|
76
|
-
"
|
|
77
|
-
"cspell-
|
|
78
|
-
"cspell-
|
|
79
|
-
"cspell-
|
|
80
|
-
"cspell-
|
|
81
|
-
"cspell-
|
|
82
|
-
"cspell-trie-lib": "9.2.1",
|
|
76
|
+
"cspell-config-lib": "9.3.0",
|
|
77
|
+
"cspell-dictionary": "9.3.0",
|
|
78
|
+
"cspell-glob": "9.3.0",
|
|
79
|
+
"cspell-grammar": "9.3.0",
|
|
80
|
+
"cspell-io": "9.3.0",
|
|
81
|
+
"cspell-trie-lib": "9.3.0",
|
|
83
82
|
"env-paths": "^3.0.0",
|
|
84
|
-
"fast-equals": "^5.2.2",
|
|
85
83
|
"gensequence": "^7.0.0",
|
|
86
84
|
"import-fresh": "^3.3.1",
|
|
87
85
|
"resolve-from": "^5.0.0",
|
|
@@ -93,20 +91,21 @@
|
|
|
93
91
|
"node": ">=20"
|
|
94
92
|
},
|
|
95
93
|
"devDependencies": {
|
|
96
|
-
"@cspell/dict-cpp": "^6.0.
|
|
94
|
+
"@cspell/dict-cpp": "^6.0.14",
|
|
97
95
|
"@cspell/dict-csharp": "^4.0.7",
|
|
98
96
|
"@cspell/dict-css": "^4.0.18",
|
|
99
97
|
"@cspell/dict-fa-ir": "^4.0.5",
|
|
100
98
|
"@cspell/dict-fr-fr": "^2.3.2",
|
|
101
99
|
"@cspell/dict-html": "^4.0.12",
|
|
102
100
|
"@cspell/dict-nl-nl": "^2.4.2",
|
|
103
|
-
"@cspell/dict-python": "^4.2.
|
|
101
|
+
"@cspell/dict-python": "^4.2.21",
|
|
104
102
|
"@types/configstore": "^6.0.2",
|
|
105
|
-
"
|
|
103
|
+
"comment-json": "^4.4.1",
|
|
104
|
+
"configstore": "^7.1.0",
|
|
106
105
|
"cspell-dict-nl-nl": "^1.1.2",
|
|
107
106
|
"leaked-handles": "^5.2.0",
|
|
108
107
|
"lorem-ipsum": "^2.0.8",
|
|
109
|
-
"perf-insight": "^2.0.
|
|
108
|
+
"perf-insight": "^2.0.1"
|
|
110
109
|
},
|
|
111
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "7fb984ea1809038769617b4105b55bd53f0a7f30"
|
|
112
111
|
}
|