@itwin/core-i18n 5.8.0-dev.2 → 5.8.0-dev.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 Thu, 26 Feb 2026 22:18:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 18:22:47 GMT and should not be manually modified.
4
+
5
+ ## 5.7.0
6
+ Tue, 03 Mar 2026 18:21:20 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.6.2
6
11
  Thu, 26 Feb 2026 22:14:46 GMT
@@ -21403,7 +21403,7 @@ class Logger {
21403
21403
  * @param category The category of the message.
21404
21404
  * @param err The exception object.
21405
21405
  * @param log The logger output function to use - defaults to Logger.logError
21406
- * @deprecated in 5.6. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
21406
+ * @deprecated in 5.6 - will not be removed until after 2027-03-03. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
21407
21407
  */
21408
21408
  static logException(category, err, log = (_category, message, metaData) => Logger.logError(_category, message, metaData)) {
21409
21409
  log(category, Logger.getExceptionMessage(err), () => {
@@ -18925,7 +18925,7 @@ class Logger {
18925
18925
  * @param category The category of the message.
18926
18926
  * @param err The exception object.
18927
18927
  * @param log The logger output function to use - defaults to Logger.logError
18928
- * @deprecated in 5.6. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
18928
+ * @deprecated in 5.6 - will not be removed until after 2027-03-03. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
18929
18929
  */
18930
18930
  static logException(category, err, log = (_category, message, metaData) => Logger.logError(_category, message, metaData)) {
18931
18931
  log(category, Logger.getExceptionMessage(err), () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-i18n",
3
- "version": "5.8.0-dev.2",
3
+ "version": "5.8.0-dev.3",
4
4
  "description": "iTwin.js localization code",
5
5
  "main": "lib/cjs/core-i18n.js",
6
6
  "module": "lib/esm/core-i18n.js",
@@ -21,7 +21,7 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "5.8.0-dev.2"
24
+ "@itwin/core-bentley": "5.8.0-dev.3"
25
25
  },
26
26
  "//devDependencies": [
27
27
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -44,10 +44,10 @@
44
44
  "typescript": "~5.6.2",
45
45
  "webpack": "^5.97.1",
46
46
  "webpack-cli": "^5.0.1",
47
- "@itwin/build-tools": "5.8.0-dev.2",
48
- "@itwin/certa": "5.8.0-dev.2",
49
- "@itwin/core-common": "5.8.0-dev.2",
50
- "@itwin/core-bentley": "5.8.0-dev.2"
47
+ "@itwin/build-tools": "5.8.0-dev.3",
48
+ "@itwin/certa": "5.8.0-dev.3",
49
+ "@itwin/core-bentley": "5.8.0-dev.3",
50
+ "@itwin/core-common": "5.8.0-dev.3"
51
51
  },
52
52
  "//dependencies": [
53
53
  "NOTE: these dependencies are specific to core-i18n",