@digabi/exam-engine-core 22.3.1-alpha.1 → 23.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/playwright/SectionElement.test.d.ts +2 -0
- package/dist/__tests__/playwright/SectionElement.test.d.ts.map +1 -0
- package/dist/__tests__/playwright/SectionElement.test.js +20 -0
- package/dist/__tests__/playwright/SectionElement.test.js.map +1 -0
- package/dist/__tests__/playwright/template/index.d.ts +2 -0
- package/dist/__tests__/playwright/template/index.d.ts.map +1 -0
- package/dist/__tests__/playwright/template/index.js +4 -0
- package/dist/__tests__/playwright/template/index.js.map +1 -0
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/main-bundle.js +2 -2
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "
|
3
|
+
"version": "23.0.0",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
28
28
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
29
|
+
"@playwright/experimental-ct-react": "^1.48.2",
|
29
30
|
"classnames": "^2.2.6",
|
30
31
|
"css-loader": "^7.0.0",
|
31
32
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
@@ -58,5 +59,5 @@
|
|
58
59
|
"webpack-bundle-analyzer": "^4.1.0",
|
59
60
|
"webpack-cli": "^5.0.2"
|
60
61
|
},
|
61
|
-
"gitHead": "
|
62
|
+
"gitHead": "0598bbbb3ed8a982acbbf4aca9cd73c814da46f1"
|
62
63
|
}
|