piral-cli 1.5.2-beta.6863 → 1.5.2-beta.6885
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/external/index.js +3 -2
- package/package.json +2 -2
package/lib/external/index.js
CHANGED
|
@@ -60564,7 +60564,8 @@ var require_follow_redirects = __commonJS({
|
|
|
60564
60564
|
"port",
|
|
60565
60565
|
"protocol",
|
|
60566
60566
|
"query",
|
|
60567
|
-
"search"
|
|
60567
|
+
"search",
|
|
60568
|
+
"hash"
|
|
60568
60569
|
];
|
|
60569
60570
|
var events = ["abort", "aborted", "connect", "error", "socket", "timeout"];
|
|
60570
60571
|
var eventHandlers = Object.create(null);
|
|
@@ -60833,7 +60834,7 @@ var require_follow_redirects = __commonJS({
|
|
|
60833
60834
|
this._isRedirect = true;
|
|
60834
60835
|
spreadUrlObject(redirectUrl, this._options);
|
|
60835
60836
|
if (redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== "https:" || redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost)) {
|
|
60836
|
-
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
|
|
60837
|
+
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
|
|
60837
60838
|
}
|
|
60838
60839
|
if (isFunction(beforeRedirect)) {
|
|
60839
60840
|
var responseDetails = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-cli",
|
|
3
|
-
"version": "1.5.2-beta.
|
|
3
|
+
"version": "1.5.2-beta.6885",
|
|
4
4
|
"description": "The standard CLI for creating and building a Piral instance or a Pilet.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portal",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"typescript": "^5.0.0",
|
|
82
82
|
"yargs": "^15.0.0"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "8bcdb14c1c545b6657f96d88b1b0434243fa7ab5"
|
|
85
85
|
}
|