@launchdarkly/browser-telemetry 1.0.7 → 1.0.9
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 +18 -0
- package/README.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.9](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.8...browser-telemetry-v1.0.9) (2025-06-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @launchdarkly/js-client-sdk bumped from 0.7.0 to 0.7.1
|
|
11
|
+
|
|
12
|
+
## [1.0.8](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.7...browser-telemetry-v1.0.8) (2025-05-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* The following workspace dependencies were updated
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @launchdarkly/js-client-sdk bumped from 0.6.0 to 0.7.0
|
|
20
|
+
|
|
3
21
|
## [1.0.7](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v1.0.6...browser-telemetry-v1.0.7) (2025-04-29)
|
|
4
22
|
|
|
5
23
|
|
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
> [!CAUTION]
|
|
2
|
+
> This package is deprecated. The functionality provided by this package has been replaced by the [`@launchdarkly/observability`](https://github.com/launchdarkly/observability-sdk/tree/main/sdk/%40launchdarkly/observability) plugin. This package will continue to function, but migration to the new package is recommended.
|
|
3
|
+
|
|
4
|
+
|
|
1
5
|
# Telemetry integration for LaunchDarkly browser SDKs.
|
|
2
6
|
|
|
3
7
|
[![NPM][browser-telemetry-npm-badge]][browser-telemetry-npm-link]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/browser-telemetry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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.7.1",
|
|
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",
|