@builder.io/sdk-qwik 0.7.1-1 → 0.7.1-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
- package/lib/index.qwik.cjs +0 -8790
- package/lib/index.qwik.mjs +0 -8790
|
@@ -3100,7 +3100,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3100
3100
|
}
|
|
3101
3101
|
};
|
|
3102
3102
|
};
|
|
3103
|
-
const SDK_VERSION = "0.7.1-
|
|
3103
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3104
3104
|
const registry = {};
|
|
3105
3105
|
function register(type, info) {
|
|
3106
3106
|
let typeList = registry[type];
|
|
@@ -3098,7 +3098,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
|
-
const SDK_VERSION = "0.7.1-
|
|
3101
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3102
3102
|
const registry = {};
|
|
3103
3103
|
function register(type, info) {
|
|
3104
3104
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6304,7 +6304,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
};
|
|
6306
6306
|
};
|
|
6307
|
-
const SDK_VERSION = "0.7.1-
|
|
6307
|
+
const SDK_VERSION = "0.7.1-2";
|
|
6308
6308
|
const registry = {};
|
|
6309
6309
|
function register(type, info) {
|
|
6310
6310
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6302,7 +6302,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6302
6302
|
}
|
|
6303
6303
|
};
|
|
6304
6304
|
};
|
|
6305
|
-
const SDK_VERSION = "0.7.1-
|
|
6305
|
+
const SDK_VERSION = "0.7.1-2";
|
|
6306
6306
|
const registry = {};
|
|
6307
6307
|
function register(type, info) {
|
|
6308
6308
|
let typeList = registry[type];
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3100,7 +3100,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3100
3100
|
}
|
|
3101
3101
|
};
|
|
3102
3102
|
};
|
|
3103
|
-
const SDK_VERSION = "0.7.1-
|
|
3103
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3104
3104
|
const registry = {};
|
|
3105
3105
|
function register(type, info) {
|
|
3106
3106
|
let typeList = registry[type];
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3098,7 +3098,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
|
-
const SDK_VERSION = "0.7.1-
|
|
3101
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3102
3102
|
const registry = {};
|
|
3103
3103
|
function register(type, info) {
|
|
3104
3104
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.7.1-
|
|
1
|
+
export declare const SDK_VERSION = "0.7.1-2";
|