@itwin/core-i18n 5.12.0-dev.2 → 5.12.0-dev.5

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,11 @@
1
1
  # Change Log - @itwin/core-i18n
2
2
 
3
- This log was last generated on Tue, 16 Jun 2026 13:00:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Jul 2026 13:06:57 GMT and should not be manually modified.
4
+
5
+ ## 5.11.0
6
+ Fri, 03 Jul 2026 13:05:21 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.10.3
6
11
  Tue, 16 Jun 2026 12:58:32 GMT
@@ -18212,7 +18212,7 @@ var GeoServiceStatus;
18212
18212
  GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
18213
18213
  GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
18214
18214
  /**
18215
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. This status is never returned.
18215
+ * @deprecated in 5.0 - might be removed in next major version. This status is never returned.
18216
18216
  */
18217
18217
  GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
18218
18218
  })(GeoServiceStatus || (GeoServiceStatus = {}));
@@ -19712,7 +19712,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
19712
19712
  Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
19713
19713
  /**
19714
19714
  * A type guard that checks whether the given argument implements `IDisposable` interface
19715
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use isDisposable instead.
19715
+ * @deprecated in 5.0 - might be removed in next major version. Use isDisposable instead.
19716
19716
  * @public
19717
19717
  */
19718
19718
  function isIDisposable(obj) {
@@ -19751,7 +19751,7 @@ function disposeArray(list) {
19751
19751
  * of this function is equal to return value of func. If func throws, this function also throws (after
19752
19752
  * disposing the resource).
19753
19753
  * @public
19754
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `using` declarations instead.
19754
+ * @deprecated in 5.0 - might be removed in next major version. Use `using` declarations instead.
19755
19755
  */
19756
19756
  function using(resources, func) {
19757
19757
  if (!Array.isArray(resources))
@@ -21594,7 +21594,7 @@ class PerfLogger {
21594
21594
  [Symbol.dispose]() {
21595
21595
  this.logMessage();
21596
21596
  }
21597
- /** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
21597
+ /** @deprecated in 5.0 - might be removed in next major version. Use [Symbol.dispose] instead. */
21598
21598
  dispose() {
21599
21599
  this[Symbol.dispose]();
21600
21600
  }
@@ -23365,7 +23365,7 @@ __webpack_require__.r(__webpack_exports__);
23365
23365
  /**
23366
23366
  * Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
23367
23367
  * @public
23368
- * @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23368
+ * @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.
23369
23369
  */
23370
23370
  var SpanKind;
23371
23371
  (function (SpanKind) {
@@ -23425,7 +23425,7 @@ function flattenObject(obj) {
23425
23425
  /**
23426
23426
  * Enables OpenTelemetry tracing in addition to traditional logging.
23427
23427
  * @public
23428
- * @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
23428
+ * @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.
23429
23429
  */
23430
23430
  class Tracing {
23431
23431
  static _tracer;