@builder.io/sdk 1.1.34-1 → 1.1.34-2
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.browser.js +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/src/functions/fetch.function.d.ts +3 -1
- package/dist/src/functions/fetch.function.js +1 -1
- package/dist/src/functions/fetch.function.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
throw new Error("Property name \"".concat(name, "\" is not allowed"));
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
var version = "1.1.34-
|
|
155
|
+
var version = "1.1.34-1";
|
|
156
156
|
|
|
157
157
|
var Subscription = /** @class */ (function () {
|
|
158
158
|
function Subscription(listeners, listener) {
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
function getFetch() {
|
|
483
483
|
// If fetch is defined, in the browser, via polyfill, or in a Cloudflare worker, use it.
|
|
484
|
-
var _fetch =
|
|
484
|
+
var _fetch = undefined;
|
|
485
485
|
if (globalThis.fetch) {
|
|
486
486
|
_fetch !== null && _fetch !== void 0 ? _fetch : (_fetch = globalThis.fetch);
|
|
487
487
|
}
|