posthog-js 1.46.2 → 1.48.0
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 +9 -0
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +1 -8289
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +2 -1
- package/dist/module.js +1 -8295
- package/dist/module.js.map +1 -1
- package/dist/recorder-v2.js +2 -2
- package/dist/recorder-v2.js.map +1 -1
- package/dist/recorder.js +1 -1
- package/dist/recorder.js.map +1 -1
- package/lib/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 1.48.0 - 2023-02-27
|
|
2
|
+
|
|
3
|
+
- fix: apply terser plugin to module.js and es.js (#555)
|
|
4
|
+
|
|
5
|
+
## 1.47.0 - 2023-02-27
|
|
6
|
+
|
|
7
|
+
- chore: no-op change to allow version bump (#554)
|
|
8
|
+
- feat(rrweb): implement rrweb2 dynamic loading on decide (#552)
|
|
9
|
+
|
|
1
10
|
## 1.46.2 - 2023-02-22
|
|
2
11
|
|
|
3
12
|
- no-op change to allow version bump (#549)
|