@bentley/imodeljs-win32-x64 5.1.45 → 5.1.48

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.
@@ -3,7 +3,7 @@
3
3
  | * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
4
  | * See LICENSE.md in the project root for license terms and full copyright notice.
5
5
  ======================================================================================= -->
6
- <ECSchema schemaName="Units" alias="u" version="01.00.08" description="Standard Set of Unit definitions for the system" displayLabel="Units"
6
+ <ECSchema schemaName="Units" alias="u" version="01.00.09" description="Standard Set of Unit definitions for the system" displayLabel="Units"
7
7
  xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
8
8
  <UnitSystem typeName="SI" />
9
9
  <UnitSystem typeName="CGS" />
@@ -78,6 +78,7 @@
78
78
  <Phenomenon typeName="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" definition="LENGTH*LENGTH(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Linear Coefficient Of Thermal Expansion" />
79
79
  <Phenomenon typeName="VOLUME_RATIO" definition="VOLUME*VOLUME(-1)" displayLabel="Volume Ratio" />
80
80
  <Phenomenon typeName="LENGTH_RATIO" definition="LENGTH*LENGTH(-1)" />
81
+ <Phenomenon typeName="VOLUME_PER_LENGTH" definition="VOLUME*LENGTH(-1)" displayLabel="Volume per Unit Length" />
81
82
  <Phenomenon typeName="LENGTH" definition="LENGTH" displayLabel="Length" />
82
83
  <Phenomenon typeName="MASS" definition="MASS" displayLabel="Mass" />
83
84
  <Phenomenon typeName="TIME" definition="TIME" displayLabel="Time" />
@@ -577,6 +578,8 @@
577
578
  <Unit typeName="LITRE_PER_LITRE" phenomenon="VOLUME_RATIO" unitSystem="METRIC" definition="LITRE*LITRE(-1)" displayLabel="liter/liter" />
578
579
  <Unit typeName="CUB_M_PER_KG" phenomenon="SPECIFIC_VOLUME" unitSystem="SI" definition="M(3)*KG(-1)" displayLabel="m³/kg" />
579
580
  <Unit typeName="CUB_FT_PER_LBM" phenomenon="SPECIFIC_VOLUME" unitSystem="USCUSTOM" definition="FT(3)*LBM(-1)" displayLabel="ft³/lm" />
581
+ <Unit typeName="CUB_M_PER_M" phenomenon="VOLUME_PER_LENGTH" unitSystem="SI" definition="M(3)*M(-1)" displayLabel="m³/m" />
582
+ <Unit typeName="CUB_FT_PER_FT" phenomenon="VOLUME_PER_LENGTH" unitSystem="USCUSTOM" definition="FT(3)*FT(-1)" displayLabel="ft³/ft" />
580
583
  <Unit typeName="M_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="SI" definition="M(6)" displayLabel="m⁶" />
581
584
  <Unit typeName="MM_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="METRIC" definition="MM(6)" displayLabel="mm⁶" />
582
585
  <Unit typeName="CM_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="METRIC" definition="CM(6)" displayLabel="cm⁶" />
package/iTwinBRepCore.dll CHANGED
Binary file
package/iTwinBentley.dll CHANGED
Binary file
package/iTwinCurl.dll CHANGED
Binary file
package/iTwinDaemon.exe CHANGED
Binary file
Binary file
Binary file
package/iTwinFolly.dll CHANGED
Binary file
Binary file
package/iTwinGeoCoord.dll CHANGED
Binary file
package/iTwinGeom.dll CHANGED
Binary file
Binary file
package/iTwinIcu4c.dll CHANGED
Binary file
package/iTwinLibxml2.dll CHANGED
Binary file
package/iTwinNapi.dll CHANGED
Binary file
package/iTwinOpenSSL.dll CHANGED
Binary file
Binary file
package/iTwinPlatform.dll CHANGED
Binary file
package/iTwinPugixml.dll CHANGED
Binary file
package/iTwinSQLite.dll CHANGED
Binary file
package/iTwinSQLiteEC.dll CHANGED
Binary file
package/iTwinUnits.dll CHANGED
Binary file
Binary file
package/iTwinXml.dll CHANGED
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["win32"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "5.1.45",
6
+ "version": "5.1.48",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",