@builder.io/sdk 3.0.5 → 3.0.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.esm.js CHANGED
@@ -118,8 +118,6 @@ function assertAllowedPropertyName(name) {
118
118
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
119
119
  }
120
120
 
121
- var version = "3.0.5";
122
-
123
121
  var Subscription = /** @class */ (function () {
124
122
  function Subscription(listeners, listener) {
125
123
  this.listeners = listeners;
@@ -952,6 +950,8 @@ function toError(err) {
952
950
 
953
951
  var DEFAULT_API_VERSION = 'v3';
954
952
 
953
+ var SDK_VERSION = '3.0.6';
954
+
955
955
  function datePlusMinutes(minutes) {
956
956
  if (minutes === void 0) { minutes = 30; }
957
957
  return new Date(Date.now() + minutes * 60000);
@@ -2626,11 +2626,7 @@ var Builder = /** @class */ (function () {
2626
2626
  : undefined }))
2627
2627
  .promise();
2628
2628
  };
2629
- /**
2630
- * @hidden
2631
- * @deprecated. This is buggy, and always behind by a version.
2632
- */
2633
- Builder.VERSION = version;
2629
+ Builder.VERSION = SDK_VERSION;
2634
2630
  Builder.components = [];
2635
2631
  /**
2636
2632
  * Makes it so that a/b tests generate code like {@link