@trackunit/custom-field-api 0.1.79 → 0.1.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/custom-field-api",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "engines": {
5
5
  "node": ">=18.x"
6
6
  },
@@ -122,6 +122,7 @@ export declare const systemOfMeasurement: {
122
122
  };
123
123
  export type SystemOfMeasurement = (typeof systemOfMeasurement)[keyof typeof systemOfMeasurement];
124
124
  export declare const unitSi: {
125
+ readonly amperehour: "amperehour";
125
126
  readonly bar: "bar";
126
127
  readonly centimetre: "centimetre";
127
128
  readonly cubic_metre: "cubic_metre";
@@ -146,6 +147,7 @@ export declare const unitSi: {
146
147
  readonly square_kilometre: "square_kilometre";
147
148
  readonly square_metre: "square_metre";
148
149
  readonly ton: "ton";
150
+ readonly volt: "volt";
149
151
  readonly watt: "watt";
150
152
  };
151
153
  export type UnitSi = (typeof unitSi)[keyof typeof unitSi];