@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.esm.js CHANGED
@@ -123,7 +123,7 @@ function assertAllowedPropertyName(name) {
123
123
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
124
124
  }
125
125
 
126
- var version = "1.1.27-1";
126
+ var version = "1.1.27-4";
127
127
 
128
128
  var Subscription = /** @class */ (function () {
129
129
  function Subscription(listeners, listener) {
@@ -1324,7 +1324,7 @@ var Builder = /** @class */ (function () {
1324
1324
  };
1325
1325
  Object.defineProperty(Builder.prototype, "browserTrackingDisabled", {
1326
1326
  get: function () {
1327
- return Boolean((Builder.isBrowser && window.builderNoTrack) || !navigator.cookieEnabled);
1327
+ return Builder.isBrowser && Boolean(window.builderNoTrack || !navigator.cookieEnabled);
1328
1328
  },
1329
1329
  enumerable: false,
1330
1330
  configurable: true