@oliasoft-open-source/units 5.10.0-beta-1 → 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.cjs
CHANGED
|
@@ -591,7 +591,7 @@ const ALT_UNITS = Object.freeze({
|
|
|
591
591
|
"gpm"
|
|
592
592
|
],
|
|
593
593
|
rotationalSpeed: ["rpm", "Hz"],
|
|
594
|
-
|
|
594
|
+
angularVelocity: ["deg/h"],
|
|
595
595
|
roughness: [
|
|
596
596
|
"m",
|
|
597
597
|
"microM",
|
|
@@ -822,7 +822,7 @@ const UNIT_FROM_KEY = Object.freeze({
|
|
|
822
822
|
volumeGradient: "m3/m",
|
|
823
823
|
sensorAccelerometer: "g",
|
|
824
824
|
sensorMagnetometer: "Gs",
|
|
825
|
-
|
|
825
|
+
angularVelocity: "deg/h"
|
|
826
826
|
});
|
|
827
827
|
/**
|
|
828
828
|
* Constants to help conversion
|
|
@@ -1577,7 +1577,7 @@ const QUANTITIES_DESCRIPTION = {
|
|
|
1577
1577
|
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",
|
|
1578
1578
|
sensorAccelerometer: "Strength of gravitational acceleration",
|
|
1579
1579
|
sensorMagnetometer: "Strength of magnetic forces at a position",
|
|
1580
|
-
|
|
1580
|
+
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"
|
|
1581
1581
|
};
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Description for the different units
|