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.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import "regenerator-runtime/runtime.js";
1
2
  import { JsPsych } from "./JsPsych";
2
3
  /**
3
4
  * Creates a new JsPsych instance using the provided options.
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ var autoBind = (self, {include, exclude} = {}) => {
67
67
  return self;
68
68
  };
69
69
 
70
- var version = "7.2.2";
70
+ var version = "7.2.3";
71
71
 
72
72
  class MigrationError extends Error {
73
73
  constructor(message = "The global `jsPsych` variable is no longer available in jsPsych v7.") {
@@ -3250,6 +3250,7 @@ class JsPsych {
3250
3250
  }
3251
3251
  }
3252
3252
 
3253
+ // __rollup-babel-import-regenerator-runtime__
3253
3254
  // temporary patch for Safari
3254
3255
  if (typeof window !== "undefined" &&
3255
3256
  window.hasOwnProperty("webkitAudioContext") &&