jspsych 7.2.2 → 7.2.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.
@@ -70,7 +70,7 @@ var jsPsychModule = (function (exports) {
70
70
  return self;
71
71
  };
72
72
 
73
- var version = "7.2.2";
73
+ var version = "7.2.3";
74
74
 
75
75
  class MigrationError extends Error {
76
76
  constructor(message = "The global `jsPsych` variable is no longer available in jsPsych v7.") {
@@ -3253,6 +3253,7 @@ var jsPsychModule = (function (exports) {
3253
3253
  }
3254
3254
  }
3255
3255
 
3256
+ // __rollup-babel-import-regenerator-runtime__
3256
3257
  // temporary patch for Safari
3257
3258
  if (typeof window !== "undefined" &&
3258
3259
  window.hasOwnProperty("webkitAudioContext") &&