@builder.io/sdk 1.3.0 → 2.0.0

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.2.0";
126
+ var version = "1.3.0";
127
127
 
128
128
  var Subscription = /** @class */ (function () {
129
129
  function Subscription(listeners, listener) {
@@ -963,7 +963,7 @@ function toError(err) {
963
963
  return new Error(String(err));
964
964
  }
965
965
 
966
- var DEFAULT_API_VERSION = 'v1';
966
+ var DEFAULT_API_VERSION = 'v3';
967
967
 
968
968
  function datePlusMinutes(minutes) {
969
969
  if (minutes === void 0) { minutes = 30; }