@push.rocks/smartvpn 1.6.0 → 1.7.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.
|
Binary file
|
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/smartvpn',
|
|
6
|
-
version: '1.
|
|
6
|
+
version: '1.7.0',
|
|
7
7
|
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHlFQUF5RTtDQUN2RixDQUFBIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/smartvpn",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
|
|
6
6
|
"type": "module",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "dist_ts/index.js",
|
|
11
11
|
"typings": "dist_ts/index.d.ts",
|
|
12
12
|
"scripts": {
|
|
13
|
-
"build": "(tsbuild tsfolders
|
|
13
|
+
"build": "(tsbuild tsfolders) && (tsrust)",
|
|
14
14
|
"test:before": "(tsrust)",
|
|
15
15
|
"test": "tstest test/ --verbose",
|
|
16
16
|
"buildDocs": "tsdoc"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@push.rocks/smartrust": "^1.3.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@git.zone/tsbuild": "^4.
|
|
37
|
-
"@git.zone/tsrun": "^2.0.
|
|
38
|
-
"@git.zone/tsrust": "^1.3.
|
|
39
|
-
"@git.zone/tstest": "^3.
|
|
36
|
+
"@git.zone/tsbuild": "^4.4.0",
|
|
37
|
+
"@git.zone/tsrun": "^2.0.2",
|
|
38
|
+
"@git.zone/tsrust": "^1.3.2",
|
|
39
|
+
"@git.zone/tstest": "^3.6.3",
|
|
40
40
|
"@types/node": "^25.5.0"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
package/readme.md
CHANGED
|
@@ -709,7 +709,7 @@ pnpm build
|
|
|
709
709
|
# Build Rust only (debug)
|
|
710
710
|
cd rust && cargo build
|
|
711
711
|
|
|
712
|
-
# Run all tests (
|
|
712
|
+
# Run all tests (93 Rust + 77 TypeScript)
|
|
713
713
|
cd rust && cargo test
|
|
714
714
|
pnpm test
|
|
715
715
|
```
|
|
@@ -899,7 +899,7 @@ Use of these trademarks must comply with Task Venture Capital GmbH's Trademark G
|
|
|
899
899
|
|
|
900
900
|
### Company Information
|
|
901
901
|
|
|
902
|
-
Task Venture Capital GmbH
|
|
902
|
+
Task Venture Capital GmbH
|
|
903
903
|
Registered at District Court Bremen HRB 35230 HB, Germany
|
|
904
904
|
|
|
905
905
|
For any legal inquiries or further information, please contact us via email at hello@task.vc.
|