-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from jspsych/changeset-release/main
Version Packages
- Loading branch information
Showing
15 changed files
with
160 additions
and
148 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @jspsych-timelines/arrow-flanker | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d6a0e3b: upgrade jspsych depedencies to v8 | ||
- 0de5056: update all jspsych dependencies to v8 | ||
- 0b18198: upgrade to use jspsych v8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"name": "@jspsych-timelines/arrow-flanker", | ||
"version": "0.0.1", | ||
"description": "Arrow flanker task for jsPsych", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.global.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineArrowFlankerTask" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "Josh de Leeuw", | ||
"url": "https://github.com/jodeleeuw" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/arrow-flanker#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
"@jspsych/plugin-html-keyboard-response": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.5.4" | ||
} | ||
} | ||
"name": "@jspsych-timelines/arrow-flanker", | ||
"version": "0.1.0", | ||
"description": "Arrow flanker task for jsPsych", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.global.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineArrowFlankerTask" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "Josh de Leeuw", | ||
"url": "https://github.com/jodeleeuw" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/arrow-flanker#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
"@jspsych/plugin-html-keyboard-response": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @jspsych-timelines/false-memory-task | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d6a0e3b: upgrade jspsych depedencies to v8 | ||
- 0de5056: update all jspsych dependencies to v8 | ||
- 0b18198: upgrade to use jspsych v8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @jspsych-timelines/spatial-cueing-task | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d6a0e3b: upgrade jspsych depedencies to v8 | ||
- 0de5056: update all jspsych dependencies to v8 | ||
- abfa815: add spatial cueing task package | ||
- 0b18198: upgrade to use jspsych v8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
{ | ||
"name": "@jspsych-timelines/spatial-cueing-task", | ||
"version": "0.0.1", | ||
"description": "A shareable timeline of the Posner spatial cueing task.", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.global.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineSpatialCueingTask" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "Cherrie Chang", | ||
"url": "https://github.com/cchang-vassar" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/spatial-cueing-task#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} | ||
"name": "@jspsych-timelines/spatial-cueing-task", | ||
"version": "0.1.0", | ||
"description": "A shareable timeline of the Posner spatial cueing task.", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.global.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineSpatialCueingTask" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "Cherrie Chang", | ||
"url": "https://github.com/cchang-vassar" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/spatial-cueing-task#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @jspsych-timelines/test | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d6a0e3b: upgrade jspsych depedencies to v8 | ||
- 0de5056: update all jspsych dependencies to v8 | ||
- 0b18198: upgrade to use jspsych v8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
{ | ||
"name": "@jspsych-timelines/test", | ||
"version": "0.0.1", | ||
"description": "test", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.browser.min.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineTest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "me", | ||
"url": "" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/test#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.2" | ||
} | ||
} | ||
"name": "@jspsych-timelines/test", | ||
"version": "0.1.0", | ||
"description": "test", | ||
"type": "module", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/index.browser.min.js", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineTest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jspsych/jspsych-timelines.git" | ||
}, | ||
"keywords": [ | ||
"jsPsych" | ||
], | ||
"author": { | ||
"name": "me", | ||
"url": "" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-timelines/issues" | ||
}, | ||
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/test#readme", | ||
"peerDependencies": { | ||
"jspsych": "^8.0.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @jspsych-timelines/cli | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d6a0e3b: upgrade jspsych depedencies to v8 | ||
- 0de5056: update all jspsych dependencies to v8 | ||
- 0b18198: upgrade to use jspsych v8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters