@oliasoft-open-source/units 5.5.0 → 5.5.2-beta-1
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.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/numbers/numbers.d.cts.map +1 -1
- package/dist/numbers/numbers.d.ts.map +1 -1
- package/dist/units.d.cts.map +1 -1
- package/dist/units.d.ts.map +1 -1
- package/dist/units2.cjs +9 -0
- package/dist/units2.cjs.map +1 -1
- package/dist/units2.js +9 -0
- package/dist/units2.js.map +1 -1
- package/package.json +1 -1
package/dist/units2.js
CHANGED
|
@@ -1617,6 +1617,13 @@ const ALT_UNITS = Object.freeze({
|
|
|
1617
1617
|
"ft3/ft",
|
|
1618
1618
|
"in3/ft"
|
|
1619
1619
|
],
|
|
1620
|
+
wellheadGrowthMovement: [
|
|
1621
|
+
"mm",
|
|
1622
|
+
"cm",
|
|
1623
|
+
"m",
|
|
1624
|
+
"in",
|
|
1625
|
+
"ft"
|
|
1626
|
+
],
|
|
1620
1627
|
shearStress: ["Pa", "lbf/100ft2"],
|
|
1621
1628
|
sensorAccelerometer: ["g", "m/s2"],
|
|
1622
1629
|
sensorMagnetometer: ["nT", "Gs"],
|
|
@@ -1699,6 +1706,7 @@ const UNIT_FROM_KEY = Object.freeze({
|
|
|
1699
1706
|
entalphy: "J/kg",
|
|
1700
1707
|
shearStress: "Pa",
|
|
1701
1708
|
volumeGradient: "m3/m",
|
|
1709
|
+
wellheadGrowthMovement: "m",
|
|
1702
1710
|
sensorAccelerometer: "g",
|
|
1703
1711
|
sensorMagnetometer: "Gs"
|
|
1704
1712
|
});
|
|
@@ -2447,6 +2455,7 @@ const QUANTITIES_DESCRIPTION = {
|
|
|
2447
2455
|
Entalphy: "Entalphy",
|
|
2448
2456
|
shearStress: "Shear Stress, force parallel to surface",
|
|
2449
2457
|
volumeGradient: "Rate of Volume change per unit",
|
|
2458
|
+
wellheadGrowthMovement: "Wellhead growth movement",
|
|
2450
2459
|
deg: "Degree, a unit of angular measurement",
|
|
2451
2460
|
dls: "Dogleg Severity, measure of wellbore curvature changes per unit length",
|
|
2452
2461
|
wgrad: "Weight Gradient, change in weight per unit length",
|