@builder.io/sdk 1.3.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/CHANGELOG.md +3 -0
- package/dist/index.browser.js +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs.js +2 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -7
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/src/builder.class.js +0 -5
- package/dist/src/builder.class.js.map +1 -1
- package/dist/src/types/api-version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/coverage/clover.xml +0 -155
- package/coverage/coverage-final.json +0 -3
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/classes/index.html +0 -116
- package/coverage/lcov-report/src/classes/query-string.class.ts.html +0 -328
- package/coverage/lcov-report/src/index.html +0 -116
- package/coverage/lcov-report/src/url.ts.html +0 -253
- package/coverage/lcov.info +0 -238
package/dist/index.umd.js
CHANGED
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
throw new Error("Property name \"".concat(name, "\" is not allowed"));
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
var version = "
|
|
155
|
+
var version = "2.0.0";
|
|
156
156
|
|
|
157
157
|
var Subscription = /** @class */ (function () {
|
|
158
158
|
function Subscription(listeners, listener) {
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
return new Error(String(err));
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
-
var DEFAULT_API_VERSION = '
|
|
1063
|
+
var DEFAULT_API_VERSION = 'v3';
|
|
1064
1064
|
|
|
1065
1065
|
function datePlusMinutes(minutes) {
|
|
1066
1066
|
if (minutes === void 0) { minutes = 30; }
|
|
@@ -2430,11 +2430,6 @@
|
|
|
2430
2430
|
}
|
|
2431
2431
|
}
|
|
2432
2432
|
}
|
|
2433
|
-
if (!Builder.isReact) {
|
|
2434
|
-
// TODO: remove me once v1 page editors converted to v2
|
|
2435
|
-
// queryParams.extractCss = true;
|
|
2436
|
-
queryParams.prerender = true;
|
|
2437
|
-
}
|
|
2438
2433
|
for (var _i = 0, queue_2 = queue; _i < queue_2.length; _i++) {
|
|
2439
2434
|
var options = queue_2[_i];
|
|
2440
2435
|
if (options.format) {
|