@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.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-0";
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 = fetch;
484
+ var _fetch = undefined;
485
485
  if (globalThis.fetch) {
486
486
  _fetch !== null && _fetch !== void 0 ? _fetch : (_fetch = globalThis.fetch);
487
487
  }