@builder.io/sdk-qwik 0.6.5-2 → 0.6.5-4
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 +2 -2
- package/types/src/constants/sdk-version.d.ts +1 -1
|
@@ -3097,7 +3097,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3097
3097
|
}
|
|
3098
3098
|
};
|
|
3099
3099
|
};
|
|
3100
|
-
const SDK_VERSION = "0.6.5-
|
|
3100
|
+
const SDK_VERSION = "0.6.5-4";
|
|
3101
3101
|
const registry = {};
|
|
3102
3102
|
function register(type, info) {
|
|
3103
3103
|
let typeList = registry[type];
|
|
@@ -3095,7 +3095,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
};
|
|
3097
3097
|
};
|
|
3098
|
-
const SDK_VERSION = "0.6.5-
|
|
3098
|
+
const SDK_VERSION = "0.6.5-4";
|
|
3099
3099
|
const registry = {};
|
|
3100
3100
|
function register(type, info) {
|
|
3101
3101
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6301,7 +6301,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6301
6301
|
}
|
|
6302
6302
|
};
|
|
6303
6303
|
};
|
|
6304
|
-
const SDK_VERSION = "0.6.5-
|
|
6304
|
+
const SDK_VERSION = "0.6.5-4";
|
|
6305
6305
|
const registry = {};
|
|
6306
6306
|
function register(type, info) {
|
|
6307
6307
|
let typeList = registry[type];
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6299,7 +6299,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6299
6299
|
}
|
|
6300
6300
|
};
|
|
6301
6301
|
};
|
|
6302
|
-
const SDK_VERSION = "0.6.5-
|
|
6302
|
+
const SDK_VERSION = "0.6.5-4";
|
|
6303
6303
|
const registry = {};
|
|
6304
6304
|
function register(type, info) {
|
|
6305
6305
|
let typeList = registry[type];
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3097,7 +3097,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3097
3097
|
}
|
|
3098
3098
|
};
|
|
3099
3099
|
};
|
|
3100
|
-
const SDK_VERSION = "0.6.5-
|
|
3100
|
+
const SDK_VERSION = "0.6.5-4";
|
|
3101
3101
|
const registry = {};
|
|
3102
3102
|
function register(type, info) {
|
|
3103
3103
|
let typeList = registry[type];
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3095,7 +3095,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
};
|
|
3097
3097
|
};
|
|
3098
|
-
const SDK_VERSION = "0.6.5-
|
|
3098
|
+
const SDK_VERSION = "0.6.5-4";
|
|
3099
3099
|
const registry = {};
|
|
3100
3100
|
function register(type, info) {
|
|
3101
3101
|
let typeList = registry[type];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder.io/sdk-qwik",
|
|
3
|
-
"version": "0.6.5-
|
|
3
|
+
"version": "0.6.5-4",
|
|
4
4
|
"description": "Builder.io Qwik SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/edge/index.qwik.cjs",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
|
-
"
|
|
92
|
+
"release": "npm publish",
|
|
93
93
|
"typecheck": "tsc --noEmit",
|
|
94
94
|
"tsc": "tsc",
|
|
95
95
|
"build": "nx run-many -p @builder.io/sdk-qwik -t tsc build:node build:edge build:browser",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.6.5-
|
|
1
|
+
export declare const SDK_VERSION = "0.6.5-4";
|