@eduware/oneroster 1.2.2 → 1.2.4
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/package.json +65 -1
package/package.json
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eduware/oneroster",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
|
+
"description": "A TypeScript/JavaScript SDK for the OneRoster API standard - manage students, teachers, classes, enrollments, and academic data for K-12 education systems",
|
|
4
5
|
"author": "Eduware",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"oneroster",
|
|
9
|
+
"one-roster",
|
|
10
|
+
"education",
|
|
11
|
+
"edtech",
|
|
12
|
+
"k12",
|
|
13
|
+
"k-12",
|
|
14
|
+
"sis",
|
|
15
|
+
"student-information-system",
|
|
16
|
+
"lms",
|
|
17
|
+
"learning-management-system",
|
|
18
|
+
"classlink",
|
|
19
|
+
"clever",
|
|
20
|
+
"api",
|
|
21
|
+
"sdk",
|
|
22
|
+
"typescript",
|
|
23
|
+
"javascript",
|
|
24
|
+
"rest-api",
|
|
25
|
+
"oauth",
|
|
26
|
+
"oauth1",
|
|
27
|
+
"oauth2",
|
|
28
|
+
"students",
|
|
29
|
+
"teachers",
|
|
30
|
+
"classes",
|
|
31
|
+
"enrollments",
|
|
32
|
+
"schools",
|
|
33
|
+
"courses",
|
|
34
|
+
"academic-sessions",
|
|
35
|
+
"grading",
|
|
36
|
+
"roster",
|
|
37
|
+
"rostering",
|
|
38
|
+
"ims-global",
|
|
39
|
+
"1edtech",
|
|
40
|
+
"interoperability",
|
|
41
|
+
"mcp",
|
|
42
|
+
"model-context-protocol"
|
|
43
|
+
],
|
|
5
44
|
"type": "module",
|
|
6
45
|
"tshy": {
|
|
7
46
|
"sourceDialects": [
|
|
@@ -174,6 +213,31 @@
|
|
|
174
213
|
"main": "./dist/commonjs/index.js",
|
|
175
214
|
"types": "./dist/commonjs/index.d.ts",
|
|
176
215
|
"module": "./dist/esm/index.js",
|
|
216
|
+
"typesVersions": {
|
|
217
|
+
"*": {
|
|
218
|
+
"clients": [
|
|
219
|
+
"./dist/esm/clients/index.d.ts"
|
|
220
|
+
],
|
|
221
|
+
"sdk": [
|
|
222
|
+
"./dist/esm/sdk/index.d.ts"
|
|
223
|
+
],
|
|
224
|
+
"types": [
|
|
225
|
+
"./dist/esm/types/index.d.ts"
|
|
226
|
+
],
|
|
227
|
+
"models/errors": [
|
|
228
|
+
"./dist/esm/models/errors/index.d.ts"
|
|
229
|
+
],
|
|
230
|
+
"models/components": [
|
|
231
|
+
"./dist/esm/models/components/index.d.ts"
|
|
232
|
+
],
|
|
233
|
+
"models/operations": [
|
|
234
|
+
"./dist/esm/models/operations/index.d.ts"
|
|
235
|
+
],
|
|
236
|
+
"*": [
|
|
237
|
+
"./dist/esm/*.d.ts"
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
},
|
|
177
241
|
"bin": {
|
|
178
242
|
"mcp": "./bin/mcp-server.js"
|
|
179
243
|
}
|