@bdelab/roar-sre 3.0.2 → 3.1.1
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.
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdelab/roar-sre",
|
|
3
3
|
"description": "The ROAR hackathon version of the timed sentence reading efficiency",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"author": "Jasmine Tran <jasetran@stanford.edu>",
|
|
6
|
-
"module": "lib/index.
|
|
7
|
-
"main": "lib/index.
|
|
6
|
+
"module": "lib/index.mN-p_7uL.js",
|
|
7
|
+
"main": "lib/index.mN-p_7uL.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"files": [
|
|
10
10
|
"lib"
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
|
-
"test": "
|
|
13
|
+
"test": "vitest --run",
|
|
14
14
|
"build:dev": "npx webpack --mode production --env dbmode=development",
|
|
15
15
|
"build:staging": "npx webpack --mode production --env dbmode=staging",
|
|
16
16
|
"build:prod": "npx webpack --mode production --env dbmode=production",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@babel/core": "^7.19.3",
|
|
57
57
|
"@babel/preset-env": "^7.19.4",
|
|
58
58
|
"@bdelab/roar-firekit": "^9.6.0",
|
|
59
|
-
"@bdelab/roar-utils": "^1.2.
|
|
59
|
+
"@bdelab/roar-utils": "^1.2.3",
|
|
60
60
|
"@jspsych-contrib/plugin-audio-multi-response": "^1.0.0",
|
|
61
61
|
"@jspsych-contrib/plugin-html-multi-response": "^1.0.2",
|
|
62
62
|
"@jspsych/plugin-audio-keyboard-response": "^1.1.2",
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
"stream-browserify": "^3.0.0",
|
|
120
120
|
"style-loader": "^3.3.1",
|
|
121
121
|
"util": "^0.12.5",
|
|
122
|
+
"vitest": "^4.1.5",
|
|
122
123
|
"wait-on": "^8.0.1",
|
|
123
124
|
"webpack-cli": "^5.1.4",
|
|
124
125
|
"webpack-merge": "^5.8.0"
|