scorm-again 2.2.0 → 2.3.0

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. package/package.json +2 -2
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ import Scorm2004API from "./src/Scorm2004API.ts";
2
+ import Scorm12API from "./src/Scorm12API.ts";
3
+ import AICC from "./src/AICC.ts";
4
+
5
+ export { Scorm2004API, Scorm12API, AICC };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "scorm-again",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
5
- "main": "dist/scorm-again.min.js",
5
+ "main": "index.d.ts",
6
6
  "type": "module",
7
7
  "browser": {
8
8
  "electron": false