@batijs/core
Advanced tools
Comparing version 0.0.140 to 0.0.141
@@ -57,4 +57,6 @@ import { Flags } from '@batijs/features'; | ||
declare function appendToEnv(envContent: string | undefined | null, key: string, value: unknown, comment?: string): string; | ||
declare function withIcon(icon: string, iconColor?: Color, indentLevel?: number): (str: string) => string; | ||
export { type ContentGetter, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, type Transformer, type TransformerProps, type VikeMeta, addDependency, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, setScripts, transformAndFormat, withIcon }; | ||
export { type ContentGetter, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, type Transformer, type TransformerProps, type VikeMeta, addDependency, appendToEnv, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, setScripts, transformAndFormat, withIcon }; |
{ | ||
"name": "@batijs/core", | ||
"version": "0.0.140", | ||
"version": "0.0.141", | ||
"description": "", | ||
@@ -21,2 +21,3 @@ "type": "module", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-solid": "^0.13.1", | ||
"eslint-rule-composer": "^0.3.0", | ||
@@ -33,3 +34,3 @@ "espree": "^9.6.1", | ||
"which": "^4.0.0", | ||
"@batijs/features": "0.0.140" | ||
"@batijs/features": "0.0.141" | ||
}, | ||
@@ -36,0 +37,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
7485853
1055
22