ai-hero-cli 0.0.16 → 0.0.17

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/bin.cjs +2 -2
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -68295,8 +68295,8 @@ var runLesson = Effect_exports.fn("runLesson")(function* (opts) {
68295
68295
  "pnpm",
68296
68296
  "tsx",
68297
68297
  "--env-file",
68298
- `"${envFilePath}"`,
68299
- `"${mainFile}"`
68298
+ envFilePath,
68299
+ mainFile
68300
68300
  ).pipe(
68301
68301
  Command_exports.stdout("inherit"),
68302
68302
  Command_exports.stderr("inherit"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hero-cli",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "description": "The CLI used to run exercises for the AI Hero course",
6
6
  "bin": "bin.cjs",