@cspell/dict-npm 5.1.27 → 5.1.28
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
|
@@ -1598,12 +1598,14 @@ nest
|
|
|
1598
1598
|
nest-commander
|
|
1599
1599
|
nestjsx
|
|
1600
1600
|
netlify
|
|
1601
|
+
netlify-cms-backend-bitbucket
|
|
1601
1602
|
netlify-cms-backend-test
|
|
1602
1603
|
newman
|
|
1603
1604
|
newrelic
|
|
1604
1605
|
next
|
|
1605
1606
|
next-auth
|
|
1606
1607
|
nextjs
|
|
1608
|
+
nextjs-api-reference
|
|
1607
1609
|
nextra
|
|
1608
1610
|
ng-doc
|
|
1609
1611
|
ng-mocks
|
|
@@ -2601,6 +2603,7 @@ vasync
|
|
|
2601
2603
|
vconsole
|
|
2602
2604
|
velit-fugit-harum
|
|
2603
2605
|
velit-reiciendis-velit
|
|
2606
|
+
vendors
|
|
2604
2607
|
verbose-robot
|
|
2605
2608
|
vercel
|
|
2606
2609
|
verror
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.28",
|
|
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": "39df2b371103976b7b19497c2cbe4a4df9d8b983"
|
|
46
46
|
}
|