scorm-player 1.2.4 → 1.2.5
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -158,7 +158,7 @@ function ScormPlayer({
|
|
|
158
158
|
GetDiagnostic: () => ""
|
|
159
159
|
};
|
|
160
160
|
}, [scormState, saveProgress]);
|
|
161
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("iframe", { ref: iframeRef, src: launchUrl, width: "100%", height: "
|
|
161
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("iframe", { ref: iframeRef, src: launchUrl, width: "100%", height: "100%" });
|
|
162
162
|
}
|
|
163
163
|
// Annotate the CommonJS export names for ESM import in node:
|
|
164
164
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
|
@@ -119,7 +119,7 @@ function ScormPlayer({
|
|
|
119
119
|
GetDiagnostic: () => ""
|
|
120
120
|
};
|
|
121
121
|
}, [scormState, saveProgress]);
|
|
122
|
-
return /* @__PURE__ */ jsx("iframe", { ref: iframeRef, src: launchUrl, width: "100%", height: "
|
|
122
|
+
return /* @__PURE__ */ jsx("iframe", { ref: iframeRef, src: launchUrl, width: "100%", height: "100%" });
|
|
123
123
|
}
|
|
124
124
|
export {
|
|
125
125
|
ScormPlayer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scorm-player",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "SCORM 2004 player, unpacker and manifest parser for Node.js / Next.js with storage adapters and React iframe renderer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
"url": "https://github.com/shmelevsergei/scorm-player-2004/issues"
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/shmelevsergei/scorm-player-2004#readme"
|
|
54
|
-
}
|
|
54
|
+
}
|