@batijs/core 0.0.112 → 0.0.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +509 -508
  3. package/package.json +14 -14
package/dist/index.d.ts CHANGED
@@ -56,4 +56,4 @@ declare function setScripts<T extends PackageJsonScripts>(packageJson: T, script
56
56
 
57
57
  declare function withIcon(icon: string, iconColor?: Color, indentLevel?: number): (str: string) => string;
58
58
 
59
- export { ContentGetter, PackageJsonDeps, PackageJsonScriptOption, PackageJsonScriptOptions, PackageJsonScripts, Transformer, TransformerProps, VikeMeta, addDependency, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, setScripts, transformAndFormat, withIcon };
59
+ export { type ContentGetter, type PackageJsonDeps, type PackageJsonScriptOption, type PackageJsonScriptOptions, type PackageJsonScripts, type Transformer, type TransformerProps, type VikeMeta, addDependency, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, setScripts, transformAndFormat, withIcon };