Comparing version 0.3.1 to 0.3.2
export type Args = Record<string, any>; | ||
export type Blocks = Record<string, Compiler>; | ||
export type Blocks = Record<string, Compiler<any>>; | ||
@@ -4,0 +4,0 @@ export type Compiler<T extends Args = Args> = |
{ | ||
"name": "tempura", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"repository": "lukeed/tempura", | ||
@@ -5,0 +5,0 @@ "description": "A light, crispy, and delicious template engine", |
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
23019