@serve.zone/dcrouter 13.36.2 → 13.37.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/.smartconfig.json CHANGED
@@ -29,6 +29,28 @@
29
29
  }
30
30
  ]
31
31
  },
32
+ "@git.zone/tsdeno": {
33
+ "compileTargets": [
34
+ {
35
+ "name": "dcrouter-linux-x64",
36
+ "entryPoint": "binary/dcrouter.ts",
37
+ "outDir": "dist/binaries",
38
+ "target": "x86_64-unknown-linux-gnu",
39
+ "permissions": ["--allow-all"],
40
+ "noCheck": true,
41
+ "selfExtracting": true
42
+ },
43
+ {
44
+ "name": "dcrouter-linux-arm64",
45
+ "entryPoint": "binary/dcrouter.ts",
46
+ "outDir": "dist/binaries",
47
+ "target": "aarch64-unknown-linux-gnu",
48
+ "permissions": ["--allow-all"],
49
+ "noCheck": true,
50
+ "selfExtracting": true
51
+ }
52
+ ]
53
+ },
32
54
  "@git.zone/cli": {
33
55
  "schemaVersion": 2,
34
56
  "projectType": "service",
@@ -96,4 +118,4 @@
96
118
  ]
97
119
  },
98
120
  "@ship.zone/szci": {}
99
- }
121
+ }
@@ -0,0 +1,4 @@
1
+ process.env.CLI_CALL = 'true';
2
+
3
+ const cliTool = await import('../dist_ts/index.js');
4
+ await cliTool.runCli();
package/cli.child.js ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ process.env.CLI_CALL = 'true';
3
+ import * as cliTool from './ts/index.js';
4
+ cliTool.runCli();
package/cli.child.ts ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ process.env.CLI_CALL = 'true';
3
+ import * as cliTool from './ts/index.js';
4
+ cliTool.runCli();
package/cli.js CHANGED
File without changes
package/cli.ts.js ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ process.env.CLI_CALL = 'true';
3
+
4
+ import * as tsrun from '@git.zone/tsrun';
5
+ tsrun.runPath('./cli.child.js', import.meta.url);
package/deno.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "@serve.zone/dcrouter",
3
+ "version": "13.37.0",
4
+ "exports": "./binary/dcrouter.ts",
5
+ "compile": {
6
+ "include": [
7
+ "dist_serve",
8
+ "assets"
9
+ ]
10
+ },
11
+ "imports": {
12
+ "@api.global/typedrequest": "npm:@api.global/typedrequest@^3.3.1",
13
+ "@api.global/typedrequest-interfaces": "npm:@api.global/typedrequest-interfaces@^3.0.19",
14
+ "@api.global/typedserver": "npm:@api.global/typedserver@^8.4.6",
15
+ "@api.global/typedsocket": "npm:@api.global/typedsocket@^4.1.3",
16
+ "@apiclient.xyz/cloudflare": "npm:@apiclient.xyz/cloudflare@^7.1.0",
17
+ "@idp.global/sdk/server": "npm:@idp.global/sdk@^1.3.1/server",
18
+ "@push.rocks/lik": "npm:@push.rocks/lik@^6.4.1",
19
+ "@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.1.0",
20
+ "@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.4",
21
+ "@push.rocks/smartacme": "npm:@push.rocks/smartacme@^9.5.0",
22
+ "@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.1.7",
23
+ "@push.rocks/smartdb": "npm:@push.rocks/smartdb@^2.10.1",
24
+ "@push.rocks/smartdns": "npm:@push.rocks/smartdns@^7.9.3",
25
+ "@push.rocks/smartfs": "npm:@push.rocks/smartfs@^1.5.1",
26
+ "@push.rocks/smartguard": "npm:@push.rocks/smartguard@^3.1.0",
27
+ "@push.rocks/smartjwt": "npm:@push.rocks/smartjwt@^2.2.2",
28
+ "@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.2.2",
29
+ "@push.rocks/smartmetrics": "npm:@push.rocks/smartmetrics@^3.0.3",
30
+ "@push.rocks/smartmigration": "npm:@push.rocks/smartmigration@1.4.1",
31
+ "@push.rocks/smartmta": "npm:@push.rocks/smartmta@^5.3.3",
32
+ "@push.rocks/smartnetwork": "npm:@push.rocks/smartnetwork@^4.7.2",
33
+ "@push.rocks/smartpath": "npm:@push.rocks/smartpath@^6.0.0",
34
+ "@push.rocks/smartpromise": "npm:@push.rocks/smartpromise@^4.2.4",
35
+ "@push.rocks/smartproxy": "npm:@push.rocks/smartproxy@^27.11.1",
36
+ "@push.rocks/smartradius": "npm:@push.rocks/smartradius@^1.1.2",
37
+ "@push.rocks/smartrequest": "npm:@push.rocks/smartrequest@^5.0.3",
38
+ "@push.rocks/smartrx": "npm:@push.rocks/smartrx@^3.0.10",
39
+ "@push.rocks/smartstate": "npm:@push.rocks/smartstate@^2.3.1",
40
+ "@push.rocks/smartunique": "npm:@push.rocks/smartunique@^3.0.9",
41
+ "@push.rocks/smartvpn": "npm:@push.rocks/smartvpn@1.20.0",
42
+ "@push.rocks/taskbuffer": "npm:@push.rocks/taskbuffer@^8.0.2",
43
+ "@serve.zone/interfaces": "npm:@serve.zone/interfaces@^5.8.0",
44
+ "@serve.zone/remoteingress": "npm:@serve.zone/remoteingress@^4.18.0",
45
+ "@tsclass/tsclass": "npm:@tsclass/tsclass@^9.5.1",
46
+ "lru-cache": "npm:lru-cache@^11.4.0",
47
+ "qrcode": "npm:qrcode@^1.5.4",
48
+ "uuid": "npm:uuid@^14.0.0"
49
+ }
50
+ }