jspsych 7.1.1 → 7.1.2

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.js CHANGED
@@ -65,7 +65,7 @@ var autoBind = (self, {include, exclude} = {}) => {
65
65
  return self;
66
66
  };
67
67
 
68
- var version = "7.1.1";
68
+ var version = "7.1.2";
69
69
 
70
70
  class MigrationError extends Error {
71
71
  constructor(message = "The global `jsPsych` variable is no longer available in jsPsych v7.") {
@@ -806,6 +806,13 @@ const universalPluginParameters = {
806
806
  pretty_name: "Custom CSS classes",
807
807
  default: null,
808
808
  },
809
+ /**
810
+ * Options to control simulation mode for the trial.
811
+ */
812
+ simulation_options: {
813
+ type: ParameterType.COMPLEX,
814
+ default: null,
815
+ },
809
816
  };
810
817
 
811
818
  const preloadParameterTypes = [