@ywfe/fe-tools 1.2.1-beta.28 → 1.2.1-beta.29
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/lib/ywfe-tools.cjs +0 -1
- package/lib/ywfe-tools.cjs.map +1 -1
- package/lib/ywfe-tools.esm.js +0 -1
- package/lib/ywfe-tools.esm.js.map +1 -1
- package/lib/ywfe-tools.umd.js +1 -1
- package/lib/ywfe-tools.umd.js.map +1 -1
- package/package.json +1 -1
- package/request.ts +0 -1
package/lib/ywfe-tools.cjs
CHANGED
|
@@ -8727,7 +8727,6 @@ function request(_a) {
|
|
|
8727
8727
|
"((([a-z\d]([a-z\d-]*[a-z\d])*)\.)+[a-z]{2,}|" + // domain name
|
|
8728
8728
|
"((\d{1,3}\.){3}\d{1,3}))" + // OR ip (v4) address
|
|
8729
8729
|
"(\:\d+)?(\/[-a-z\d%_.~+]*)*" + // port and path
|
|
8730
|
-
"(\?[;&a-z\d%_.~+=-]*)?" + // query string
|
|
8731
8730
|
"(\#[-a-z\d_]*)?$", "i"); // fragment locator
|
|
8732
8731
|
return !!pattern.test(url);
|
|
8733
8732
|
};
|