@itwin/core-i18n 5.10.2 → 5.10.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.
@@ -15734,7 +15734,7 @@ var GeoServiceStatus;
15734
15734
  GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
15735
15735
  GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
15736
15736
  /**
15737
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. This status is never returned.
15737
+ * @deprecated in 5.0 - might be removed in next major version. This status is never returned.
15738
15738
  */
15739
15739
  GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
15740
15740
  })(GeoServiceStatus || (GeoServiceStatus = {}));
@@ -17221,7 +17221,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
17221
17221
  Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
17222
17222
  /**
17223
17223
  * A type guard that checks whether the given argument implements `IDisposable` interface
17224
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use isDisposable instead.
17224
+ * @deprecated in 5.0 - might be removed in next major version. Use isDisposable instead.
17225
17225
  * @public
17226
17226
  */
17227
17227
  function isIDisposable(obj) {
@@ -17260,7 +17260,7 @@ function disposeArray(list) {
17260
17260
  * of this function is equal to return value of func. If func throws, this function also throws (after
17261
17261
  * disposing the resource).
17262
17262
  * @public
17263
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `using` declarations instead.
17263
+ * @deprecated in 5.0 - might be removed in next major version. Use `using` declarations instead.
17264
17264
  */
17265
17265
  function using(resources, func) {
17266
17266
  if (!Array.isArray(resources))
@@ -19103,7 +19103,7 @@ class PerfLogger {
19103
19103
  [Symbol.dispose]() {
19104
19104
  this.logMessage();
19105
19105
  }
19106
- /** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
19106
+ /** @deprecated in 5.0 - might be removed in next major version. Use [Symbol.dispose] instead. */
19107
19107
  dispose() {
19108
19108
  this[Symbol.dispose]();
19109
19109
  }
@@ -20874,7 +20874,7 @@ __webpack_require__.r(__webpack_exports__);
20874
20874
  /**
20875
20875
  * Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
20876
20876
  * @public
20877
- * @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.
20877
+ * @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.
20878
20878
  */
20879
20879
  var SpanKind;
20880
20880
  (function (SpanKind) {
@@ -20934,7 +20934,7 @@ function flattenObject(obj) {
20934
20934
  /**
20935
20935
  * Enables OpenTelemetry tracing in addition to traditional logging.
20936
20936
  * @public
20937
- * @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.
20937
+ * @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.
20938
20938
  */
20939
20939
  class Tracing {
20940
20940
  static _tracer;