@cspell/dict-npm 5.1.22 → 5.1.24
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 +9 -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
|
|
@@ -1207,8 +1211,10 @@ instagram-node
|
|
|
1207
1211
|
install
|
|
1208
1212
|
inter
|
|
1209
1213
|
interaction-external-bounce
|
|
1214
|
+
interaction-external-grab
|
|
1210
1215
|
interaction-external-push
|
|
1211
1216
|
interaction-external-remove
|
|
1217
|
+
interaction-particles-collisions
|
|
1212
1218
|
interaction-particles-links
|
|
1213
1219
|
interceptors
|
|
1214
1220
|
interpret
|
|
@@ -1703,6 +1709,7 @@ on-finished
|
|
|
1703
1709
|
once
|
|
1704
1710
|
onchange
|
|
1705
1711
|
one-how-hand
|
|
1712
|
+
onesy
|
|
1706
1713
|
onoff
|
|
1707
1714
|
open
|
|
1708
1715
|
open-cli
|
|
@@ -2026,6 +2033,7 @@ react-native-collapsible
|
|
|
2026
2033
|
react-native-file-viewer
|
|
2027
2034
|
react-native-keychain
|
|
2028
2035
|
react-native-lightbox-v
|
|
2036
|
+
react-native-macos
|
|
2029
2037
|
react-native-progress
|
|
2030
2038
|
react-native-svg-charts
|
|
2031
2039
|
react-native-vector-icons
|
|
@@ -2554,6 +2562,7 @@ updater-life
|
|
|
2554
2562
|
updater-opacity
|
|
2555
2563
|
updater-out-modes
|
|
2556
2564
|
updater-rotate
|
|
2565
|
+
updater-size
|
|
2557
2566
|
upgraded-fishstick
|
|
2558
2567
|
uploadcare
|
|
2559
2568
|
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.24",
|
|
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": "40db20b5a873df5c0cef9aeca1f4f0d6d0cf7b9d"
|
|
46
46
|
}
|