@cspell/dict-npm 5.1.30 → 5.1.31
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 +2 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -199,6 +199,7 @@ bizcharts
|
|
|
199
199
|
bl
|
|
200
200
|
blanket
|
|
201
201
|
blaze
|
|
202
|
+
blaze-types
|
|
202
203
|
blessed
|
|
203
204
|
blessed-contrib
|
|
204
205
|
blockchain-am
|
|
@@ -1773,6 +1774,7 @@ path-is-absolute
|
|
|
1773
1774
|
path-to-regexp
|
|
1774
1775
|
pathe
|
|
1775
1776
|
patrtorg
|
|
1777
|
+
payload
|
|
1776
1778
|
paypal-server-api
|
|
1777
1779
|
pdfjs
|
|
1778
1780
|
pdfkit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.31",
|
|
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": "c457dd11d778e4f692606e10107afba93446e12f"
|
|
46
46
|
}
|