@m2c2kit/assessment-color-shapes 0.8.3 → 0.8.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -238,7 +238,7 @@ class ColorShapes extends Game {
238
238
  const options = {
239
239
  name: "Color Shapes",
240
240
  id: "color-shapes",
241
- version: "0.8.3",
241
+ version: "0.8.4",
242
242
  shortDescription: "Color Shapes is a visual array change detection task, measuring intra-item feature binding, where participants determine if shapes change color across two sequential presentations of shape stimuli.",
243
243
  longDescription: `Color Shapes is a change detection paradigm used to measure visual short-term memory binding (Parra et al., 2009). Participants are asked to memorize the shapes and colors of three different polygons for 3 seconds. The three polygons are then removed from the screen and re-displayed at different locations, either having the same or different colors. Participants are then asked to decide whether the combination of colors and shapes are the "Same" or "Different" between the study and test phases.`,
244
244
  showFps: defaultParameters.show_fps.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/assessment-color-shapes",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "scripts": {
5
5
  "build": "npm run clean && tsc && rollup -c",
6
6
  "clean": "rimraf build build-nobundler dist .rollup.cache tsconfig.tsbuildinfo",
@@ -20,8 +20,8 @@
20
20
  "post-install.mjs"
21
21
  ],
22
22
  "dependencies": {
23
- "@m2c2kit/addons": "0.3.2",
24
- "@m2c2kit/core": "0.3.5"
23
+ "@m2c2kit/addons": "^0.3.3",
24
+ "@m2c2kit/core": "^0.3.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@rollup/plugin-node-resolve": "15.0.2",