guess-js-deps-bash 0.1.72 → 0.1.73

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/guess-js-deps.sh +1 -0
  2. package/package.json +1 -1
package/guess-js-deps.sh CHANGED
@@ -886,6 +886,7 @@ function guess_one_dep_type () {
886
886
  *[.-]test.%JS | \
887
887
  */.babelrc | \
888
888
  */test/* | \
889
+ */vite.config.%JS | \
889
890
  */webpack.config.%JS | \
890
891
  . ) DEP_TYPE=devDep;;
891
892
  esac
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  { "name": "guess-js-deps-bash",
2
- "version": "0.1.72",
2
+ "version": "0.1.73",
3
3
  "description": "A bash attempt at npm-forgot: Guess JavaScript require() dependencies, detect their versions, compare with package.json.",
4
4
 
5
5
  "keywords": [