@batijs/core 0.0.64 → 0.0.65

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -33,4 +33,4 @@ declare function addDependency<T extends PackageJsonDeps, U extends PackageJsonD
33
33
 
34
34
  declare function withIcon(icon: string, iconColor?: Color, indentLevel?: number): (str: string) => string;
35
35
 
36
- export { Flags, MaybeContentGetter, PackageJsonDeps, VikeMeta, addDependency, features, flags, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, transformAndGenerate, withIcon };
36
+ export { type Flags, type MaybeContentGetter, type PackageJsonDeps, type VikeMeta, addDependency, features, flags, loadAsJson, loadAsMagicast, loadRelativeFileAsMagicast, transformAndGenerate, withIcon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/core",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "prettier": "^3.0.2",
26
26
  "putout": "^31.2.1",
27
27
  "rollup": "^3.28.0",
28
- "rollup-plugin-dts": "^5.3.1",
28
+ "rollup-plugin-dts": "^6.0.0",
29
29
  "typescript": "^5.1.6",
30
30
  "vitest": "^0.34.2",
31
31
  "which": "^3.0.1"