@equinor/fusion-framework-module-analytics 2.0.0 → 2.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 +23 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +10 -10
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @equinor/fusion-framework-module-analytics
|
|
2
2
|
|
|
3
|
+
## 2.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a6355fe: Internal: bump `uuid` from `13.0.0` to `14.0.0`.
|
|
8
|
+
- Updated dependencies [a6355fe]
|
|
9
|
+
- @equinor/fusion-framework-module-app@8.0.1
|
|
10
|
+
- @equinor/fusion-observable@9.0.1
|
|
11
|
+
|
|
12
|
+
## 2.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- faaba9f: Internal: Bump OpenTelemetry dependencies from 0.214.0 to 0.215.0 (`@opentelemetry/api-logs`, `exporter-logs-otlp-http`, `otlp-exporter-base`, `otlp-transformer`, `sdk-logs`) and `@opentelemetry/resources` from 2.6.1 to 2.7.0.
|
|
17
|
+
|
|
18
|
+
## 2.0.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 3198879: Internal: update OpenTelemetry dependencies (0.213.x → 0.214.x, resources 2.6.0 → 2.6.1).
|
|
23
|
+
|
|
24
|
+
Bumps all bundled OpenTelemetry packages used by the analytics module to the latest stable versions. Includes new features in the experimental packages (sampler and resource detection config, `OTEL_CONFIG_FILE` rename) and minor fixes. No changes to the public API surface of this module.
|
|
25
|
+
|
|
3
26
|
## 2.0.0
|
|
4
27
|
|
|
5
28
|
### Major Changes
|
package/dist/esm/version.js
CHANGED