@cspell/dict-npm 5.2.25 → 5.2.26
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 +4 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -57,6 +57,7 @@ antfu
|
|
|
57
57
|
antora
|
|
58
58
|
anyway-south-boy-pilot
|
|
59
59
|
aperiam-fugit-error
|
|
60
|
+
api
|
|
60
61
|
api-components
|
|
61
62
|
api-console
|
|
62
63
|
api-extractor
|
|
@@ -561,6 +562,7 @@ deserunt-quasi-impedit
|
|
|
561
562
|
design-system-styles
|
|
562
563
|
detect-indent
|
|
563
564
|
detect-port
|
|
565
|
+
dev
|
|
564
566
|
devDependencies
|
|
565
567
|
deven-org
|
|
566
568
|
device-detector-js
|
|
@@ -1262,6 +1264,7 @@ interceptors
|
|
|
1262
1264
|
interpret
|
|
1263
1265
|
intl
|
|
1264
1266
|
intl-tel-input
|
|
1267
|
+
intlayer
|
|
1265
1268
|
invariant
|
|
1266
1269
|
inversify
|
|
1267
1270
|
io
|
|
@@ -2445,6 +2448,7 @@ supernovaio
|
|
|
2445
2448
|
supertest
|
|
2446
2449
|
supertest-as-promised
|
|
2447
2450
|
supervisor
|
|
2451
|
+
support
|
|
2448
2452
|
support-vessels-web3-vessels
|
|
2449
2453
|
supports-color
|
|
2450
2454
|
supports-hyperlinks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.26",
|
|
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": "90140e96a0552dbb15c0e9e95a391b7a32401292"
|
|
46
46
|
}
|