@cspell/dict-npm 5.2.31 → 5.2.32
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
|
@@ -1653,6 +1653,7 @@ native-run
|
|
|
1653
1653
|
nativefier
|
|
1654
1654
|
nativescript
|
|
1655
1655
|
natural
|
|
1656
|
+
navigation-builder
|
|
1656
1657
|
nconf
|
|
1657
1658
|
ncp
|
|
1658
1659
|
near-social-bridge
|
|
@@ -1796,6 +1797,7 @@ openapi-client-axios
|
|
|
1796
1797
|
openapi2html
|
|
1797
1798
|
opencv
|
|
1798
1799
|
opener
|
|
1800
|
+
openspacelabs
|
|
1799
1801
|
opentiny
|
|
1800
1802
|
openweather
|
|
1801
1803
|
opn
|
|
@@ -1975,6 +1977,7 @@ postcss-svgo
|
|
|
1975
1977
|
postcss-unique-selectors
|
|
1976
1978
|
postcss-value-parser
|
|
1977
1979
|
postgrejs
|
|
1980
|
+
postgresql
|
|
1978
1981
|
posthtml
|
|
1979
1982
|
pothos
|
|
1980
1983
|
pouchdb
|
|
@@ -2130,6 +2133,7 @@ react-native-progress
|
|
|
2130
2133
|
react-native-svg-charts
|
|
2131
2134
|
react-native-vector-icons
|
|
2132
2135
|
react-native-youtube-iframe
|
|
2136
|
+
react-native-zoomable-view
|
|
2133
2137
|
react-number-format
|
|
2134
2138
|
react-onclickoutside
|
|
2135
2139
|
react-overlay-trigger
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.32",
|
|
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": "a25b3ba911ef8bdc9c54326481b4c86dc8d2d687"
|
|
46
46
|
}
|