@builder.io/sdk-qwik 0.13.0 → 0.13.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/lib/browser/index.qwik.cjs +1 -1
- package/lib/browser/index.qwik.mjs +1 -1
- package/lib/edge/index.qwik.cjs +1 -1
- package/lib/edge/index.qwik.mjs +1 -1
- package/lib/node/index.qwik.cjs +1 -1
- package/lib/node/index.qwik.mjs +1 -1
- package/package.json +1 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
- package/types/src/helpers/preview-lru-cache/helpers.d.ts +1 -0
- package/types/src/helpers/preview-lru-cache/types.d.ts +1 -0
|
@@ -3561,7 +3561,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
3561
3561
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
3562
3562
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
3563
3563
|
}
|
|
3564
|
-
const SDK_VERSION = "0.13.
|
|
3564
|
+
const SDK_VERSION = "0.13.1";
|
|
3565
3565
|
const registry = {};
|
|
3566
3566
|
function register(type, info) {
|
|
3567
3567
|
let typeList = registry[type];
|
|
@@ -3559,7 +3559,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
3559
3559
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
3560
3560
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
3561
3561
|
}
|
|
3562
|
-
const SDK_VERSION = "0.13.
|
|
3562
|
+
const SDK_VERSION = "0.13.1";
|
|
3563
3563
|
const registry = {};
|
|
3564
3564
|
function register(type, info) {
|
|
3565
3565
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6792,7 +6792,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
6792
6792
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
6793
6793
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
6794
6794
|
}
|
|
6795
|
-
const SDK_VERSION = "0.13.
|
|
6795
|
+
const SDK_VERSION = "0.13.1";
|
|
6796
6796
|
const registry = {};
|
|
6797
6797
|
function register(type, info) {
|
|
6798
6798
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6790,7 +6790,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
6790
6790
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
6791
6791
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
6792
6792
|
}
|
|
6793
|
-
const SDK_VERSION = "0.13.
|
|
6793
|
+
const SDK_VERSION = "0.13.1";
|
|
6794
6794
|
const registry = {};
|
|
6795
6795
|
function register(type, info) {
|
|
6796
6796
|
let typeList = registry[type];
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3662,7 +3662,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
3662
3662
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
3663
3663
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
3664
3664
|
}
|
|
3665
|
-
const SDK_VERSION = "0.13.
|
|
3665
|
+
const SDK_VERSION = "0.13.1";
|
|
3666
3666
|
const registry = {};
|
|
3667
3667
|
function register(type, info) {
|
|
3668
3668
|
let typeList = registry[type];
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3660,7 +3660,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
3660
3660
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
3661
3661
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
3662
3662
|
}
|
|
3663
|
-
const SDK_VERSION = "0.13.
|
|
3663
|
+
const SDK_VERSION = "0.13.1";
|
|
3664
3664
|
const registry = {};
|
|
3665
3665
|
function register(type, info) {
|
|
3666
3666
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.13.
|
|
1
|
+
export declare const SDK_VERSION = "0.13.1";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|