scorm-again 3.1.2 → 3.1.3

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.
@@ -18307,6 +18307,7 @@ let CMI$1 = class CMI extends BaseRootCMI {
18307
18307
  */
18308
18308
  reset() {
18309
18309
  this._initialized = false;
18310
+ this._start_time = void 0;
18310
18311
  this._launch_data = "";
18311
18312
  this._comments = "";
18312
18313
  this.core?.reset();
@@ -21049,6 +21050,7 @@ class CMI extends BaseRootCMI {
21049
21050
  */
21050
21051
  reset() {
21051
21052
  this._initialized = false;
21053
+ this._start_time = void 0;
21052
21054
  this.metadata?.reset();
21053
21055
  this.learner?.reset();
21054
21056
  this.status?.reset();