added removed jquery regex again

The previous "scripts"-regexes (present until v6.6.0) were removed and replaced with "jquery". For me the version detection has declined due to this change. May I ask, what is the reason behind this? If I have missed something, sorry for bothering and feel free to close this proposed change. 

Thanks in advance
main
TheConciergeDev 4 years ago committed by GitHub
parent e4160bc609
commit 36871b1831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23504,7 +23504,11 @@
"js": {
"jQuery.fn.jquery": "([\\d.]+)\\;version:\\1"
},
"scripts": "jquery",
"scripts": [
"jquery[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1",
"jquery.*\\.js(?:\\?ver(?:sion)?=([\\d.]+))?\\;version:\\1"
],
"website": "https://jquery.com"
},
"jQuery DevBridge Autocomplete": {