@itwin/core-quantity 5.9.2 → 5.9.4
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 +16 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-quantity
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 19 May 2026 19:45:27 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.9.4
|
|
6
|
+
Tue, 19 May 2026 19:45:27 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.9.3
|
|
11
|
+
Fri, 15 May 2026 11:25:54 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.9.2
|
|
6
16
|
Fri, 08 May 2026 20:36:41 GMT
|
|
@@ -25,6 +35,11 @@ Mon, 04 May 2026 16:32:08 GMT
|
|
|
25
35
|
|
|
26
36
|
- Added BasicUnitsProvider (bundled BIS units), createUnitsProvider factory, and CreateUnitsProviderOptions interface. Added UnitConversion math, parseDefinition, and Graph utilities (moved from ecschema-metadata). Added SerializedUnitSchema types and UnitDefinitionResolver.
|
|
27
37
|
|
|
38
|
+
## 5.8.5
|
|
39
|
+
Thu, 14 May 2026 19:12:21 GMT
|
|
40
|
+
|
|
41
|
+
_Version update only_
|
|
42
|
+
|
|
28
43
|
## 5.8.4
|
|
29
44
|
Thu, 23 Apr 2026 18:05:14 GMT
|
|
30
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-quantity",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.4",
|
|
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/core-bentley": "5.9.
|
|
32
|
-
"@itwin/build-tools": "5.9.
|
|
31
|
+
"@itwin/core-bentley": "5.9.4",
|
|
32
|
+
"@itwin/build-tools": "5.9.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@itwin/core-bentley": "5.9.
|
|
35
|
+
"@itwin/core-bentley": "5.9.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "node scripts/generateUnitsJson.js && npm run -s build:cjs && npm run -s build:esm",
|