vpn-split 18.0.14 → 18.0.15

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.14)
3
+ Assets from this folder are being shipped with this npm package (vpn-split@18.0.15)
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.
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ //@ts-nocheck
5
+ tslib_1.__exportStar(require("./migrations_index._auto-generated_"), exports);
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,aAAa;AACb,8EAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
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-helpers": "~18.0.15"
40
+ "tnp-helpers": "~18.0.16"
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.14",
50
- "lastBuildTagHash": "3166cc54dbd6ff89954e21b1fd6be38b2dc68033",
49
+ "version": "18.0.15",
50
+ "lastBuildTagHash": "b18199726235d720f9e733e5fa1fea0468672a03",
51
51
  "devDependencies": {},
52
52
  "main": "dist/app.electron.js"
53
53
  }
package/taon.jsonc CHANGED
@@ -1,33 +1,33 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "linkedFolders": [],
6
- "ignoreDepsPattern": ["*"],
7
- "includeAsDev": [],
8
- "includeOnly": ["tnp-helpers", "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
- }
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "linkedFolders": [],
6
+ "ignoreDepsPattern": ["*"],
7
+ "includeAsDev": [],
8
+ "includeOnly": ["tnp-helpers", "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
+ }
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "hostile": "1.3.3",
43
43
  "is-elevated": "3.0.0",
44
- "tnp-helpers": "~18.0.15"
44
+ "tnp-helpers": "~18.0.16"
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.14",
54
- "lastBuildTagHash": "3166cc54dbd6ff89954e21b1fd6be38b2dc68033",
53
+ "version": "18.0.15",
54
+ "lastBuildTagHash": "b18199726235d720f9e733e5fa1fea0468672a03",
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
57
57
  "@angular-devkit/build-angular": "~18.1.4",
@@ -165,6 +165,7 @@
165
165
  "command-exists": "1.2.2",
166
166
  "compression": "1.7.4",
167
167
  "concurrently": "8.2.2",
168
+ "console-png": "1.2.1",
168
169
  "content-type": "1.0.5",
169
170
  "conventional-changelog-cli": "5.0.0",
170
171
  "cookie-parser": "1.4.6",
@@ -214,12 +215,12 @@
214
215
  "image-focus": "1.2.1",
215
216
  "immer": "10.0.2",
216
217
  "immutable": "4.3.7",
217
- "incremental-compiler": "~18.0.15",
218
+ "incremental-compiler": "~18.0.16",
218
219
  "inquirer": "7.3.3",
219
220
  "inquirer-autocomplete-prompt": "1.4.0",
220
221
  "inquirer-autocomplete-standalone": "0.8.1",
221
222
  "inquirer-select-pro": "1.0.0-alpha.7",
222
- "isomorphic-region-loader": "~18.0.15",
223
+ "isomorphic-region-loader": "~18.0.16",
223
224
  "istanbul-instrumenter-loader": "3.0.1",
224
225
  "jest": "29.7.0",
225
226
  "jest-date-mock": "1.0.10",
@@ -230,8 +231,8 @@
230
231
  "joi": "17.13.3",
231
232
  "jscodeshift": "0.6.3",
232
233
  "json-stringify-safe": "5.0.1",
233
- "json10": "~18.0.15",
234
- "json10-writer": "~18.0.15",
234
+ "json10": "~18.0.16",
235
+ "json10-writer": "~18.0.16",
235
236
  "json5": "2.2.3",
236
237
  "json5-writer": "0.2.0",
237
238
  "jszip": "3.10.1",
@@ -240,9 +241,9 @@
240
241
  "localforage": "1.10.0",
241
242
  "lockfile": "1.0.4",
242
243
  "lodash": "4.17.21",
243
- "lodash-walk-object": "~18.0.15",
244
+ "lodash-walk-object": "~18.0.16",
244
245
  "lowdb": "7.0.1",
245
- "magic-renamer": "~18.0.15",
246
+ "magic-renamer": "~18.0.16",
246
247
  "material-design-icons": "3.0.1",
247
248
  "method-override": "2.3.10",
248
249
  "minimist": "1.2.8",
@@ -253,11 +254,11 @@
253
254
  "ng-in-viewport": "16.1.0",
254
255
  "ng-lock": "18.0.1",
255
256
  "ng-packagr": "18.1.0",
256
- "ng-talkback": "~18.0.14",
257
- "ng2-logger": "~18.0.17",
257
+ "ng-talkback": "~18.0.15",
258
+ "ng2-logger": "~18.0.18",
258
259
  "ng2-pdfjs-viewer": "18.0.0",
259
- "ng2-rest": "~18.0.15",
260
- "ng2-rest-swagger-generator": "18.0.12",
260
+ "ng2-rest": "~18.0.16",
261
+ "ng2-rest-swagger-generator": "18.0.13",
261
262
  "ngx-ace-wrapper": "17.0.0",
262
263
  "ngx-editor": "17.5.4",
263
264
  "ngx-highlightjs": "12.0.0",
@@ -271,7 +272,7 @@
271
272
  "ngx-scrolltop": "18.0.0",
272
273
  "ngx-store": "3.1.1",
273
274
  "ngx-typed-js": "2.1.1",
274
- "node-cli-tester": "~18.0.14",
275
+ "node-cli-tester": "~18.0.15",
275
276
  "node-localstorage": "2.1.6",
276
277
  "node-notifier": "10.0.1",
277
278
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -302,7 +303,7 @@
302
303
  "q": "1.5.1",
303
304
  "rallax.js": "2.0.4",
304
305
  "randomcolor": "0.5.3",
305
- "record-replay-req-res-scenario": "~18.0.14",
306
+ "record-replay-req-res-scenario": "~18.0.15",
306
307
  "reflect-metadata": "0.2.2",
307
308
  "rimraf": "2.6.2",
308
309
  "rxjs": "~7.8.1",
@@ -313,23 +314,25 @@
313
314
  "socket.io": "4.7.5",
314
315
  "socket.io-client": "4.7.5",
315
316
  "sort-package-json": "1.11.0",
317
+ "sql-template-strings": "2.2.2",
318
+ "sql-template-tag": "5.2.1",
316
319
  "sql.js": "1.8.0",
317
- "static-columns": "~18.0.16",
320
+ "static-columns": "~18.0.17",
318
321
  "string-similarity": "4.0.4",
319
322
  "sudo-block": "3.0.0",
320
323
  "supertest": "7.0.0",
321
324
  "sweetalert2": "11.7.32",
322
325
  "systeminformation": "3.45.7",
323
326
  "taon": "^18",
324
- "taon-storage": "18.0.24",
325
- "taon-type-sql": "18.0.15",
326
- "taon-typeorm": "18.0.14",
327
+ "taon-storage": "18.0.25",
328
+ "taon-type-sql": "18.0.16",
329
+ "taon-typeorm": "18.0.15",
327
330
  "task.js": "0.1.5",
328
331
  "threads": "1.7.0",
329
- "tnp": "~18.0.15",
330
- "tnp-config": "~18.0.17",
331
- "tnp-core": "~18.0.40",
332
- "tnp-models": "~18.0.16",
332
+ "tnp": "~18.0.18",
333
+ "tnp-config": "~18.0.18",
334
+ "tnp-core": "~18.0.42",
335
+ "tnp-models": "~18.0.17",
333
336
  "ts-debug": "1.3.0",
334
337
  "ts-json-schema-generator": "2.3.0-next.5",
335
338
  "ts-loader": "2.3.1",
@@ -341,14 +344,14 @@
341
344
  "typedoc": "0.26.5",
342
345
  "typedoc-plugin-markdown": "4.2.3",
343
346
  "typescript": "~5.5.4",
344
- "typescript-class-helpers": "~18.0.16",
347
+ "typescript-class-helpers": "~18.0.17",
345
348
  "typescript-formatter": "~7.2.2",
346
349
  "typescript-string-enums": "~1.0.0",
347
350
  "underscore": "1.13.7",
348
351
  "uuid": "10.0.0",
349
352
  "validator": "13.5.2",
350
353
  "video.js": "8.3.0",
351
- "vpn-split": "~18.0.13",
354
+ "vpn-split": "~18.0.14",
352
355
  "vscode": "1.1.37",
353
356
  "wait-on": "8.0.1",
354
357
  "watch": "1.0.2",
@@ -361,14 +364,14 @@
361
364
  "main": "dist/app.electron.js"
362
365
  },
363
366
  "build": {
364
- "number": 248,
365
- "date": "2024-11-17T07:06:59.000Z",
366
- "hash": "b18199726235d720f9e733e5fa1fea0468672a03"
367
+ "number": 249,
368
+ "date": "2024-11-25T02:32:49.000Z",
369
+ "hash": "d8653679d5c628104303220cc816fa64f2118996"
367
370
  },
368
371
  "currentProjectName": "vpn-split",
369
372
  "currentProjectGenericName": "vpn-split",
370
373
  "currentProjectType": "isomorphic-lib",
371
- "currentFrameworkVersion": "18.0.15",
374
+ "currentFrameworkVersion": "18.0.18",
372
375
  "isStandaloneProject": true,
373
376
  "isSmartContainer": false,
374
377
  "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.