@serve.zone/dcrouter 14.0.1 → 14.2.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/deno.json +1 -1
- package/dist_serve/bundle.js +1 -1
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/classes.dcrouter.d.ts +26 -0
- package/dist_ts/classes.dcrouter.js +491 -58
- package/dist_ts/config/classes.reference-resolver.js +3 -1
- package/dist_ts/db/documents/classes.cached.email.d.ts +4 -2
- package/dist_ts/db/documents/classes.cached.email.js +25 -5
- package/dist_ts/email/classes.workapp-mail-manager.d.ts +25 -0
- package/dist_ts/email/classes.workapp-mail-manager.js +185 -1
- package/dist_ts/http3/http3-route-augmentation.js +2 -1
- package/dist_ts/opsserver/handlers/workhoster.handler.d.ts +3 -0
- package/dist_ts/opsserver/handlers/workhoster.handler.js +102 -2
- package/dist_ts/plugins.d.ts +4 -2
- package/dist_ts/plugins.js +5 -3
- package/dist_ts_migrations/index.js +2 -2
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/network/ops-view-sourceprofiles.js +2 -1
- package/package.json +7 -6
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/classes.dcrouter.ts +592 -60
- package/ts/config/classes.reference-resolver.ts +1 -0
- package/ts/db/documents/classes.cached.email.ts +31 -5
- package/ts/email/classes.workapp-mail-manager.ts +234 -0
- package/ts/http3/http3-route-augmentation.ts +1 -0
- package/ts/opsserver/handlers/workhoster.handler.ts +131 -1
- package/ts/plugins.ts +4 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/network/ops-view-sourceprofiles.ts +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/dcrouter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "14.0
|
|
4
|
+
"version": "14.2.0",
|
|
5
5
|
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@git.zone/tsbuild": "^4.4.2",
|
|
19
19
|
"@git.zone/tsbundle": "^2.10.4",
|
|
20
20
|
"@git.zone/tsdeno": "^1.5.0",
|
|
21
|
-
"@git.zone/tsdocker": "^2.4.
|
|
21
|
+
"@git.zone/tsdocker": "^2.4.3",
|
|
22
22
|
"@git.zone/tsrun": "^2.0.4",
|
|
23
23
|
"@git.zone/tstest": "^3.6.6",
|
|
24
24
|
"@git.zone/tswatch": "^3.3.5",
|
|
25
|
-
"@types/node": "^25.9.
|
|
25
|
+
"@types/node": "^25.9.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@api.global/typedrequest": "^3.3.2",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"@push.rocks/projectinfo": "^5.1.0",
|
|
38
38
|
"@push.rocks/qenv": "^6.1.4",
|
|
39
39
|
"@push.rocks/smartacme": "^9.5.0",
|
|
40
|
+
"@push.rocks/smartchallenge": "^1.1.0",
|
|
40
41
|
"@push.rocks/smartdata": "^7.2.0",
|
|
41
42
|
"@push.rocks/smartdb": "^2.10.2",
|
|
42
43
|
"@push.rocks/smartdns": "^7.9.3",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@push.rocks/smartlog": "^3.2.2",
|
|
47
48
|
"@push.rocks/smartmetrics": "^3.0.3",
|
|
48
49
|
"@push.rocks/smartmigration": "1.4.1",
|
|
49
|
-
"@push.rocks/smartmta": "^
|
|
50
|
+
"@push.rocks/smartmta": "^6.0.1",
|
|
50
51
|
"@push.rocks/smartnetwork": "^4.7.2",
|
|
51
52
|
"@push.rocks/smartpath": "^6.0.0",
|
|
52
53
|
"@push.rocks/smartpromise": "^4.2.4",
|
|
53
|
-
"@push.rocks/smartproxy": "^27.
|
|
54
|
+
"@push.rocks/smartproxy": "^27.14.0",
|
|
54
55
|
"@push.rocks/smartradius": "^1.3.0",
|
|
55
56
|
"@push.rocks/smartrequest": "^5.0.3",
|
|
56
57
|
"@push.rocks/smartrx": "^3.0.10",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"@push.rocks/smartvpn": "1.20.0",
|
|
60
61
|
"@push.rocks/taskbuffer": "^8.0.2",
|
|
61
62
|
"@serve.zone/catalog": "^2.13.0",
|
|
62
|
-
"@serve.zone/interfaces": "^6.
|
|
63
|
+
"@serve.zone/interfaces": "^6.3.0",
|
|
63
64
|
"@serve.zone/remoteingress": "^4.23.0",
|
|
64
65
|
"@tsclass/tsclass": "^9.5.1",
|
|
65
66
|
"@types/qrcode": "^1.5.6",
|