@lessonkit/xapi 1.4.0 → 1.5.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.
- package/README.md +2 -2
- package/dist/index.cjs +522 -64
- package/dist/index.d.cts +27 -2
- package/dist/index.d.ts +27 -2
- package/dist/index.js +517 -64
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
xAPI statement generation, in-memory queueing, and telemetry-to-xAPI mapping.
|
|
8
8
|
|
|
9
|
-
Requires Node.js **18
|
|
9
|
+
Requires Node.js **18+** minimum; **20.19+** recommended for CLI scaffold workflows (Vite 8).
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
@@ -55,7 +55,7 @@ const { batchSink, exitBatchSink } = createFetchBatchSink({ url: "/api/telemetry
|
|
|
55
55
|
|
|
56
56
|
## Docs
|
|
57
57
|
|
|
58
|
-
[xAPI reference](https://lessonkit.readthedocs.io/en/latest/reference/xapi.html) · [Telemetry & xAPI guide](https://lessonkit.readthedocs.io/en/latest/guides/react-developers/telemetry-and-xapi.html)
|
|
58
|
+
[xAPI reference](https://lessonkit.readthedocs.io/en/latest/reference/xapi.html) · [Telemetry & xAPI guide](https://lessonkit.readthedocs.io/en/latest/guides/react-developers/telemetry-and-xapi.html) · [LRS operations](https://lessonkit.readthedocs.io/en/latest/guides/react-developers/lrs-operations.html) · [TypeDoc API index](https://lessonkit.readthedocs.io/en/latest/reference/api.html)
|
|
59
59
|
|
|
60
60
|
## License
|
|
61
61
|
|