@builder.io/sdk-qwik 0.7.1 → 0.7.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.
@@ -3219,7 +3219,7 @@ const getInteractionPropertiesForEvent = (event) => {
3219
3219
  }
3220
3220
  };
3221
3221
  };
3222
- const SDK_VERSION = "0.7.1";
3222
+ const SDK_VERSION = "0.7.2";
3223
3223
  const registry = {};
3224
3224
  function register(type, info) {
3225
3225
  let typeList = registry[type];
@@ -3217,7 +3217,7 @@ const getInteractionPropertiesForEvent = (event) => {
3217
3217
  }
3218
3218
  };
3219
3219
  };
3220
- const SDK_VERSION = "0.7.1";
3220
+ const SDK_VERSION = "0.7.2";
3221
3221
  const registry = {};
3222
3222
  function register(type, info) {
3223
3223
  let typeList = registry[type];
@@ -6450,7 +6450,7 @@ const getInteractionPropertiesForEvent = (event) => {
6450
6450
  }
6451
6451
  };
6452
6452
  };
6453
- const SDK_VERSION = "0.7.1";
6453
+ const SDK_VERSION = "0.7.2";
6454
6454
  const registry = {};
6455
6455
  function register(type, info) {
6456
6456
  let typeList = registry[type];
@@ -6448,7 +6448,7 @@ const getInteractionPropertiesForEvent = (event) => {
6448
6448
  }
6449
6449
  };
6450
6450
  };
6451
- const SDK_VERSION = "0.7.1";
6451
+ const SDK_VERSION = "0.7.2";
6452
6452
  const registry = {};
6453
6453
  function register(type, info) {
6454
6454
  let typeList = registry[type];
@@ -3320,7 +3320,7 @@ const getInteractionPropertiesForEvent = (event) => {
3320
3320
  }
3321
3321
  };
3322
3322
  };
3323
- const SDK_VERSION = "0.7.1";
3323
+ const SDK_VERSION = "0.7.2";
3324
3324
  const registry = {};
3325
3325
  function register(type, info) {
3326
3326
  let typeList = registry[type];
@@ -3318,7 +3318,7 @@ const getInteractionPropertiesForEvent = (event) => {
3318
3318
  }
3319
3319
  };
3320
3320
  };
3321
- const SDK_VERSION = "0.7.1";
3321
+ const SDK_VERSION = "0.7.2";
3322
3322
  const registry = {};
3323
3323
  function register(type, info) {
3324
3324
  let typeList = registry[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.7.1",
3
+ "version": "0.7.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.7.1";
1
+ export declare const SDK_VERSION = "0.7.2";