revdev 0.377.0 → 0.378.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.
@@ -114,6 +114,6 @@ export interface FeExerciseResultCursor extends FeExerciseBaseCursor {
114
114
  passStatus: PassStatus.Completed;
115
115
  grade: number;
116
116
  passedItems: FePassItemInfo[];
117
- nextExerciseId: string;
117
+ nextExerciseId?: string;
118
118
  }
119
119
  export type FeExerciseCursor = FeExerciseChoiceCursor | FeExerciseMatchCursor | FeExerciseResultCursor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev",
3
- "version": "0.377.0",
3
+ "version": "0.378.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",