@cspell/dict-npm 5.2.14 → 5.2.15
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 +8 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -93,6 +93,7 @@ assert
|
|
|
93
93
|
assert-plus
|
|
94
94
|
assets
|
|
95
95
|
assign
|
|
96
|
+
assistant-ui
|
|
96
97
|
assume
|
|
97
98
|
astro
|
|
98
99
|
astro-expressive-code
|
|
@@ -467,6 +468,7 @@ crypto-js
|
|
|
467
468
|
cson-parser
|
|
468
469
|
cspell
|
|
469
470
|
css
|
|
471
|
+
css-calc
|
|
470
472
|
css-declaration-sorter
|
|
471
473
|
css-functions-list
|
|
472
474
|
css-loader
|
|
@@ -921,6 +923,7 @@ github-buttons
|
|
|
921
923
|
glob
|
|
922
924
|
glob-parent
|
|
923
925
|
global
|
|
926
|
+
globalart
|
|
924
927
|
globals
|
|
925
928
|
globals-docs
|
|
926
929
|
globby
|
|
@@ -940,6 +943,7 @@ gradually-current-chief
|
|
|
940
943
|
grammy
|
|
941
944
|
grandlinex
|
|
942
945
|
graph-these
|
|
946
|
+
graphiql
|
|
943
947
|
graphql
|
|
944
948
|
graphql-markdown
|
|
945
949
|
graphql-tag
|
|
@@ -1505,6 +1509,7 @@ markdownlint
|
|
|
1505
1509
|
markdownlint-cli
|
|
1506
1510
|
marked
|
|
1507
1511
|
marky-markdown
|
|
1512
|
+
mastra
|
|
1508
1513
|
matcha
|
|
1509
1514
|
material
|
|
1510
1515
|
material-renderers
|
|
@@ -1631,6 +1636,7 @@ needle
|
|
|
1631
1636
|
neostandard
|
|
1632
1637
|
nest
|
|
1633
1638
|
nest-commander
|
|
1639
|
+
nestjs-swagger
|
|
1634
1640
|
nestjsx
|
|
1635
1641
|
netlify
|
|
1636
1642
|
netlify-cms-backend-bitbucket
|
|
@@ -1642,6 +1648,7 @@ newman
|
|
|
1642
1648
|
newrelic
|
|
1643
1649
|
next
|
|
1644
1650
|
next-auth
|
|
1651
|
+
next-router-mock
|
|
1645
1652
|
nextjs
|
|
1646
1653
|
nextjs-api-reference
|
|
1647
1654
|
nextra
|
|
@@ -1850,6 +1857,7 @@ playwright
|
|
|
1850
1857
|
plist
|
|
1851
1858
|
plugin-active-header-links
|
|
1852
1859
|
plugin-commonjs
|
|
1860
|
+
plugin-doc-explorer
|
|
1853
1861
|
plugin-error
|
|
1854
1862
|
plugin-help
|
|
1855
1863
|
plugin-hex-color
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.15",
|
|
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": "4e38267954dec39878ec3fa0abc439e360b533c3"
|
|
46
46
|
}
|