@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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -218,7 +218,7 @@ var core = {};
|
|
|
218
218
|
|
|
219
219
|
var error = {};
|
|
220
220
|
|
|
221
|
-
/*! Axios v1.8.
|
|
221
|
+
/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
|
|
222
222
|
|
|
223
223
|
var axios_1;
|
|
224
224
|
var hasRequiredAxios;
|
|
@@ -2454,7 +2454,7 @@ function requireAxios () {
|
|
|
2454
2454
|
*/
|
|
2455
2455
|
function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
2456
2456
|
let isRelativeUrl = !isAbsoluteURL(requestedURL);
|
|
2457
|
-
if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
|
|
2457
|
+
if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
|
|
2458
2458
|
return combineURLs(baseURL, requestedURL);
|
|
2459
2459
|
}
|
|
2460
2460
|
return requestedURL;
|
|
@@ -3294,7 +3294,7 @@ function requireAxios () {
|
|
|
3294
3294
|
});
|
|
3295
3295
|
}
|
|
3296
3296
|
|
|
3297
|
-
const VERSION = "1.8.
|
|
3297
|
+
const VERSION = "1.8.4";
|
|
3298
3298
|
|
|
3299
3299
|
const validators$1 = {};
|
|
3300
3300
|
|