@cspell/dict-npm 5.2.26 → 5.2.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 +4 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -81,6 +81,7 @@ applicationinsights
|
|
|
81
81
|
applitools
|
|
82
82
|
appsync-client-node
|
|
83
83
|
arborist
|
|
84
|
+
architect
|
|
84
85
|
architecto-alias-quod
|
|
85
86
|
archiver
|
|
86
87
|
arethetypeswrong
|
|
@@ -89,6 +90,7 @@ argparse
|
|
|
89
90
|
arrangement-tell-arrange
|
|
90
91
|
array
|
|
91
92
|
arrify
|
|
93
|
+
asap
|
|
92
94
|
asperiores-nam-adipisci
|
|
93
95
|
asperiores-vel-accusantium
|
|
94
96
|
assert
|
|
@@ -280,6 +282,8 @@ camelcase-css
|
|
|
280
282
|
caniuse
|
|
281
283
|
caniuse-lite
|
|
282
284
|
canvas
|
|
285
|
+
canvaskit
|
|
286
|
+
canvaskit-wasm
|
|
283
287
|
capacitor
|
|
284
288
|
careful-downloader
|
|
285
289
|
careful-faster-dirty-matter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.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": "eb2dd1fb97fdc4e6fb74cd3bfd192d493a4c6f86"
|
|
46
46
|
}
|