@batijs/core
Advanced tools
Comparing version 0.0.282 to 0.0.286
@@ -100,2 +100,3 @@ import { BatiSet } from '@batijs/features'; | ||
}): T; | ||
declare function removeDependency<T extends PackageJsonDeps>(packageJson: T, key: string): T; | ||
declare function setScripts<T extends PackageJsonScripts>(packageJson: T, scripts: PackageJsonScriptOptions): T; | ||
@@ -117,2 +118,2 @@ | ||
export { type ContentGetter, type FileContext, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, Readme, type Transformer, type TransformerProps, type VikeMeta, addDependency, appendToEnv, formatCode, getArgs, getVersion, loadAsJson, loadAsMagicast, loadReadme, loadRelativeFileAsMagicast, loadYaml, markdown, packageManager, parseReadme, setScripts, transformAndFormat, withIcon }; | ||
export { type ContentGetter, type FileContext, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, Readme, type Transformer, type TransformerProps, type VikeMeta, addDependency, appendToEnv, formatCode, getArgs, getVersion, loadAsJson, loadAsMagicast, loadReadme, loadRelativeFileAsMagicast, loadYaml, markdown, packageManager, parseReadme, removeDependency, setScripts, transformAndFormat, withIcon }; |
{ | ||
"name": "@batijs/core", | ||
"version": "0.0.282", | ||
"version": "0.0.286", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"yaml": "^2.5.1", | ||
"@batijs/features": "0.0.282" | ||
"@batijs/features": "0.0.286" | ||
}, | ||
@@ -38,0 +38,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
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
10321578
7196