inferred-types 1.2.4 → 1.2.6

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.
@@ -25500,7 +25500,7 @@ declare function getUrlQueryParams<T$1 extends string, S$1 extends string | unde
25500
25500
  * Returns the default port which the given URL string would use
25501
25501
  * based on the protocol detected in this string.
25502
25502
  */
25503
- declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 22 | 21 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
25503
+ declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 21 | 22 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
25504
25504
  /**
25505
25505
  * **getUrlPort**`(url, [resolve])`
25506
25506
  *