@serve.zone/dcrouter 13.43.3 → 13.43.5
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 -40
- package/dist_serve/bundle.js +393 -295
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/remoteingress/classes.tunnel-manager.d.ts +2 -2
- package/dist_ts/remoteingress/classes.tunnel-manager.js +8 -9
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/package.json +3 -3
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/remoteingress/classes.tunnel-manager.ts +14 -11
- package/ts_web/00_commitinfo_data.ts +1 -1
package/deno.json
CHANGED
|
@@ -1,49 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/dcrouter",
|
|
3
|
-
"version": "13.43.
|
|
3
|
+
"version": "13.43.5",
|
|
4
4
|
"exports": "./binary/dcrouter.ts",
|
|
5
5
|
"compile": {
|
|
6
6
|
"include": [
|
|
7
7
|
"dist_serve"
|
|
8
8
|
]
|
|
9
|
-
},
|
|
10
|
-
"imports": {
|
|
11
|
-
"@api.global/typedrequest": "npm:@api.global/typedrequest@^3.3.2",
|
|
12
|
-
"@api.global/typedrequest-interfaces": "npm:@api.global/typedrequest-interfaces@^3.0.19",
|
|
13
|
-
"@api.global/typedserver": "npm:@api.global/typedserver@^8.4.7",
|
|
14
|
-
"@api.global/typedsocket": "npm:@api.global/typedsocket@^4.1.4",
|
|
15
|
-
"@apiclient.xyz/cloudflare": "npm:@apiclient.xyz/cloudflare@^7.1.0",
|
|
16
|
-
"@idp.global/sdk/server": "npm:@idp.global/sdk@^1.4.0/server",
|
|
17
|
-
"@push.rocks/lik": "npm:@push.rocks/lik@^6.4.1",
|
|
18
|
-
"@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.1.0",
|
|
19
|
-
"@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.4",
|
|
20
|
-
"@push.rocks/smartacme": "npm:@push.rocks/smartacme@^9.5.0",
|
|
21
|
-
"@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.1.7",
|
|
22
|
-
"@push.rocks/smartdb": "npm:@push.rocks/smartdb@^2.10.2",
|
|
23
|
-
"@push.rocks/smartdns": "npm:@push.rocks/smartdns@^7.9.3",
|
|
24
|
-
"@push.rocks/smartfs": "npm:@push.rocks/smartfs@^1.5.1",
|
|
25
|
-
"@push.rocks/smartguard": "npm:@push.rocks/smartguard@^3.1.0",
|
|
26
|
-
"@push.rocks/smartjwt": "npm:@push.rocks/smartjwt@^2.2.2",
|
|
27
|
-
"@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.2.2",
|
|
28
|
-
"@push.rocks/smartmetrics": "npm:@push.rocks/smartmetrics@^3.0.3",
|
|
29
|
-
"@push.rocks/smartmigration": "npm:@push.rocks/smartmigration@1.4.1",
|
|
30
|
-
"@push.rocks/smartmta": "npm:@push.rocks/smartmta@^5.3.3",
|
|
31
|
-
"@push.rocks/smartnetwork": "npm:@push.rocks/smartnetwork@^4.7.2",
|
|
32
|
-
"@push.rocks/smartpath": "npm:@push.rocks/smartpath@^6.0.0",
|
|
33
|
-
"@push.rocks/smartpromise": "npm:@push.rocks/smartpromise@^4.2.4",
|
|
34
|
-
"@push.rocks/smartproxy": "npm:@push.rocks/smartproxy@^27.12.6",
|
|
35
|
-
"@push.rocks/smartradius": "npm:@push.rocks/smartradius@^1.3.0",
|
|
36
|
-
"@push.rocks/smartrequest": "npm:@push.rocks/smartrequest@^5.0.3",
|
|
37
|
-
"@push.rocks/smartrx": "npm:@push.rocks/smartrx@^3.0.10",
|
|
38
|
-
"@push.rocks/smartstate": "npm:@push.rocks/smartstate@^2.3.1",
|
|
39
|
-
"@push.rocks/smartunique": "npm:@push.rocks/smartunique@^3.0.9",
|
|
40
|
-
"@push.rocks/smartvpn": "npm:@push.rocks/smartvpn@1.20.0",
|
|
41
|
-
"@push.rocks/taskbuffer": "npm:@push.rocks/taskbuffer@^8.0.2",
|
|
42
|
-
"@serve.zone/interfaces": "npm:@serve.zone/interfaces@^6.2.1",
|
|
43
|
-
"@serve.zone/remoteingress": "npm:@serve.zone/remoteingress@^4.22.5",
|
|
44
|
-
"@tsclass/tsclass": "npm:@tsclass/tsclass@^9.5.1",
|
|
45
|
-
"lru-cache": "npm:lru-cache@^11.5.1",
|
|
46
|
-
"qrcode": "npm:qrcode@^1.5.4",
|
|
47
|
-
"uuid": "npm:uuid@^14.0.0"
|
|
48
9
|
}
|
|
49
10
|
}
|