conjure-recipe-example-api
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -7,1 +7,2 @@ export * from "./bakeStep"; | ||
export * from "./temperature"; | ||
export * from "./temperatureUnit"; |
export * from "./recipeBookService"; | ||
export * from "./recipeNotFound"; | ||
export * from "./recipeStep"; | ||
export * from "./temperatureUnit"; |
@@ -0,4 +1,5 @@ | ||
import { TemperatureUnit } from "./temperatureUnit"; | ||
export interface ITemperature { | ||
'degree': number | "NaN"; | ||
'unit': string; | ||
'unit': TemperatureUnit; | ||
} |
{ | ||
"name": "conjure-recipe-example-api", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
7008
19
225