@cspell/dict-npm 5.1.22 → 5.1.23
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 +5 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -25,6 +25,7 @@ aleo-oracle-sdk
|
|
|
25
25
|
alifd
|
|
26
26
|
allure-js-commons
|
|
27
27
|
although-line-wall-corn
|
|
28
|
+
amaui
|
|
28
29
|
amqp
|
|
29
30
|
amqplib
|
|
30
31
|
analsorhost-simple-bs
|
|
@@ -66,6 +67,7 @@ apollo-link
|
|
|
66
67
|
apollo-link-http
|
|
67
68
|
app
|
|
68
69
|
app-root-path
|
|
70
|
+
appium
|
|
69
71
|
appium-android-driver
|
|
70
72
|
apple-transportation-web3-locate
|
|
71
73
|
application
|
|
@@ -167,6 +169,7 @@ base
|
|
|
167
169
|
base-
|
|
168
170
|
base-individual-comfortable-crop
|
|
169
171
|
base64-js
|
|
172
|
+
basic
|
|
170
173
|
basic-auth
|
|
171
174
|
batuta
|
|
172
175
|
bcrypt
|
|
@@ -1168,6 +1171,7 @@ iamtraction
|
|
|
1168
1171
|
ibyar
|
|
1169
1172
|
icons
|
|
1170
1173
|
icons-material
|
|
1174
|
+
icons-material-rounded-react
|
|
1171
1175
|
iconv-lite
|
|
1172
1176
|
icss-utils
|
|
1173
1177
|
identity-obj-proxy
|
|
@@ -2554,6 +2558,7 @@ updater-life
|
|
|
2554
2558
|
updater-opacity
|
|
2555
2559
|
updater-out-modes
|
|
2556
2560
|
updater-rotate
|
|
2561
|
+
updater-size
|
|
2557
2562
|
upgraded-fishstick
|
|
2558
2563
|
uploadcare
|
|
2559
2564
|
uploadcare-widget
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.23",
|
|
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": "c15ccee3b74e2a142a3811f844253a7303650004"
|
|
46
46
|
}
|