@builder.io/sdk 2.0.0 → 2.0.1

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 = "1.3.0";
126
+ var version = "2.0.0";
127
127
 
128
128
  var Subscription = /** @class */ (function () {
129
129
  function Subscription(listeners, listener) {
@@ -2333,11 +2333,6 @@ var Builder = /** @class */ (function () {
2333
2333
  }
2334
2334
  }
2335
2335
  }
2336
- if (!Builder.isReact) {
2337
- // TODO: remove me once v1 page editors converted to v2
2338
- // queryParams.extractCss = true;
2339
- queryParams.prerender = true;
2340
- }
2341
2336
  for (var _i = 0, queue_2 = queue; _i < queue_2.length; _i++) {
2342
2337
  var options = queue_2[_i];
2343
2338
  if (options.format) {