@builder.io/sdk-qwik 0.6.1 → 0.6.2

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.
@@ -3092,7 +3092,7 @@ const getInteractionPropertiesForEvent = (event) => {
3092
3092
  }
3093
3093
  };
3094
3094
  };
3095
- const SDK_VERSION = "0.6.1";
3095
+ const SDK_VERSION = "0.6.2";
3096
3096
  const registry = {};
3097
3097
  function register(type, info) {
3098
3098
  let typeList = registry[type];
@@ -3090,7 +3090,7 @@ const getInteractionPropertiesForEvent = (event) => {
3090
3090
  }
3091
3091
  };
3092
3092
  };
3093
- const SDK_VERSION = "0.6.1";
3093
+ const SDK_VERSION = "0.6.2";
3094
3094
  const registry = {};
3095
3095
  function register(type, info) {
3096
3096
  let typeList = registry[type];
@@ -6296,7 +6296,7 @@ const getInteractionPropertiesForEvent = (event) => {
6296
6296
  }
6297
6297
  };
6298
6298
  };
6299
- const SDK_VERSION = "0.6.1";
6299
+ const SDK_VERSION = "0.6.2";
6300
6300
  const registry = {};
6301
6301
  function register(type, info) {
6302
6302
  let typeList = registry[type];
@@ -6294,7 +6294,7 @@ const getInteractionPropertiesForEvent = (event) => {
6294
6294
  }
6295
6295
  };
6296
6296
  };
6297
- const SDK_VERSION = "0.6.1";
6297
+ const SDK_VERSION = "0.6.2";
6298
6298
  const registry = {};
6299
6299
  function register(type, info) {
6300
6300
  let typeList = registry[type];
@@ -3092,7 +3092,7 @@ const getInteractionPropertiesForEvent = (event) => {
3092
3092
  }
3093
3093
  };
3094
3094
  };
3095
- const SDK_VERSION = "0.6.1";
3095
+ const SDK_VERSION = "0.6.2";
3096
3096
  const registry = {};
3097
3097
  function register(type, info) {
3098
3098
  let typeList = registry[type];
@@ -3090,7 +3090,7 @@ const getInteractionPropertiesForEvent = (event) => {
3090
3090
  }
3091
3091
  };
3092
3092
  };
3093
- const SDK_VERSION = "0.6.1";
3093
+ const SDK_VERSION = "0.6.2";
3094
3094
  const registry = {};
3095
3095
  function register(type, info) {
3096
3096
  let typeList = registry[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Builder.io Qwik SDK",
5
5
  "type": "module",
6
6
  "main": "./lib/edge/index.qwik.cjs",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.6.1";
1
+ export declare const SDK_VERSION = "0.6.2";