@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.d.cts CHANGED
@@ -153,7 +153,7 @@ declare const QUANTITIES_DESCRIPTION: {
153
153
  rpm: string;
154
154
  sensorAccelerometer: string;
155
155
  sensorMagnetometer: string;
156
- rotationalRate: string;
156
+ angularVelocity: string;
157
157
  };
158
158
  declare const UNITS_DESCRIPTION: {
159
159
  in: string;
package/dist/index.d.ts CHANGED
@@ -153,7 +153,7 @@ declare const QUANTITIES_DESCRIPTION: {
153
153
  rpm: string;
154
154
  sensorAccelerometer: string;
155
155
  sensorMagnetometer: string;
156
- rotationalRate: string;
156
+ angularVelocity: string;
157
157
  };
158
158
  declare const UNITS_DESCRIPTION: {
159
159
  in: string;
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
- rotationalRate: ["deg/h"],
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
- rotationalRate: "deg/h"
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
- rotationalRate: "Rotational rate, the speed at which an object rotates around a fixed axis, typically measured in degrees per unit of time"
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