@cspell/dict-npm 5.2.30 → 5.2.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 +4 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -636,6 +636,7 @@ doxdox-renderer-markdown
|
|
|
636
636
|
draft-js
|
|
637
637
|
drag-drop
|
|
638
638
|
dramaorg
|
|
639
|
+
driver
|
|
639
640
|
dropzone
|
|
640
641
|
dtslint
|
|
641
642
|
dubnium
|
|
@@ -1269,6 +1270,7 @@ interaction-external-grab
|
|
|
1269
1270
|
interaction-external-push
|
|
1270
1271
|
interaction-external-remove
|
|
1271
1272
|
interaction-external-repulse
|
|
1273
|
+
interaction-external-slow
|
|
1272
1274
|
interaction-particles-collisions
|
|
1273
1275
|
interaction-particles-links
|
|
1274
1276
|
interceptors
|
|
@@ -2303,6 +2305,7 @@ schema-markdown-doc
|
|
|
2303
2305
|
schema-utils
|
|
2304
2306
|
schematics
|
|
2305
2307
|
science-knowledge-truth
|
|
2308
|
+
screenshoter
|
|
2306
2309
|
scripts
|
|
2307
2310
|
sdk
|
|
2308
2311
|
sdk-exporters
|
|
@@ -2337,6 +2340,7 @@ shallowequal
|
|
|
2337
2340
|
shape-circle
|
|
2338
2341
|
shape-emoji
|
|
2339
2342
|
shape-image
|
|
2343
|
+
shape-line
|
|
2340
2344
|
shape-polygon
|
|
2341
2345
|
shape-square
|
|
2342
2346
|
shape-star
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.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": "24021b85ce2b05998a07b901abfd5011fc45dd10"
|
|
46
46
|
}
|