@builder.io/sdk 2.2.6 → 2.2.7
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/CHANGELOG.md +6 -0
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/src/builder.class.js +1 -1
- package/dist/src/builder.class.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.browser.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.2.
|
|
155
|
+
var version = "2.2.7";
|
|
156
156
|
|
|
157
157
|
var Subscription = /** @class */ (function () {
|
|
158
158
|
function Subscription(listeners, listener) {
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
}
|
|
2439
2439
|
// TODO: merge in the attribute from query string ones
|
|
2440
2440
|
// TODO: make this an option per component/request
|
|
2441
|
-
queryParams.userAttributes =
|
|
2441
|
+
queryParams.userAttributes = userAttributes;
|
|
2442
2442
|
if (!usePastQueue && !useQueue) {
|
|
2443
2443
|
this.priorContentQueue = queue;
|
|
2444
2444
|
this.getContentQueue = null;
|