publish-microfrontend 1.5.2 → 1.5.3-beta.6894
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/index.js +3 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -24704,7 +24704,8 @@ var require_follow_redirects = __commonJS({
|
|
|
24704
24704
|
"port",
|
|
24705
24705
|
"protocol",
|
|
24706
24706
|
"query",
|
|
24707
|
-
"search"
|
|
24707
|
+
"search",
|
|
24708
|
+
"hash"
|
|
24708
24709
|
];
|
|
24709
24710
|
var events = ["abort", "aborted", "connect", "error", "socket", "timeout"];
|
|
24710
24711
|
var eventHandlers = Object.create(null);
|
|
@@ -24973,7 +24974,7 @@ var require_follow_redirects = __commonJS({
|
|
|
24973
24974
|
this._isRedirect = true;
|
|
24974
24975
|
spreadUrlObject(redirectUrl, this._options);
|
|
24975
24976
|
if (redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== "https:" || redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost)) {
|
|
24976
|
-
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
|
|
24977
|
+
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
|
|
24977
24978
|
}
|
|
24978
24979
|
if (isFunction2(beforeRedirect)) {
|
|
24979
24980
|
var responseDetails = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3-beta.6894",
|
|
4
4
|
"description": "A CLI for publishing micro frontends to a feed service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"modules",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"typescript": "^5.0.0",
|
|
70
70
|
"yargs": "^15.0.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "6c80c7def368481a6a4713ce18ad3dc9aebcb2e8"
|
|
73
73
|
}
|