@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.
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/core-i18n
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 16 Jun 2026 12:58:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.10.3
|
|
6
|
+
Tue, 16 Jun 2026 12:58:32 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.10.2
|
|
6
11
|
Thu, 11 Jun 2026 21:09:38 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 -
|
|
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 = {}));
|
|
@@ -19699,7 +19699,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
|
|
|
19699
19699
|
Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
|
|
19700
19700
|
/**
|
|
19701
19701
|
* A type guard that checks whether the given argument implements `IDisposable` interface
|
|
19702
|
-
* @deprecated in 5.0 -
|
|
19702
|
+
* @deprecated in 5.0 - might be removed in next major version. Use isDisposable instead.
|
|
19703
19703
|
* @public
|
|
19704
19704
|
*/
|
|
19705
19705
|
function isIDisposable(obj) {
|
|
@@ -19738,7 +19738,7 @@ function disposeArray(list) {
|
|
|
19738
19738
|
* of this function is equal to return value of func. If func throws, this function also throws (after
|
|
19739
19739
|
* disposing the resource).
|
|
19740
19740
|
* @public
|
|
19741
|
-
* @deprecated in 5.0 -
|
|
19741
|
+
* @deprecated in 5.0 - might be removed in next major version. Use `using` declarations instead.
|
|
19742
19742
|
*/
|
|
19743
19743
|
function using(resources, func) {
|
|
19744
19744
|
if (!Array.isArray(resources))
|
|
@@ -21581,7 +21581,7 @@ class PerfLogger {
|
|
|
21581
21581
|
[Symbol.dispose]() {
|
|
21582
21582
|
this.logMessage();
|
|
21583
21583
|
}
|
|
21584
|
-
/** @deprecated in 5.0 -
|
|
21584
|
+
/** @deprecated in 5.0 - might be removed in next major version. Use [Symbol.dispose] instead. */
|
|
21585
21585
|
dispose() {
|
|
21586
21586
|
this[Symbol.dispose]();
|
|
21587
21587
|
}
|
|
@@ -23352,7 +23352,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23352
23352
|
/**
|
|
23353
23353
|
* Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
|
|
23354
23354
|
* @public
|
|
23355
|
-
* @deprecated in 4.4 -
|
|
23355
|
+
* @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.
|
|
23356
23356
|
*/
|
|
23357
23357
|
var SpanKind;
|
|
23358
23358
|
(function (SpanKind) {
|
|
@@ -23412,7 +23412,7 @@ function flattenObject(obj) {
|
|
|
23412
23412
|
/**
|
|
23413
23413
|
* Enables OpenTelemetry tracing in addition to traditional logging.
|
|
23414
23414
|
* @public
|
|
23415
|
-
* @deprecated in 4.4 -
|
|
23415
|
+
* @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.
|
|
23416
23416
|
*/
|
|
23417
23417
|
class Tracing {
|
|
23418
23418
|
static _tracer;
|