@builder.io/sdk-qwik 0.5.6 → 0.5.7

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.
@@ -6338,7 +6338,7 @@ const getInteractionPropertiesForEvent = (event) => {
6338
6338
  }
6339
6339
  };
6340
6340
  };
6341
- const SDK_VERSION = "0.5.6";
6341
+ const SDK_VERSION = "0.5.7";
6342
6342
  const registry = {};
6343
6343
  function register(type, info) {
6344
6344
  let typeList = registry[type];
@@ -6336,7 +6336,7 @@ const getInteractionPropertiesForEvent = (event) => {
6336
6336
  }
6337
6337
  };
6338
6338
  };
6339
- const SDK_VERSION = "0.5.6";
6339
+ const SDK_VERSION = "0.5.7";
6340
6340
  const registry = {};
6341
6341
  function register(type, info) {
6342
6342
  let typeList = registry[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Builder.io Qwik SDK",
5
5
  "type": "module",
6
6
  "main": "./lib/index.qwik.cjs",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.5.6";
1
+ export declare const SDK_VERSION = "0.5.7";