@itwin/core-i18n 5.10.1 → 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 +11 -1
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js +137 -137
- package/lib/cjs/test/webpack/bundled-tests.instrumented.js.map +1 -1
- package/lib/cjs/test/webpack/bundled-tests.js +6 -6
- package/lib/cjs/test/webpack/bundled-tests.js.map +1 -1
- package/lib/cjs/test/webpack/vendors-common_temp_node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-24291b.bundled-tests.instrumented.js.map +1 -1
- package/lib/cjs/test/webpack/vendors-common_temp_node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-24291b.bundled-tests.js.map +1 -1
- package/package.json +6 -6
|
@@ -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 -
|
|
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 -
|
|
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 -
|
|
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 -
|
|
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 -
|
|
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 -
|
|
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;
|