@ogcio/o11y-sdk-react 0.1.0-beta.5 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0](https://github.com/ogcio/o11y/compare/@ogcio/o11y-sdk-react@v0.1.0-beta.7...@ogcio/o11y-sdk-react@v0.2.0) (2025-06-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * late june deps update ([#154](https://github.com/ogcio/o11y/issues/154)) ([a772622](https://github.com/ogcio/o11y/commit/a7726225a59b2dbcd4326919323d935843b2f93f))
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump @types/node to `24` AB[#29294](https://github.com/ogcio/o11y/issues/29294) ([3c74c28](https://github.com/ogcio/o11y/commit/3c74c28af41af8403220368ac72a90e40c3e15ae))
14
+ * **deps-dev:** bump the root-deps group across 1 directory with 3 updates ([#150](https://github.com/ogcio/o11y/issues/150)) ([9d574d1](https://github.com/ogcio/o11y/commit/9d574d1af0964fc4af991d677b443015921d93f6))
15
+
16
+ ## [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)
17
+
18
+
19
+ ### Features
20
+
21
+ * june deps update ([#147](https://github.com/ogcio/o11y/issues/147)) ([b365a40](https://github.com/ogcio/o11y/commit/b365a4099cdfd8533ffa4948620d29f0044bbd70))
22
+
23
+ ## [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)
24
+
25
+
26
+ ### Features
27
+
28
+ * may deps update ([#136](https://github.com/ogcio/o11y/issues/136)) ([3edd8b1](https://github.com/ogcio/o11y/commit/3edd8b1d823740d555fc4d93be427e9dc1438a95))
29
+
3
30
  ## [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
31
 
5
32
 
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.2.0",
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": "^24.0.3",
33
+ "@vitest/coverage-v8": "^3.2.4",
34
+ "tsx": "^4.20.3",
35
35
  "typescript": "^5.8.3",
36
- "vitest": "^3.1.1"
36
+ "vitest": "^3.2.4"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rm -rf dist && tsc -p tsconfig.json",