@builder.io/sdk 1.1.27-2 → 1.1.27

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.27-1";
155
+ var version = "1.1.27-4";
156
156
 
157
157
  var Subscription = /** @class */ (function () {
158
158
  function Subscription(listeners, listener) {
@@ -1421,7 +1421,7 @@
1421
1421
  };
1422
1422
  Object.defineProperty(Builder.prototype, "browserTrackingDisabled", {
1423
1423
  get: function () {
1424
- return Boolean((Builder.isBrowser && window.builderNoTrack) || !navigator.cookieEnabled);
1424
+ return Builder.isBrowser && Boolean(window.builderNoTrack || !navigator.cookieEnabled);
1425
1425
  },
1426
1426
  enumerable: false,
1427
1427
  configurable: true