@scaffdog/types
Advanced tools
Comparing version 1.0.1 to 1.1.0-canary.0
import type { Merge } from 'type-fest'; | ||
import type { HelperMap, HelperRecord, HelperRegister } from './helper'; | ||
import type { TagPair } from './tag'; | ||
import type { VariableMap, VariableRecord } from './variable'; | ||
@@ -8,2 +9,3 @@ export declare type Config = { | ||
helpers?: (HelperRecord | HelperRegister)[]; | ||
tags?: TagPair; | ||
}; | ||
@@ -10,0 +12,0 @@ export declare type ResolvedConfig = Merge<Config, { |
import type { HelperMap } from './helper'; | ||
import type { TagPair } from './tag'; | ||
import type { VariableMap } from './variable'; | ||
@@ -7,2 +8,3 @@ export declare type Context = { | ||
helpers: HelperMap; | ||
tags: TagPair; | ||
}; |
@@ -6,3 +6,4 @@ export * from './config'; | ||
export * from './source'; | ||
export * from './tag'; | ||
export * from './template'; | ||
export * from './variable'; |
@@ -18,3 +18,4 @@ "use strict"; | ||
__exportStar(require("./source"), exports); | ||
__exportStar(require("./tag"), exports); | ||
__exportStar(require("./template"), exports); | ||
__exportStar(require("./variable"), exports); |
{ | ||
"name": "@scaffdog/types", | ||
"version": "1.0.1", | ||
"version": "1.1.0-canary.0", | ||
"description": "scaffdog's type declarations.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"type-fest": "1.0.1" | ||
"type-fest": "2.8.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0294e072520ca20eef349c73c07a8993143cf49b" | ||
"gitHead": "8e2c2daa887fa76d0574c4a891a63b226c387624" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
20
94
5380
1