@builder.io/sdk-qwik 0.11.1 → 0.11.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/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
|
@@ -3206,7 +3206,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3206
3206
|
}
|
|
3207
3207
|
};
|
|
3208
3208
|
};
|
|
3209
|
-
const SDK_VERSION = "0.11.
|
|
3209
|
+
const SDK_VERSION = "0.11.2";
|
|
3210
3210
|
const registry = {};
|
|
3211
3211
|
function register(type, info) {
|
|
3212
3212
|
let typeList = registry[type];
|
|
@@ -3204,7 +3204,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3204
3204
|
}
|
|
3205
3205
|
};
|
|
3206
3206
|
};
|
|
3207
|
-
const SDK_VERSION = "0.11.
|
|
3207
|
+
const SDK_VERSION = "0.11.2";
|
|
3208
3208
|
const registry = {};
|
|
3209
3209
|
function register(type, info) {
|
|
3210
3210
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6437,7 +6437,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6437
6437
|
}
|
|
6438
6438
|
};
|
|
6439
6439
|
};
|
|
6440
|
-
const SDK_VERSION = "0.11.
|
|
6440
|
+
const SDK_VERSION = "0.11.2";
|
|
6441
6441
|
const registry = {};
|
|
6442
6442
|
function register(type, info) {
|
|
6443
6443
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6435,7 +6435,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6435
6435
|
}
|
|
6436
6436
|
};
|
|
6437
6437
|
};
|
|
6438
|
-
const SDK_VERSION = "0.11.
|
|
6438
|
+
const SDK_VERSION = "0.11.2";
|
|
6439
6439
|
const registry = {};
|
|
6440
6440
|
function register(type, info) {
|
|
6441
6441
|
let typeList = registry[type];
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3307,7 +3307,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3307
3307
|
}
|
|
3308
3308
|
};
|
|
3309
3309
|
};
|
|
3310
|
-
const SDK_VERSION = "0.11.
|
|
3310
|
+
const SDK_VERSION = "0.11.2";
|
|
3311
3311
|
const registry = {};
|
|
3312
3312
|
function register(type, info) {
|
|
3313
3313
|
let typeList = registry[type];
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3305,7 +3305,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3305
3305
|
}
|
|
3306
3306
|
};
|
|
3307
3307
|
};
|
|
3308
|
-
const SDK_VERSION = "0.11.
|
|
3308
|
+
const SDK_VERSION = "0.11.2";
|
|
3309
3309
|
const registry = {};
|
|
3310
3310
|
function register(type, info) {
|
|
3311
3311
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.11.
|
|
1
|
+
export declare const SDK_VERSION = "0.11.2";
|