@trackunit/iris-app-runtime-core-api 0.3.130 → 0.3.131

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/index.cjs.js CHANGED
@@ -35,6 +35,8 @@ const UnitSi = {
35
35
  newton: "newton",
36
36
  pascal: "pascal",
37
37
  kilopascal: "kilopascal",
38
+ amperehour: "amperehour",
39
+ volt: "volt",
38
40
  watt: "watt",
39
41
  bar: "bar",
40
42
  centimetre: "centimetre",
package/index.esm.js CHANGED
@@ -31,6 +31,8 @@ const UnitSi = {
31
31
  newton: "newton",
32
32
  pascal: "pascal",
33
33
  kilopascal: "kilopascal",
34
+ amperehour: "amperehour",
35
+ volt: "volt",
34
36
  watt: "watt",
35
37
  bar: "bar",
36
38
  centimetre: "centimetre",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core-api",
3
- "version": "0.3.130",
3
+ "version": "0.3.131",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -89,6 +89,8 @@ export declare const UnitSi: {
89
89
  readonly newton: "newton";
90
90
  readonly pascal: "pascal";
91
91
  readonly kilopascal: "kilopascal";
92
+ readonly amperehour: "amperehour";
93
+ readonly volt: "volt";
92
94
  readonly watt: "watt";
93
95
  readonly bar: "bar";
94
96
  readonly centimetre: "centimetre";