@posthog/browser-common 0.7.0 → 0.7.1
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/dist/config.js
CHANGED
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
default: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
28
28
|
});
|
|
29
|
-
const packageVersion = "0.7.
|
|
29
|
+
const packageVersion = "0.7.1";
|
|
30
30
|
const Config = {
|
|
31
31
|
DEBUG: false,
|
|
32
32
|
LIB_VERSION: packageVersion,
|
package/dist/config.mjs
CHANGED
|
@@ -422,6 +422,7 @@ function getNestedSpanText(target) {
|
|
|
422
422
|
return text;
|
|
423
423
|
}
|
|
424
424
|
function getElementsChainString(elements) {
|
|
425
|
+
if (!(0, core_namespaceObject.isArray)(elements)) return '';
|
|
425
426
|
return elementsToString(extractElements(elements));
|
|
426
427
|
}
|
|
427
428
|
function escapeQuotes(input) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/browser-common",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Internal shared browser utilities and extension primitives for PostHog Browser SDKs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@posthog/core": "^1.
|
|
76
|
+
"@posthog/core": "^1.50.0",
|
|
77
77
|
"@posthog/types": "^1.407.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|