@builder.io/sdk-qwik 0.5.1 → 0.5.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.
package/lib/index.qwik.cjs
CHANGED
|
@@ -11115,7 +11115,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
11115
11115
|
}
|
|
11116
11116
|
};
|
|
11117
11117
|
};
|
|
11118
|
-
const SDK_VERSION = "0.5.
|
|
11118
|
+
const SDK_VERSION = "0.5.2";
|
|
11119
11119
|
const registry = {};
|
|
11120
11120
|
function register(type, info) {
|
|
11121
11121
|
let typeList = registry[type];
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -11113,7 +11113,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
11113
11113
|
}
|
|
11114
11114
|
};
|
|
11115
11115
|
};
|
|
11116
|
-
const SDK_VERSION = "0.5.
|
|
11116
|
+
const SDK_VERSION = "0.5.2";
|
|
11117
11117
|
const registry = {};
|
|
11118
11118
|
function register(type, info) {
|
|
11119
11119
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.5.
|
|
1
|
+
export declare const SDK_VERSION = "0.5.2";
|