@launchdarkly/browser-telemetry 1.0.2 → 1.0.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 +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.3](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.2...browser-telemetry-v1.0.3) (2025-03-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @launchdarkly/js-client-sdk bumped from 0.4.1 to 0.5.0
|
|
11
|
+
|
|
3
12
|
## [1.0.2](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.1...browser-telemetry-v1.0.2) (2025-02-28)
|
|
4
13
|
|
|
5
14
|
|
|
@@ -60,7 +69,7 @@
|
|
|
60
69
|
|
|
61
70
|
### ⚠ BREAKING CHANGES
|
|
62
71
|
|
|
63
|
-
* Updated AI
|
|
72
|
+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697))
|
|
64
73
|
|
|
65
74
|
### Features
|
|
66
75
|
|
|
@@ -80,7 +89,7 @@
|
|
|
80
89
|
* Random uuid for telemetry package. ([#689](https://github.com/launchdarkly/js-core/issues/689)) ([4cf34f9](https://github.com/launchdarkly/js-core/commit/4cf34f94f9d1a1949462187d09e7d84b096edb15))
|
|
81
90
|
* Rename initializeTelemetryInstance to initTelemetryInstance for consistency with initTelemetry. ([257734f](https://github.com/launchdarkly/js-core/commit/257734f74d5c36d9e68441d6ca7dd7d1a6a2ba9b))
|
|
82
91
|
* Source maps with inline sources for browser-telemetry. ([#735](https://github.com/launchdarkly/js-core/issues/735)) ([1656a85](https://github.com/launchdarkly/js-core/commit/1656a856e412a661af26ed08620aebedf2064ae1))
|
|
83
|
-
* Updated AI
|
|
92
|
+
* Updated AI Config interface. ([#697](https://github.com/launchdarkly/js-core/issues/697)) ([cd72ea8](https://github.com/launchdarkly/js-core/commit/cd72ea8193888b0635b5beffa0a877b18294777e))
|
|
84
93
|
* Vendor TraceKit ([d1b364e](https://github.com/launchdarkly/js-core/commit/d1b364eaf08502b8b7d65c124833b617577fd081))
|
|
85
94
|
|
|
86
95
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/browser-telemetry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"packageManager": "yarn@3.4.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@jest/globals": "^29.7.0",
|
|
48
|
-
"@launchdarkly/js-client-sdk": "0.
|
|
48
|
+
"@launchdarkly/js-client-sdk": "0.5.0",
|
|
49
49
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
50
50
|
"@types/css-font-loading-module": "^0.0.13",
|
|
51
51
|
"@types/jest": "^29.5.11",
|