github jspsych/jsPsych @jspsych/config@3.3.3

6 hours ago

Patch Changes

  • #3660 181d0068b7ec8fcd76de94f78cec9526b0415ce2 Thanks @jodeleeuw! - Fix createCoreDistArchive dropping plugins from dist.zip. Recent release archives were missing the alphabetical tail of dist/*.js (e.g. plugin-survey-multi-*, plugin-video-*, plugin-virtual-chinrest, plugin-visual-search-circle, the plugin-webgazer-* plugins) along with some examples/*.html files. Under gulp 5's streamx-based Vinyl, merge-stream would race with gulp-zip and finalize the archive before slow upstreams (notably the 3 MB plugin-survey/dist/index.browser.js) had finished flushing. The task now drains every substream first and feeds the collected files into gulp-zip from a single ordered stream.

Don't miss a new jsPsych release

NewReleases is sending notifications on new releases.