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/es.js
CHANGED
|
@@ -881,7 +881,7 @@ var LZString = {
|
|
|
881
881
|
}
|
|
882
882
|
};
|
|
883
883
|
|
|
884
|
-
var version = "1.32.
|
|
884
|
+
var version = "1.32.4";
|
|
885
885
|
|
|
886
886
|
// e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
|
|
887
887
|
|
|
@@ -4075,7 +4075,7 @@ var Decide = /*#__PURE__*/function () {
|
|
|
4075
4075
|
console.error("Error while initializing PostHog app with config id ".concat(id), e);
|
|
4076
4076
|
};
|
|
4077
4077
|
|
|
4078
|
-
window["__$$
|
|
4078
|
+
window["__$$ph_site_app_".concat(id)] = _this2.instance;
|
|
4079
4079
|
document.body.appendChild(script);
|
|
4080
4080
|
};
|
|
4081
4081
|
|