jssm 5.96.0 → 5.97.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.
@@ -20654,7 +20654,7 @@ var jssm = (function (exports) {
20654
20654
  named_colors: named_colors$1
20655
20655
  });
20656
20656
 
20657
- const version = "5.96.0", build_time = 1704101055736;
20657
+ const version = "5.97.0", build_time = 1707171988789;
20658
20658
 
20659
20659
  // whargarbl lots of these return arrays could/should be sets
20660
20660
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -22933,7 +22933,10 @@ var jssm = (function (exports) {
22933
22933
  // this is enforced by the "after mapping runs normally with very short time" tests in after_mapping.spec
22934
22934
  // we'll mark it no-check so that our coverage numbers aren't wrecked
22935
22935
  /* istanbul ignore next */
22936
- () => this.go(next_state), after_time);
22936
+ () => {
22937
+ this.clear_state_timeout();
22938
+ this.go(next_state);
22939
+ }, after_time);
22937
22940
  this._timeout_target = next_state;
22938
22941
  this._timeout_target_time = after_time;
22939
22942
  }
@@ -20655,7 +20655,7 @@ var constants = /*#__PURE__*/Object.freeze({
20655
20655
  named_colors: named_colors$1
20656
20656
  });
20657
20657
 
20658
- const version = "5.96.0", build_time = 1704101055736;
20658
+ const version = "5.97.0", build_time = 1707171988789;
20659
20659
 
20660
20660
  // whargarbl lots of these return arrays could/should be sets
20661
20661
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -22934,7 +22934,10 @@ class Machine {
22934
22934
  // this is enforced by the "after mapping runs normally with very short time" tests in after_mapping.spec
22935
22935
  // we'll mark it no-check so that our coverage numbers aren't wrecked
22936
22936
  /* istanbul ignore next */
22937
- () => this.go(next_state), after_time);
22937
+ () => {
22938
+ this.clear_state_timeout();
22939
+ this.go(next_state);
22940
+ }, after_time);
22938
22941
  this._timeout_target = next_state;
22939
22942
  this._timeout_target_time = after_time;
22940
22943
  }