@itwin/core-i18n 5.1.0-dev.9 → 5.1.1

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.
@@ -15627,7 +15627,7 @@ var GeoServiceStatus;
15627
15627
  GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
15628
15628
  GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
15629
15629
  /**
15630
- * @deprecated in 5.0. This status is never returned.
15630
+ * @deprecated in 5.0 - will not be removed until after 2026-06-13. This status is never returned.
15631
15631
  */
15632
15632
  GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
15633
15633
  })(GeoServiceStatus || (GeoServiceStatus = {}));
@@ -17114,7 +17114,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
17114
17114
  Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
17115
17115
  /**
17116
17116
  * A type guard that checks whether the given argument implements `IDisposable` interface
17117
- * @deprecated in 5.0 Use isDisposable instead.
17117
+ * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use isDisposable instead.
17118
17118
  * @public
17119
17119
  */
17120
17120
  function isIDisposable(obj) {
@@ -17153,7 +17153,7 @@ function disposeArray(list) {
17153
17153
  * of this function is equal to return value of func. If func throws, this function also throws (after
17154
17154
  * disposing the resource).
17155
17155
  * @public
17156
- * @deprecated in 5.0 Use `using` declarations instead.
17156
+ * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `using` declarations instead.
17157
17157
  */
17158
17158
  function using(resources, func) {
17159
17159
  if (!Array.isArray(resources))
@@ -18923,7 +18923,7 @@ class PerfLogger {
18923
18923
  [Symbol.dispose]() {
18924
18924
  this.logMessage();
18925
18925
  }
18926
- /** @deprecated in 5.0 Use [Symbol.dispose] instead. */
18926
+ /** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
18927
18927
  dispose() {
18928
18928
  this[Symbol.dispose]();
18929
18929
  }
@@ -20658,7 +20658,7 @@ __webpack_require__.r(__webpack_exports__);
20658
20658
  /**
20659
20659
  * Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
20660
20660
  * @public
20661
- * @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
20661
+ * @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.
20662
20662
  */
20663
20663
  var SpanKind;
20664
20664
  (function (SpanKind) {
@@ -20718,7 +20718,7 @@ function flattenObject(obj) {
20718
20718
  /**
20719
20719
  * Enables OpenTelemetry tracing in addition to traditional logging.
20720
20720
  * @public
20721
- * @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
20721
+ * @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.
20722
20722
  */
20723
20723
  class Tracing {
20724
20724
  static _tracer;