@lessonkit/lxpack 1.2.0 → 1.3.0

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.cts CHANGED
@@ -271,7 +271,7 @@ type PackageValidationIssue = {
271
271
  type ValidatePackageInputsResult = {
272
272
  ok: true;
273
273
  outDir: string;
274
- projectRoot?: string;
274
+ projectRoot: string;
275
275
  } | {
276
276
  ok: false;
277
277
  courseDir: string;
package/dist/index.d.ts CHANGED
@@ -271,7 +271,7 @@ type PackageValidationIssue = {
271
271
  type ValidatePackageInputsResult = {
272
272
  ok: true;
273
273
  outDir: string;
274
- projectRoot?: string;
274
+ projectRoot: string;
275
275
  } | {
276
276
  ok: false;
277
277
  courseDir: string;