@batijs/core 0.0.531 → 0.0.533

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.
package/dist/index.d.ts CHANGED
@@ -166,6 +166,7 @@ interface PackageManagerInfo {
166
166
  name: string;
167
167
  version?: string;
168
168
  run: string;
169
+ exec: string;
169
170
  }
170
171
  declare function packageManager(): PackageManagerInfo;
171
172
  declare function getArgs(): "pnpm create vike@latest" | "yarn create vike@latest" | "bun create vike@latest" | "npm create vike@latest ---";