@maroonedsoftware/scim 0.1.12 → 0.1.14
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maroonedsoftware/scim",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "SCIM 2.0 (RFC 7643/7644) server toolkit for ServerKit — schemas, filter parser, PATCH applier, error envelope, and a Koa router with abstract repositories.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Marooned Software",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"dist/**"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"injectkit": "^1.
|
|
36
|
+
"injectkit": "^1.4.1",
|
|
37
37
|
"luxon": "^3.7.2",
|
|
38
|
-
"@maroonedsoftware/authentication": "4.21.0",
|
|
39
38
|
"@maroonedsoftware/errors": "1.7.0",
|
|
40
|
-
"@maroonedsoftware/
|
|
41
|
-
"@maroonedsoftware/
|
|
42
|
-
"@maroonedsoftware/logger": "1.1.
|
|
39
|
+
"@maroonedsoftware/koa": "2.2.5",
|
|
40
|
+
"@maroonedsoftware/authentication": "4.21.2",
|
|
41
|
+
"@maroonedsoftware/logger": "1.1.1",
|
|
42
|
+
"@maroonedsoftware/utilities": "1.7.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@koa/router": "^15.2.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@koa/router": "^15.5.0",
|
|
50
|
-
"@types/koa": "^3.0.
|
|
50
|
+
"@types/koa": "^3.0.3",
|
|
51
51
|
"@types/luxon": "^3.7.1",
|
|
52
|
-
"@types/supertest": "^
|
|
52
|
+
"@types/supertest": "^7.2.0",
|
|
53
53
|
"koa": "^3.2.0",
|
|
54
|
-
"supertest": "^7.
|
|
54
|
+
"supertest": "^7.2.2",
|
|
55
55
|
"@repo/config-eslint": "0.2.1",
|
|
56
56
|
"@repo/config-typescript": "0.1.0"
|
|
57
57
|
},
|