@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.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 = "2.0.1";
126
+ var version = "2.0.3";
127
127
 
128
128
  var Subscription = /** @class */ (function () {
129
129
  function Subscription(listeners, listener) {
@@ -1777,8 +1777,8 @@ var Builder = /** @class */ (function () {
1777
1777
  this.setUserAttributes(userAttributes);
1778
1778
  }
1779
1779
  if (options) {
1780
- // picking only locale and includeRefs
1781
- this.queryOptions = __assign(__assign({}, (options.locale && { locale: options.locale })), (options.includeRefs && { includeRefs: options.includeRefs }));
1780
+ // picking only locale, includeRefs, and enrich for now
1781
+ this.queryOptions = __assign(__assign(__assign({}, (options.locale && { locale: options.locale })), (options.includeRefs && { includeRefs: options.includeRefs })), (options.enrich && { enrich: options.enrich }));
1782
1782
  }
1783
1783
  if (overrides) {
1784
1784
  this.overrides = overrides;