vpn-split 18.0.1 → 18.0.3

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.
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (vpn-split@18.0.1)
3
+ Assets from this folder are being shipped with this npm package (vpn-split@18.0.3)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
package/bin/vpn-split CHANGED
@@ -1,11 +1,11 @@
1
- #!/usr/bin/env node
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
11
-
1
+ #!/usr/bin/env node
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
11
+
@@ -1,11 +1,11 @@
1
- #!/usr/bin/env node --inspect
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
11
-
1
+ #!/usr/bin/env node --inspect
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
11
+
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/firedev.jsonc CHANGED
@@ -1,33 +1,33 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "linkedFolders": [],
6
- "ignoreDepsPattern": ["*"],
7
- "includeAsDev": [],
8
- "includeOnly": ["tnp-db", "hostile", "is-elevated"],
9
- "dependencies": {},
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "version": "v18",
30
- "license": "MIT",
31
- "private": false,
32
- "workerPlugins": {}
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "linkedFolders": [],
6
+ "ignoreDepsPattern": ["*"],
7
+ "includeAsDev": [],
8
+ "includeOnly": ["tnp-db", "hostile", "is-elevated"],
9
+ "dependencies": {},
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "version": "v18",
30
+ "license": "MIT",
31
+ "private": false,
32
+ "workerPlugins": {}
33
33
  }
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "hostile": "1.3.3",
39
39
  "is-elevated": "3.0.0",
40
- "tnp-db": "~18.0.2"
40
+ "tnp-db": "~18.0.4"
41
41
  },
42
42
  "name": "vpn-split",
43
43
  "license": "MIT",
@@ -46,8 +46,8 @@
46
46
  "vpn-split": "bin/vpn-split",
47
47
  "vpn-split-debug": "bin/vpn-split-debug"
48
48
  },
49
- "version": "18.0.1",
50
- "lastBuildTagHash": "fc1bf560a7cea089b99fba0363a37489e7fe10f2",
49
+ "version": "18.0.3",
50
+ "lastBuildTagHash": "136929a64fafc4aadc104812fba7429e0840ccd2",
51
51
  "devDependencies": {},
52
52
  "main": "dist/app.electron.js"
53
53
  }
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "hostile": "1.3.3",
43
43
  "is-elevated": "3.0.0",
44
- "tnp-db": "~18.0.2"
44
+ "tnp-db": "~18.0.4"
45
45
  },
46
46
  "name": "vpn-split",
47
47
  "license": "MIT",
@@ -50,8 +50,8 @@
50
50
  "vpn-split": "bin/vpn-split",
51
51
  "vpn-split-debug": "bin/vpn-split-debug"
52
52
  },
53
- "version": "18.0.1",
54
- "lastBuildTagHash": "fc1bf560a7cea089b99fba0363a37489e7fe10f2",
53
+ "version": "18.0.3",
54
+ "lastBuildTagHash": "136929a64fafc4aadc104812fba7429e0840ccd2",
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
57
57
  "@angular-devkit/build-angular": "~18.1.4",
@@ -110,7 +110,7 @@
110
110
  "@types/diff": "5.2.1",
111
111
  "@types/express": "4.17.21",
112
112
  "@types/express-fileupload": "1.5.0",
113
- "@types/fs-extra": "11.0.4",
113
+ "@types/fs-extra": "7.0.0",
114
114
  "@types/glob": "5.0.35",
115
115
  "@types/http-proxy": "1.17.15",
116
116
  "@types/http-proxy-middleware": "1.0.0",
@@ -126,7 +126,7 @@
126
126
  "@types/password-hash": "1.2.24",
127
127
  "@types/progress": "2.0.7",
128
128
  "@types/q": "1.5.8",
129
- "@types/rimraf": "4.0.5",
129
+ "@types/rimraf": "2.0.2",
130
130
  "@types/semver": "7.5.8",
131
131
  "@types/systeminformation": "3.54.1",
132
132
  "@types/vinyl": "2.0.12",
@@ -139,7 +139,7 @@
139
139
  "angular-material-css-vars": "7.0.0",
140
140
  "angular-resize-event": "3.2.0",
141
141
  "animate.css": "4.1.1",
142
- "any-project-cli": "~18.0.2",
142
+ "any-project-cli": "~18.0.4",
143
143
  "app-root-path": "3.1.0",
144
144
  "axios": "1.7.3",
145
145
  "background-worker-process": "~16.100.10",
@@ -173,9 +173,9 @@
173
173
  "dateformat": "3.0.3",
174
174
  "detect-mocha": "0.1.0",
175
175
  "diff": "4.0.2",
176
- "electron": "31.3.1",
177
- "electron-builder": "24.13.3",
178
- "electron-debug": "4.0.0",
176
+ "electron": "25.2.0",
177
+ "electron-builder": "24.4.0",
178
+ "electron-debug": "3.2.0",
179
179
  "electron-reloader": "1.2.3",
180
180
  "element-resize-detector": "1.2.4",
181
181
  "enquirer": "2.4.1",
@@ -195,17 +195,17 @@
195
195
  "file-saver": "2.0.5",
196
196
  "file-type": "19.1.1",
197
197
  "firedev": "^18",
198
- "firedev-crud": "~18.0.1",
199
- "firedev-crud-deamon": "~18.0.2",
200
- "firedev-ports": "~18.0.1",
201
- "firedev-storage": "~18.0.1",
202
- "firedev-type-sql": "~18.0.2",
203
- "firedev-typeorm": "~18.0.1",
204
- "firedev-ui": "~16.444.1",
198
+ "firedev-crud": "~18.0.3",
199
+ "firedev-crud-deamon": "~18.0.4",
200
+ "firedev-ports": "~18.0.3",
201
+ "firedev-storage": "~18.0.3",
202
+ "firedev-type-sql": "~18.0.4",
203
+ "firedev-typeorm": "~18.0.3",
204
+ "firedev-ui": "~18.0.4",
205
205
  "fkill": "6.1.0",
206
206
  "font-awesome": "4.7.0",
207
207
  "form-data": "4.0.0",
208
- "fs-extra": "11.1.1",
208
+ "fs-extra": "8.1.0",
209
209
  "fuzzy": "0.1.3",
210
210
  "glob": "7.1.2",
211
211
  "google-libphonenumber": "3.2.38",
@@ -218,10 +218,10 @@
218
218
  "image-focus": "1.2.1",
219
219
  "immer": "10.0.2",
220
220
  "immutable": "4.3.7",
221
- "incremental-compiler": "~18.0.2",
221
+ "incremental-compiler": "~18.0.4",
222
222
  "inquirer": "7.3.3",
223
223
  "inquirer-autocomplete-prompt": "1.3.0",
224
- "isomorphic-region-loader": "~18.0.2",
224
+ "isomorphic-region-loader": "~18.0.4",
225
225
  "istanbul-instrumenter-loader": "3.0.1",
226
226
  "jest": "29.7.0",
227
227
  "jest-date-mock": "1.0.10",
@@ -232,8 +232,8 @@
232
232
  "joi": "17.13.3",
233
233
  "jscodeshift": "0.6.3",
234
234
  "json-stringify-safe": "5.0.1",
235
- "json10": "~18.0.2",
236
- "json10-writer": "~18.0.2",
235
+ "json10": "~18.0.4",
236
+ "json10-writer": "~18.0.4",
237
237
  "json5": "2.2.3",
238
238
  "json5-writer": "0.2.0",
239
239
  "jszip": "3.10.1",
@@ -242,9 +242,9 @@
242
242
  "localforage": "1.10.0",
243
243
  "lockfile": "1.0.4",
244
244
  "lodash": "4.17.21",
245
- "lodash-walk-object": "~18.0.2",
245
+ "lodash-walk-object": "~18.0.4",
246
246
  "lowdb": "7.0.1",
247
- "magic-renamer": "~18.0.2",
247
+ "magic-renamer": "~18.0.4",
248
248
  "material-design-icons": "3.0.1",
249
249
  "method-override": "2.3.10",
250
250
  "minimist": "1.2.8",
@@ -255,10 +255,10 @@
255
255
  "ng-in-viewport": "16.1.0",
256
256
  "ng-lock": "18.0.1",
257
257
  "ng-packagr": "18.1.0",
258
- "ng-talkback": "~18.0.1",
259
- "ng2-logger": "~18.0.4",
258
+ "ng-talkback": "~18.0.3",
259
+ "ng2-logger": "~18.0.6",
260
260
  "ng2-pdfjs-viewer": "18.0.0",
261
- "ng2-rest": "~18.0.2",
261
+ "ng2-rest": "~18.0.4",
262
262
  "ngx-ace-wrapper": "17.0.0",
263
263
  "ngx-editor": "17.5.4",
264
264
  "ngx-highlightjs": "12.0.0",
@@ -271,7 +271,7 @@
271
271
  "ngx-scrolltop": "18.0.0",
272
272
  "ngx-store": "3.1.1",
273
273
  "ngx-typed-js": "2.1.1",
274
- "node-cli-tester": "~18.0.1",
274
+ "node-cli-tester": "~18.0.3",
275
275
  "node-localstorage": "2.1.6",
276
276
  "node-notifier": "10.0.1",
277
277
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -280,12 +280,13 @@
280
280
  "npm-run": "4.1.2",
281
281
  "omelette": "0.4.17",
282
282
  "open": "10.0.4",
283
- "ora": "8.0.1",
283
+ "ora": "3.4.0",
284
284
  "passport": "0.7.0",
285
285
  "passport-http-bearer": "1.0.1",
286
286
  "password-hash": "1.2.2",
287
287
  "path-to-regexp": "6.2.2",
288
288
  "pica": "9.0.1",
289
+ "playwright": "1.43.1",
289
290
  "portfinder": "1.0.21",
290
291
  "prettier": "3.3.3",
291
292
  "prettier-eslint": "16.3.0",
@@ -300,7 +301,7 @@
300
301
  "q": "1.5.1",
301
302
  "rallax.js": "2.0.4",
302
303
  "randomcolor": "0.5.3",
303
- "record-replay-req-res-scenario": "~18.0.1",
304
+ "record-replay-req-res-scenario": "~18.0.3",
304
305
  "reflect-metadata": "0.2.2",
305
306
  "rimraf": "2.6.2",
306
307
  "rxjs": "~7.8.1",
@@ -312,7 +313,7 @@
312
313
  "socket.io-client": "4.7.5",
313
314
  "sort-package-json": "1.11.0",
314
315
  "sql.js": "1.8.0",
315
- "static-columns": "~18.0.3",
316
+ "static-columns": "~18.0.5",
316
317
  "string-similarity": "4.0.4",
317
318
  "sudo-block": "3.0.0",
318
319
  "supertest": "7.0.0",
@@ -320,12 +321,12 @@
320
321
  "systeminformation": "3.45.7",
321
322
  "task.js": "0.1.5",
322
323
  "threads": "1.7.0",
323
- "tnp": "~18.0.2",
324
- "tnp-cli": "~18.0.1",
325
- "tnp-config": "~18.0.4",
326
- "tnp-core": "~18.0.26",
327
- "tnp-helpers": "~18.0.2",
328
- "tnp-models": "~18.0.3",
324
+ "tnp": "~18.0.4",
325
+ "tnp-cli": "~18.0.3",
326
+ "tnp-config": "~18.0.6",
327
+ "tnp-core": "~18.0.28",
328
+ "tnp-helpers": "~18.0.4",
329
+ "tnp-models": "~18.0.5",
329
330
  "ts-debug": "1.3.0",
330
331
  "ts-json-schema-generator": "2.3.0-next.5",
331
332
  "ts-loader": "2.3.1",
@@ -336,13 +337,13 @@
336
337
  "typedoc": "0.26.5",
337
338
  "typedoc-plugin-markdown": "4.2.3",
338
339
  "typescript": "~5.5.4",
339
- "typescript-class-helpers": "~18.0.3",
340
+ "typescript-class-helpers": "~18.0.5",
340
341
  "typescript-formatter": "~7.2.2",
341
342
  "underscore": "1.13.7",
342
343
  "uuid": "10.0.0",
343
344
  "validator": "13.5.2",
344
345
  "video.js": "8.3.0",
345
- "vpn-split": "~16.444.7",
346
+ "vpn-split": "~18.0.2",
346
347
  "vscode": "1.1.37",
347
348
  "wait-on": "7.0.1",
348
349
  "watch": "1.0.2",
@@ -355,14 +356,14 @@
355
356
  "main": "dist/app.electron.js"
356
357
  },
357
358
  "build": {
358
- "number": 231,
359
- "date": "2024-08-13T07:12:54.000Z",
360
- "hash": "35e593d6133d258d3c24b8e5daf1ca9845bc2ae4"
359
+ "number": 233,
360
+ "date": "2024-08-13T18:59:35.000Z",
361
+ "hash": "7bc6ac9a5edd0cc72b795e64a88d2d3d5a7531fd"
361
362
  },
362
363
  "currentProjectName": "vpn-split",
363
364
  "currentProjectGenericName": "vpn-split",
364
365
  "currentProjectType": "isomorphic-lib",
365
- "currentFrameworkVersion": "18.0.2",
366
+ "currentFrameworkVersion": "18.0.4",
366
367
  "isStandaloneProject": true,
367
368
  "isSmartContainer": false,
368
369
  "pathesTsconfig": "\"paths\": {\"vpn-split\":[\"./src/lib\"],\"vpn-split/*\":[\"./src/lib/*\"]},",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.