syncware-units
Advanced tools
Comparing version 4.0.10 to 4.0.11
export * from "./convertUnits"; | ||
export * from "./variableInfoMap"; | ||
export * from "./types"; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./variableInfoMap"), exports); | ||
__exportStar(require("./types"), exports); |
import { variableInfoMap } from "./variableInfoMap"; | ||
export type TVKey = keyof typeof variableInfoMap; | ||
export type TVariableInfoMap = typeof variableInfoMap; | ||
export type TVariableInfoMapKey = keyof TVariableInfoMap; | ||
export interface IUnit { | ||
@@ -9,3 +10,3 @@ unit: string; | ||
export interface IInput { | ||
variable: TVKey; | ||
variable: TVariableInfoMapKey; | ||
from: IUnit; | ||
@@ -12,0 +13,0 @@ to: IUnit; |
{ | ||
"name": "syncware-units", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"description": "Syncware Units Software", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
879145
28917
0