@oliasoft-open-source/units 5.10.0 → 5.11.0
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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -589,7 +589,7 @@ const ALT_UNITS = Object.freeze({
|
|
|
589
589
|
"gpm"
|
|
590
590
|
],
|
|
591
591
|
rotationalSpeed: ["rpm", "Hz"],
|
|
592
|
-
|
|
592
|
+
angularVelocity: ["deg/h"],
|
|
593
593
|
roughness: [
|
|
594
594
|
"m",
|
|
595
595
|
"microM",
|
|
@@ -820,7 +820,7 @@ const UNIT_FROM_KEY = Object.freeze({
|
|
|
820
820
|
volumeGradient: "m3/m",
|
|
821
821
|
sensorAccelerometer: "g",
|
|
822
822
|
sensorMagnetometer: "Gs",
|
|
823
|
-
|
|
823
|
+
angularVelocity: "deg/h"
|
|
824
824
|
});
|
|
825
825
|
/**
|
|
826
826
|
* Constants to help conversion
|
|
@@ -1575,7 +1575,7 @@ const QUANTITIES_DESCRIPTION = {
|
|
|
1575
1575
|
rpm: "Rotations per minute, a measure of the frequency of rotation, specifying the number of full rotations completed in one minute around a fixed axis",
|
|
1576
1576
|
sensorAccelerometer: "Strength of gravitational acceleration",
|
|
1577
1577
|
sensorMagnetometer: "Strength of magnetic forces at a position",
|
|
1578
|
-
|
|
1578
|
+
angularVelocity: "This unit measures angular velocity, which describes how fast an object rotates or changes its angle over a specific period, rather than how fast it moves in a straight line"
|
|
1579
1579
|
};
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Description for the different units
|