@builder.io/sdk 2.2.4 → 2.2.5

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
@@ -118,7 +118,7 @@ function assertAllowedPropertyName(name) {
118
118
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
119
119
  }
120
120
 
121
- var version = "2.2.4";
121
+ var version = "2.2.5";
122
122
 
123
123
  var Subscription = /** @class */ (function () {
124
124
  function Subscription(listeners, listener) {
@@ -2336,7 +2336,7 @@ var Builder = /** @class */ (function () {
2336
2336
  }
2337
2337
  // TODO: merge in the attribute from query string ones
2338
2338
  // TODO: make this an option per component/request
2339
- queryParams.userAttributes = userAttributes;
2339
+ queryParams.userAttributes = JSON.stringify(userAttributes);
2340
2340
  if (!usePastQueue && !useQueue) {
2341
2341
  this.priorContentQueue = queue;
2342
2342
  this.getContentQueue = null;