@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/CHANGELOG.md +3 -3
- package/dist/index.browser.js +1 -1
- 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 +2 -1
- package/dist/src/types/api-version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -1
package/dist/index.cjs.js
CHANGED
|
@@ -129,7 +129,7 @@ function assertAllowedPropertyName(name) {
|
|
|
129
129
|
throw new Error("Property name \"".concat(name, "\" is not allowed"));
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
var version = "1.
|
|
132
|
+
var version = "1.3.0";
|
|
133
133
|
|
|
134
134
|
var Subscription = /** @class */ (function () {
|
|
135
135
|
function Subscription(listeners, listener) {
|
|
@@ -969,7 +969,7 @@ function toError(err) {
|
|
|
969
969
|
return new Error(String(err));
|
|
970
970
|
}
|
|
971
971
|
|
|
972
|
-
var DEFAULT_API_VERSION = '
|
|
972
|
+
var DEFAULT_API_VERSION = 'v3';
|
|
973
973
|
|
|
974
974
|
function datePlusMinutes(minutes) {
|
|
975
975
|
if (minutes === void 0) { minutes = 30; }
|