posthog-js 1.32.3 → 1.32.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/CHANGELOG.md +4 -0
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +2 -2
- package/dist/es.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -885,7 +885,7 @@ var LZString = {
|
|
|
885
885
|
}
|
|
886
886
|
};
|
|
887
887
|
|
|
888
|
-
var version = "1.32.
|
|
888
|
+
var version = "1.32.4";
|
|
889
889
|
|
|
890
890
|
// e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
|
|
891
891
|
|
|
@@ -4079,7 +4079,7 @@ var Decide = /*#__PURE__*/function () {
|
|
|
4079
4079
|
console.error("Error while initializing PostHog app with config id ".concat(id), e);
|
|
4080
4080
|
};
|
|
4081
4081
|
|
|
4082
|
-
window["__$$
|
|
4082
|
+
window["__$$ph_site_app_".concat(id)] = _this2.instance;
|
|
4083
4083
|
document.body.appendChild(script);
|
|
4084
4084
|
};
|
|
4085
4085
|
|