@builder.io/sdk 2.2.4 → 2.2.6

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.cjs.js CHANGED
@@ -126,7 +126,7 @@ function assertAllowedPropertyName(name) {
126
126
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
127
127
  }
128
128
 
129
- var version = "2.2.4";
129
+ var version = "2.2.6";
130
130
 
131
131
  var Subscription = /** @class */ (function () {
132
132
  function Subscription(listeners, listener) {
@@ -2344,7 +2344,7 @@ var Builder = /** @class */ (function () {
2344
2344
  }
2345
2345
  // TODO: merge in the attribute from query string ones
2346
2346
  // TODO: make this an option per component/request
2347
- queryParams.userAttributes = userAttributes;
2347
+ queryParams.userAttributes = JSON.stringify(userAttributes);
2348
2348
  if (!usePastQueue && !useQueue) {
2349
2349
  this.priorContentQueue = queue;
2350
2350
  this.getContentQueue = null;