@cspell/dict-npm 5.2.17 → 5.2.18
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 +6 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -302,6 +302,7 @@ character-entities-html
|
|
|
302
302
|
character-entities-legacy
|
|
303
303
|
character-reference-invalid
|
|
304
304
|
chart
|
|
305
|
+
chat
|
|
305
306
|
chat-ui-kit-react
|
|
306
307
|
chatfanpage
|
|
307
308
|
chatscope
|
|
@@ -413,6 +414,7 @@ concurrently
|
|
|
413
414
|
condense-newlines
|
|
414
415
|
config
|
|
415
416
|
configstore
|
|
417
|
+
confirm
|
|
416
418
|
connect
|
|
417
419
|
connect-flash
|
|
418
420
|
connect-history-api-fallback
|
|
@@ -424,6 +426,7 @@ consolidate
|
|
|
424
426
|
constants
|
|
425
427
|
content-disposition
|
|
426
428
|
content-type
|
|
429
|
+
context7-mcp
|
|
427
430
|
conventional-changelog
|
|
428
431
|
conventional-changelog-cli
|
|
429
432
|
conventional-changelog-conventionalcommits
|
|
@@ -1451,6 +1454,7 @@ livereload
|
|
|
1451
1454
|
load-grunt-config
|
|
1452
1455
|
load-grunt-tasks
|
|
1453
1456
|
loader-utils
|
|
1457
|
+
lobehub
|
|
1454
1458
|
local-web-server
|
|
1455
1459
|
localforage
|
|
1456
1460
|
localtunnel
|
|
@@ -2086,6 +2090,7 @@ react-markdown
|
|
|
2086
2090
|
react-modal
|
|
2087
2091
|
react-motion
|
|
2088
2092
|
react-native
|
|
2093
|
+
react-native-aes-crypto
|
|
2089
2094
|
react-native-animatable
|
|
2090
2095
|
react-native-collapsible
|
|
2091
2096
|
react-native-file-viewer
|
|
@@ -2639,6 +2644,7 @@ upgraded-fishstick
|
|
|
2639
2644
|
uploadcare
|
|
2640
2645
|
uploadcare-widget
|
|
2641
2646
|
uppy
|
|
2647
|
+
upstash
|
|
2642
2648
|
urijs
|
|
2643
2649
|
url
|
|
2644
2650
|
url-join
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.18",
|
|
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": "40fe4589434216ea4887059d858696de861ed694"
|
|
46
46
|
}
|