@itwin/core-i18n 5.9.0-dev.13 → 5.9.0-dev.15

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,16 @@
1
1
  # Change Log - @itwin/core-i18n
2
2
 
3
- This log was last generated on Thu, 16 Apr 2026 11:06:21 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 Apr 2026 18:06:53 GMT and should not be manually modified.
4
+
5
+ ## 5.8.4
6
+ Thu, 23 Apr 2026 18:05:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.8.3
11
+ Thu, 23 Apr 2026 14:52:42 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.8.2
6
16
  Thu, 16 Apr 2026 11:05:01 GMT
@@ -20166,9 +20166,7 @@ var Id64;
20166
20166
  * ```
20167
20167
  */
20168
20168
  function iterable(ids) {
20169
- return {
20170
- [Symbol.iterator]: () => iterator(ids),
20171
- };
20169
+ return typeof ids === "string" ? [ids] : ids;
20172
20170
  }
20173
20171
  Id64.iterable = iterable;
20174
20172
  /** Return the first [[Id64String]] of an [[Id64Arg]]. */