eddev 0.1.35 → 0.1.36
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/build/workers/codegen-worker-script.js +1 -1
- package/cli/display/components/BundleDisplay.d.ts +0 -1
- package/cli/display/components/CodegenDisplay.d.ts +0 -1
- package/cli/display/components/DevCLIDisplay.d.ts +0 -1
- package/cli/display/components/StatusIcon.d.ts +0 -1
- package/components/AdminBar.d.ts +0 -1
- package/entry/Root.d.ts +0 -1
- package/package.json +1 -1
- package/style/createStitches.d.ts +0 -1
|
@@ -140,7 +140,7 @@ function beginWork(opts) {
|
|
|
140
140
|
var httpsAgent = new https_1.Agent({
|
|
141
141
|
rejectUnauthorized: false,
|
|
142
142
|
});
|
|
143
|
-
return (0, cross_fetch_1.default)(url, __assign(__assign({}, opts), { agent: httpsAgent }));
|
|
143
|
+
return (0, cross_fetch_1.default)(url, __assign(__assign({}, opts), { agent: url.includes("https") ? httpsAgent : undefined }));
|
|
144
144
|
},
|
|
145
145
|
})];
|
|
146
146
|
case 1:
|
package/components/AdminBar.d.ts
CHANGED
package/entry/Root.d.ts
CHANGED
package/package.json
CHANGED