@itwin/core-i18n 5.1.0-dev.4 → 5.1.0-dev.40

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 CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/core-i18n
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Jun 2025 13:44:02 GMT and should not be manually modified.
4
+
5
+ ## 4.11.5
6
+ Fri, 06 Jun 2025 13:41:18 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.11.4
11
+ Tue, 03 Jun 2025 16:15:19 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.11.3
16
+ Wed, 28 May 2025 13:56:22 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.11.2
21
+ Tue, 20 May 2025 20:14:45 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.11.1
26
+ Wed, 30 Apr 2025 13:13:21 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 4.11.0
31
+ Wed, 16 Apr 2025 15:50:28 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 4.10.13
6
36
  Thu, 10 Apr 2025 17:47:21 GMT
@@ -23136,7 +23136,7 @@ __webpack_require__.r(__webpack_exports__);
23136
23136
  /**
23137
23137
  * Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
23138
23138
  * @public
23139
- * @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23139
+ * @deprecated in 4.4 - might be removed in next major version. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23140
23140
  */
23141
23141
  var SpanKind;
23142
23142
  (function (SpanKind) {
@@ -23196,7 +23196,7 @@ function flattenObject(obj) {
23196
23196
  /**
23197
23197
  * Enables OpenTelemetry tracing in addition to traditional logging.
23198
23198
  * @public
23199
- * @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23199
+ * @deprecated in 4.4 - might be removed in next major version. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23200
23200
  */
23201
23201
  class Tracing {
23202
23202
  static _tracer;