@nodeblocks/frontend-list-users-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
@@ -124,7 +124,7 @@ var core = {};
124
124
 
125
125
  var error = {};
126
126
 
127
- /*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
127
+ /*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
128
128
 
129
129
  var axios_1;
130
130
  var hasRequiredAxios;
@@ -2360,7 +2360,7 @@ function requireAxios () {
2360
2360
  */
2361
2361
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2362
2362
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
2363
- if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
2363
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
2364
2364
  return combineURLs(baseURL, requestedURL);
2365
2365
  }
2366
2366
  return requestedURL;
@@ -3200,7 +3200,7 @@ function requireAxios () {
3200
3200
  });
3201
3201
  }
3202
3202
 
3203
- const VERSION = "1.8.3";
3203
+ const VERSION = "1.8.4";
3204
3204
 
3205
3205
  const validators$1 = {};
3206
3206