easyproctor-hml 0.0.32 → 0.0.34
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/esm/index.js +1 -3
- package/index.js +1 -3
- package/package.json +2 -2
- package/unpkg/easyproctor.min.js +14 -14
- package/unpkg/easyproctor.min.js.map +7 -0
package/esm/index.js
CHANGED
|
@@ -29775,9 +29775,7 @@ function useProctoring(proctoringOptions, enviromentConfig = "prod") {
|
|
|
29775
29775
|
}
|
|
29776
29776
|
|
|
29777
29777
|
// src/index.ts
|
|
29778
|
-
|
|
29779
|
-
ebmlScript.setAttribute("src", "https://www.webrtc-experiment.com/EBML.js");
|
|
29780
|
-
document.head.appendChild(ebmlScript);
|
|
29778
|
+
document.write('<script async src="EBML.js"><\/script>');
|
|
29781
29779
|
if (typeof window !== "undefined") {
|
|
29782
29780
|
window.useProctoring = useProctoring;
|
|
29783
29781
|
}
|
package/index.js
CHANGED
|
@@ -41309,9 +41309,7 @@ function useProctoring(proctoringOptions, enviromentConfig = "prod") {
|
|
|
41309
41309
|
}
|
|
41310
41310
|
|
|
41311
41311
|
// src/index.ts
|
|
41312
|
-
|
|
41313
|
-
ebmlScript.setAttribute("src", "https://www.webrtc-experiment.com/EBML.js");
|
|
41314
|
-
document.head.appendChild(ebmlScript);
|
|
41312
|
+
document.write('<script async src="EBML.js"><\/script>');
|
|
41315
41313
|
if (typeof window !== "undefined") {
|
|
41316
41314
|
window.useProctoring = useProctoring;
|
|
41317
41315
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easyproctor-hml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "Modulo web de gravação do EasyProctor",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
|
-
"unpkg": "./unpkg/easyproctor
|
|
7
|
+
"unpkg": "./unpkg/easyproctor.min.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"proctoring"
|