mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
Merge pull request #3507 from jspsych/changeset-release/main
Version Packages
This commit is contained in:
commit
51aefac75b
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-html-audio-response": patch
|
||||
---
|
||||
|
||||
uses mimetype of audio recorded for playback instead of defaulting to webm
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
|
||||
<style>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
|
||||
<style>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
|
||||
|
@ -63,7 +63,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md).
|
||||
Using the CDN-hosted JavaScript file:
|
||||
|
||||
```js
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
|
||||
```
|
||||
|
||||
Using the JavaScript file downloaded from a GitHub release dist archive:
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -14040,7 +14040,7 @@
|
||||
},
|
||||
"packages/plugin-html-audio-response": {
|
||||
"name": "@jspsych/plugin-html-audio-response",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@jspsych/config": "^3.2.0",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @jspsych/plugin-html-audio-response
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2991](https://github.com/jspsych/jsPsych/pull/2991) [`5ab4cc7a0f8750735b88e87df3bb692f140b3c53`](https://github.com/jspsych/jsPsych/commit/5ab4cc7a0f8750735b88e87df3bb692f140b3c53) Thanks [@bbonf](https://github.com/bbonf)! - uses mimetype of audio recorded for playback instead of defaulting to webm
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-html-audio-response",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "jsPsych plugin for displaying a stimulus and recording an audio response through the microphone",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user