@builder.io/sdk 2.0.2 → 2.0.4-0

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 = "2.0.1";
155
+ var version = "2.0.3";
156
156
 
157
157
  var Subscription = /** @class */ (function () {
158
158
  function Subscription(listeners, listener) {
@@ -1874,8 +1874,8 @@
1874
1874
  this.setUserAttributes(userAttributes);
1875
1875
  }
1876
1876
  if (options) {
1877
- // picking only locale and includeRefs
1878
- this.queryOptions = __assign(__assign({}, (options.locale && { locale: options.locale })), (options.includeRefs && { includeRefs: options.includeRefs }));
1877
+ // picking only locale, includeRefs, and enrich for now
1878
+ this.queryOptions = __assign(__assign(__assign({}, (options.locale && { locale: options.locale })), (options.includeRefs && { includeRefs: options.includeRefs })), (options.enrich && { enrich: options.enrich }));
1879
1879
  }
1880
1880
  if (overrides) {
1881
1881
  this.overrides = overrides;