posthog-js 1.63.1 → 1.63.3
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 +8 -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 -1
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +465 -7
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/recorder-v2.js.map +1 -1
- package/dist/recorder.js.map +1 -1
- package/lib/package.json +6 -16
- package/package.json +6 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 1.63.3 - 2023-06-02
|
|
2
|
+
|
|
3
|
+
- fix: Typescript import issue with rrweb (#670)
|
|
4
|
+
|
|
5
|
+
## 1.63.2 - 2023-06-01
|
|
6
|
+
|
|
7
|
+
- fix: only allow exception capture on remote enabled (#659)
|
|
8
|
+
|
|
1
9
|
## 1.63.1 - 2023-05-31
|
|
2
10
|
|
|
3
11
|
- fix: performance observer is not always available (#663)
|