@cspell/dict-npm 5.2.30 → 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.
Files changed (2) hide show
  1. package/dict/npm.txt +8 -0
  2. 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
@@ -1651,6 +1653,7 @@ native-run
1651
1653
  nativefier
1652
1654
  nativescript
1653
1655
  natural
1656
+ navigation-builder
1654
1657
  nconf
1655
1658
  ncp
1656
1659
  near-social-bridge
@@ -1794,6 +1797,7 @@ openapi-client-axios
1794
1797
  openapi2html
1795
1798
  opencv
1796
1799
  opener
1800
+ openspacelabs
1797
1801
  opentiny
1798
1802
  openweather
1799
1803
  opn
@@ -1973,6 +1977,7 @@ postcss-svgo
1973
1977
  postcss-unique-selectors
1974
1978
  postcss-value-parser
1975
1979
  postgrejs
1980
+ postgresql
1976
1981
  posthtml
1977
1982
  pothos
1978
1983
  pouchdb
@@ -2128,6 +2133,7 @@ react-native-progress
2128
2133
  react-native-svg-charts
2129
2134
  react-native-vector-icons
2130
2135
  react-native-youtube-iframe
2136
+ react-native-zoomable-view
2131
2137
  react-number-format
2132
2138
  react-onclickoutside
2133
2139
  react-overlay-trigger
@@ -2303,6 +2309,7 @@ schema-markdown-doc
2303
2309
  schema-utils
2304
2310
  schematics
2305
2311
  science-knowledge-truth
2312
+ screenshoter
2306
2313
  scripts
2307
2314
  sdk
2308
2315
  sdk-exporters
@@ -2337,6 +2344,7 @@ shallowequal
2337
2344
  shape-circle
2338
2345
  shape-emoji
2339
2346
  shape-image
2347
+ shape-line
2340
2348
  shape-polygon
2341
2349
  shape-square
2342
2350
  shape-star
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.30",
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": "617f1dee7079860f829a0f699202ad0682031e93"
45
+ "gitHead": "a25b3ba911ef8bdc9c54326481b4c86dc8d2d687"
46
46
  }