jspsych 8.0.2 → 8.0.3
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/dist/index.browser.js +3 -3
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.min.js +2 -2
- package/dist/index.browser.min.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +19 -6
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/modules/randomization.ts +29 -10
package/dist/index.browser.js
CHANGED
|
@@ -53,7 +53,7 @@ var jsPsychModule = (function (exports) {
|
|
|
53
53
|
|
|
54
54
|
var _package = {
|
|
55
55
|
name: "jspsych",
|
|
56
|
-
version: "8.0.
|
|
56
|
+
version: "8.0.3",
|
|
57
57
|
description: "Behavioral experiments in a browser",
|
|
58
58
|
type: "module",
|
|
59
59
|
main: "dist/index.cjs",
|
|
@@ -101,7 +101,7 @@ var jsPsychModule = (function (exports) {
|
|
|
101
101
|
},
|
|
102
102
|
devDependencies: {
|
|
103
103
|
"@fontsource/open-sans": "4.5.3",
|
|
104
|
-
"@jspsych/config": "^3.0.
|
|
104
|
+
"@jspsych/config": "^3.0.1",
|
|
105
105
|
"@types/dom-mediacapture-record": "^1.0.11",
|
|
106
106
|
"base64-inline-loader": "^2.0.1",
|
|
107
107
|
"css-loader": "^6.6.0",
|
|
@@ -3100,4 +3100,4 @@ var jsPsychModule = (function (exports) {
|
|
|
3100
3100
|
|
|
3101
3101
|
})({});
|
|
3102
3102
|
var initJsPsych = jsPsychModule.initJsPsych;
|
|
3103
|
-
//# sourceMappingURL=https://unpkg.com/jspsych@8.0.
|
|
3103
|
+
//# sourceMappingURL=https://unpkg.com/jspsych@8.0.3/dist/index.browser.js.map
|