@itwin/core-i18n 4.8.0-dev.17 → 4.8.0-dev.19
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.
|
@@ -19839,7 +19839,7 @@ var CompressedId64Set;
|
|
|
19839
19839
|
}
|
|
19840
19840
|
CompressedId64Set.compressSet = compressSet;
|
|
19841
19841
|
/** Create a sorted array from `ids`, then return a compact string representation of those Ids.
|
|
19842
|
-
* @see [[compressIds]] if `ids` is known to already be sorted.
|
|
19842
|
+
* @see [[CompressedId64Set.compressIds]] if `ids` is known to already be sorted.
|
|
19843
19843
|
*/
|
|
19844
19844
|
function sortAndCompress(ids) {
|
|
19845
19845
|
// `string` is an Iterable<string>. In that case assume caller passed a single Id64String.
|
|
@@ -17185,7 +17185,7 @@ var CompressedId64Set;
|
|
|
17185
17185
|
}
|
|
17186
17186
|
CompressedId64Set.compressSet = compressSet;
|
|
17187
17187
|
/** Create a sorted array from `ids`, then return a compact string representation of those Ids.
|
|
17188
|
-
* @see [[compressIds]] if `ids` is known to already be sorted.
|
|
17188
|
+
* @see [[CompressedId64Set.compressIds]] if `ids` is known to already be sorted.
|
|
17189
17189
|
*/
|
|
17190
17190
|
function sortAndCompress(ids) {
|
|
17191
17191
|
// `string` is an Iterable<string>. In that case assume caller passed a single Id64String.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-i18n",
|
|
3
|
-
"version": "4.8.0-dev.
|
|
3
|
+
"version": "4.8.0-dev.19",
|
|
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": "^4.8.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^4.8.0-dev.19"
|
|
25
25
|
},
|
|
26
26
|
"//devDependencies": [
|
|
27
27
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"typescript": "~5.3.3",
|
|
44
44
|
"webpack": "^5.76.0",
|
|
45
45
|
"webpack-cli": "^5.0.1",
|
|
46
|
-
"@itwin/build-tools": "4.8.0-dev.
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/core-
|
|
46
|
+
"@itwin/build-tools": "4.8.0-dev.19",
|
|
47
|
+
"@itwin/certa": "4.8.0-dev.19",
|
|
48
|
+
"@itwin/core-bentley": "4.8.0-dev.19",
|
|
49
|
+
"@itwin/core-common": "4.8.0-dev.19"
|
|
50
50
|
},
|
|
51
51
|
"//dependencies": [
|
|
52
52
|
"NOTE: these dependencies are specific to core-i18n",
|