@cspell/dict-npm 5.2.0 → 5.2.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/dict/npm.txt +3 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -274,6 +274,7 @@ caniuse
|
|
|
274
274
|
caniuse-lite
|
|
275
275
|
canvas
|
|
276
276
|
capacitor
|
|
277
|
+
careful-downloader
|
|
277
278
|
careful-faster-dirty-matter
|
|
278
279
|
carousel
|
|
279
280
|
case-sensitive-paths-webpack-plugin
|
|
@@ -2308,6 +2309,7 @@ soap
|
|
|
2308
2309
|
socket
|
|
2309
2310
|
socket-transport
|
|
2310
2311
|
sockjs-client
|
|
2312
|
+
sonner
|
|
2311
2313
|
sortablejs
|
|
2312
2314
|
source-map
|
|
2313
2315
|
source-map-js
|
|
@@ -2515,6 +2517,7 @@ tsd
|
|
|
2515
2517
|
tsd-lite
|
|
2516
2518
|
tsdoc
|
|
2517
2519
|
tsdoc-config
|
|
2520
|
+
tsdown
|
|
2518
2521
|
tseslint
|
|
2519
2522
|
tshy
|
|
2520
2523
|
tslib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"dict/npm.txt",
|
|
43
43
|
"cspell-ext.json"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "5aafcca7494be9a5a12cd68e3c34103a1973fe8b"
|
|
46
46
|
}
|