mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
chore(release): version packages
This commit is contained in:
parent
7dee88ca01
commit
86c1ff4587
@ -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>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
<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-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>
|
<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">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
<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-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>
|
<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">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.2.1"></script>
|
<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-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-audio-button-response@2.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@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">
|
<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:
|
Using the CDN-hosted JavaScript file:
|
||||||
|
|
||||||
```js
|
```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:
|
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": {
|
"packages/plugin-html-audio-response": {
|
||||||
"name": "@jspsych/plugin-html-audio-response",
|
"name": "@jspsych/plugin-html-audio-response",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^3.2.0",
|
"@jspsych/config": "^3.2.0",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @jspsych/plugin-html-audio-response
|
# @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
|
## 2.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-html-audio-response",
|
"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",
|
"description": "jsPsych plugin for displaying a stimulus and recording an audio response through the microphone",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user