@builder.io/sdk-qwik 0.11.5 → 0.12.0
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/browser/index.qwik.cjs +1 -1
- package/lib/browser/index.qwik.mjs +1 -1
- package/lib/edge/index.qwik.cjs +1 -1
- package/lib/edge/index.qwik.mjs +1 -1
- package/lib/node/index.qwik.cjs +1 -1
- package/lib/node/index.qwik.mjs +1 -1
- package/package.json +1 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
|
@@ -3182,7 +3182,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3182
3182
|
}
|
|
3183
3183
|
};
|
|
3184
3184
|
};
|
|
3185
|
-
const SDK_VERSION = "0.
|
|
3185
|
+
const SDK_VERSION = "0.12.0";
|
|
3186
3186
|
const registry = {};
|
|
3187
3187
|
function register(type, info) {
|
|
3188
3188
|
let typeList = registry[type];
|
|
@@ -3180,7 +3180,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3180
3180
|
}
|
|
3181
3181
|
};
|
|
3182
3182
|
};
|
|
3183
|
-
const SDK_VERSION = "0.
|
|
3183
|
+
const SDK_VERSION = "0.12.0";
|
|
3184
3184
|
const registry = {};
|
|
3185
3185
|
function register(type, info) {
|
|
3186
3186
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6413,7 +6413,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6413
6413
|
}
|
|
6414
6414
|
};
|
|
6415
6415
|
};
|
|
6416
|
-
const SDK_VERSION = "0.
|
|
6416
|
+
const SDK_VERSION = "0.12.0";
|
|
6417
6417
|
const registry = {};
|
|
6418
6418
|
function register(type, info) {
|
|
6419
6419
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6411,7 +6411,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6411
6411
|
}
|
|
6412
6412
|
};
|
|
6413
6413
|
};
|
|
6414
|
-
const SDK_VERSION = "0.
|
|
6414
|
+
const SDK_VERSION = "0.12.0";
|
|
6415
6415
|
const registry = {};
|
|
6416
6416
|
function register(type, info) {
|
|
6417
6417
|
let typeList = registry[type];
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3283,7 +3283,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3283
3283
|
}
|
|
3284
3284
|
};
|
|
3285
3285
|
};
|
|
3286
|
-
const SDK_VERSION = "0.
|
|
3286
|
+
const SDK_VERSION = "0.12.0";
|
|
3287
3287
|
const registry = {};
|
|
3288
3288
|
function register(type, info) {
|
|
3289
3289
|
let typeList = registry[type];
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3281,7 +3281,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3281
3281
|
}
|
|
3282
3282
|
};
|
|
3283
3283
|
};
|
|
3284
|
-
const SDK_VERSION = "0.
|
|
3284
|
+
const SDK_VERSION = "0.12.0";
|
|
3285
3285
|
const registry = {};
|
|
3286
3286
|
function register(type, info) {
|
|
3287
3287
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.12.0";
|