@itwin/core-quantity 5.4.0-dev.5 → 5.4.0-dev.7
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 +14 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/core-quantity
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Nov 2025 20:30:21 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.3.1
|
|
6
|
+
Thu, 06 Nov 2025 20:29:06 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.3.0
|
|
11
|
+
Mon, 03 Nov 2025 19:02:35 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Return error result when unit labels aren't matched during quantity parsing
|
|
16
|
+
- Handle formatting cases where after unit conversion, sign is changed
|
|
4
17
|
|
|
5
18
|
## 5.2.4
|
|
6
19
|
Fri, 24 Oct 2025 16:20:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-quantity",
|
|
3
|
-
"version": "5.4.0-dev.
|
|
3
|
+
"version": "5.4.0-dev.7",
|
|
4
4
|
"description": "Quantity parsing, formatting and conversions for iModel.js",
|
|
5
5
|
"main": "lib/cjs/core-quantity.js",
|
|
6
6
|
"module": "lib/esm/core-quantity.js",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"rimraf": "^6.0.1",
|
|
29
29
|
"typescript": "~5.6.2",
|
|
30
30
|
"vitest": "^3.0.6",
|
|
31
|
-
"@itwin/build-tools": "5.4.0-dev.
|
|
32
|
-
"@itwin/core-bentley": "5.4.0-dev.
|
|
31
|
+
"@itwin/build-tools": "5.4.0-dev.7",
|
|
32
|
+
"@itwin/core-bentley": "5.4.0-dev.7"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@itwin/core-bentley": "5.4.0-dev.
|
|
35
|
+
"@itwin/core-bentley": "5.4.0-dev.7"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|