@nodeblocks/frontend-reset-password-block 0.0.2 → 0.0.4

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/dist/index.cjs.js CHANGED
@@ -238,7 +238,7 @@ var core = {};
238
238
 
239
239
  var error = {};
240
240
 
241
- /*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
241
+ /*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
242
242
 
243
243
  var axios_1;
244
244
  var hasRequiredAxios;
@@ -2474,7 +2474,7 @@ function requireAxios () {
2474
2474
  */
2475
2475
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2476
2476
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
2477
- if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
2477
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
2478
2478
  return combineURLs(baseURL, requestedURL);
2479
2479
  }
2480
2480
  return requestedURL;
@@ -3314,7 +3314,7 @@ function requireAxios () {
3314
3314
  });
3315
3315
  }
3316
3316
 
3317
- const VERSION = "1.8.3";
3317
+ const VERSION = "1.8.4";
3318
3318
 
3319
3319
  const validators$1 = {};
3320
3320