@ogcio/o11y-sdk-react 0.1.0-beta.5 → 0.1.0-beta.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.0-beta.7](https://github.com/ogcio/o11y/compare/@ogcio/o11y-sdk-react@v0.1.0-beta.6...@ogcio/o11y-sdk-react@v0.1.0-beta.7) (2025-06-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * june deps update ([#147](https://github.com/ogcio/o11y/issues/147)) ([b365a40](https://github.com/ogcio/o11y/commit/b365a4099cdfd8533ffa4948620d29f0044bbd70))
9
+
10
+ ## [0.1.0-beta.6](https://github.com/ogcio/o11y/compare/@ogcio/o11y-sdk-react@v0.1.0-beta.5...@ogcio/o11y-sdk-react@v0.1.0-beta.6) (2025-05-21)
11
+
12
+
13
+ ### Features
14
+
15
+ * may deps update ([#136](https://github.com/ogcio/o11y/issues/136)) ([3edd8b1](https://github.com/ogcio/o11y/commit/3edd8b1d823740d555fc4d93be427e9dc1438a95))
16
+
3
17
  ## [0.1.0-beta.5](https://github.com/ogcio/o11y/compare/@ogcio/o11y-sdk-react@v0.1.0-beta.4...@ogcio/o11y-sdk-react@v0.1.0-beta.5) (2025-04-09)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ogcio/o11y-sdk-react",
3
- "version": "0.1.0-beta.5",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "Opentelemetry standard instrumentation SDK for React based project",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,21 +19,21 @@
19
19
  "author": "team:ogcio/observability",
20
20
  "license": "ISC",
21
21
  "dependencies": {
22
- "@grafana/faro-react": "^1.15.0",
23
- "@grafana/faro-web-sdk": "^1.15.0",
24
- "@grafana/faro-web-tracing": "^1.15.0",
22
+ "@grafana/faro-react": "^1.18.2",
23
+ "@grafana/faro-web-sdk": "^1.18.2",
24
+ "@grafana/faro-web-tracing": "^1.18.2",
25
25
  "@opentelemetry/api": "^1.9.0",
26
- "@opentelemetry/core": "2.0.0",
27
- "@opentelemetry/instrumentation-document-load": "^0.45.0",
28
- "@opentelemetry/instrumentation-fetch": "^0.200.0",
29
- "@opentelemetry/instrumentation-user-interaction": "^0.45.0"
26
+ "@opentelemetry/core": "2.0.1",
27
+ "@opentelemetry/instrumentation-document-load": "^0.47.0",
28
+ "@opentelemetry/instrumentation-fetch": "^0.202.0",
29
+ "@opentelemetry/instrumentation-user-interaction": "^0.47.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "^22.14.0",
33
- "@vitest/coverage-v8": "^3.1.1",
34
- "tsx": "^4.19.3",
32
+ "@types/node": "^22.15.29",
33
+ "@vitest/coverage-v8": "^3.2.1",
34
+ "tsx": "^4.19.4",
35
35
  "typescript": "^5.8.3",
36
- "vitest": "^3.1.1"
36
+ "vitest": "^3.2.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rm -rf dist && tsc -p tsconfig.json",