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.
package/dist/index.cjs CHANGED
@@ -71,7 +71,7 @@ var autoBind = (self, {include, exclude} = {}) => {
71
71
  return self;
72
72
  };
73
73
 
74
- var version = "7.2.2";
74
+ var version = "7.2.3";
75
75
 
76
76
  class MigrationError extends Error {
77
77
  constructor(message = "The global `jsPsych` variable is no longer available in jsPsych v7.") {
@@ -3254,6 +3254,7 @@ class JsPsych {
3254
3254
  }
3255
3255
  }
3256
3256
 
3257
+ // __rollup-babel-import-regenerator-runtime__
3257
3258
  // temporary patch for Safari
3258
3259
  if (typeof window !== "undefined" &&
3259
3260
  window.hasOwnProperty("webkitAudioContext") &&