@cspell/dict-npm 5.2.8 → 5.2.10
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
|
@@ -1412,6 +1412,7 @@ latest-version
|
|
|
1412
1412
|
lazy
|
|
1413
1413
|
lead-alike-web3-applied
|
|
1414
1414
|
leaflet
|
|
1415
|
+
leaflet-gesture-handling
|
|
1415
1416
|
left-pad
|
|
1416
1417
|
leftpad
|
|
1417
1418
|
legacy-modal
|
|
@@ -1780,6 +1781,7 @@ pa
|
|
|
1780
1781
|
pacote
|
|
1781
1782
|
pact
|
|
1782
1783
|
pact-foundation
|
|
1784
|
+
pagefind
|
|
1783
1785
|
pageres
|
|
1784
1786
|
paintor
|
|
1785
1787
|
pako
|
|
@@ -2487,6 +2489,7 @@ testcafe
|
|
|
2487
2489
|
testcontainers
|
|
2488
2490
|
testdouble
|
|
2489
2491
|
testem
|
|
2492
|
+
testing
|
|
2490
2493
|
testing-library
|
|
2491
2494
|
text-hex
|
|
2492
2495
|
text-table
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.10",
|
|
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": "d3226096849971f100407a42580f072be22709b9"
|
|
46
46
|
}
|