@timeback/core 0.2.1-beta.20260313210405 → 0.2.1-beta.20260314020510
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,8 @@ const analytics = await timeback.edubridge.analytics.summary()
|
|
|
31
31
|
|
|
32
32
|
// Caliper - learning analytics events
|
|
33
33
|
await timeback.caliper.events.send(event)
|
|
34
|
+
|
|
35
|
+
// Also available: case, clr, masterytrack, powerpath, qti, webhooks
|
|
34
36
|
```
|
|
35
37
|
|
|
36
38
|
## Managing Multiple Clients
|
|
@@ -194,6 +196,12 @@ For standalone usage, install individual packages:
|
|
|
194
196
|
bun add @timeback/oneroster
|
|
195
197
|
bun add @timeback/edubridge
|
|
196
198
|
bun add @timeback/caliper
|
|
199
|
+
bun add @timeback/case
|
|
200
|
+
bun add @timeback/clr
|
|
201
|
+
bun add @timeback/masterytrack
|
|
202
|
+
bun add @timeback/powerpath
|
|
203
|
+
bun add @timeback/qti
|
|
204
|
+
bun add @timeback/webhooks
|
|
197
205
|
```
|
|
198
206
|
|
|
199
207
|
```typescript
|