@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.umd.js CHANGED
@@ -152,8 +152,6 @@
152
152
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
153
153
  }
154
154
 
155
- var version = "3.0.5";
156
-
157
155
  var Subscription = /** @class */ (function () {
158
156
  function Subscription(listeners, listener) {
159
157
  this.listeners = listeners;
@@ -1054,6 +1052,8 @@
1054
1052
 
1055
1053
  var DEFAULT_API_VERSION = 'v3';
1056
1054
 
1055
+ var SDK_VERSION = '3.0.6';
1056
+
1057
1057
  function datePlusMinutes(minutes) {
1058
1058
  if (minutes === void 0) { minutes = 30; }
1059
1059
  return new Date(Date.now() + minutes * 60000);
@@ -2728,11 +2728,7 @@
2728
2728
  : undefined }))
2729
2729
  .promise();
2730
2730
  };
2731
- /**
2732
- * @hidden
2733
- * @deprecated. This is buggy, and always behind by a version.
2734
- */
2735
- Builder.VERSION = version;
2731
+ Builder.VERSION = SDK_VERSION;
2736
2732
  Builder.components = [];
2737
2733
  /**
2738
2734
  * Makes it so that a/b tests generate code like {@link