@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.
@@ -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.0";
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.0";
3562
+ const SDK_VERSION = "0.13.1";
3563
3563
  const registry = {};
3564
3564
  function register(type, info) {
3565
3565
  let typeList = registry[type];
@@ -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.0";
6795
+ const SDK_VERSION = "0.13.1";
6796
6796
  const registry = {};
6797
6797
  function register(type, info) {
6798
6798
  let typeList = registry[type];
@@ -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.0";
6793
+ const SDK_VERSION = "0.13.1";
6794
6794
  const registry = {};
6795
6795
  function register(type, info) {
6796
6796
  let typeList = registry[type];
@@ -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.0";
3665
+ const SDK_VERSION = "0.13.1";
3666
3666
  const registry = {};
3667
3667
  function register(type, info) {
3668
3668
  let typeList = registry[type];
@@ -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.0";
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.13.0";
1
+ export declare const SDK_VERSION = "0.13.1";
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};