vpn-split 16.100.4 → 16.100.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.
@@ -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@16.100.4)
3
+ Assets from this folder are being shipped with this npm package (vpn-split@16.100.5)
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.
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "hostile": "1.3.3",
39
39
  "is-elevated": "3.0.0",
40
- "tnp-db": "16.100.6"
40
+ "tnp-db": "16.100.7"
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": "16.100.4",
50
- "lastBuildTagHash": "bc27b63d28c67d88640ea9c7701830a44fa68ff5",
49
+ "version": "16.100.5",
50
+ "lastBuildTagHash": "8736afc4a2c9707344d994b0514d15b64387ec16",
51
51
  "devDependencies": {
52
52
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
53
53
  "@angular-devkit/build-angular": "~16.0.5",
@@ -129,7 +129,7 @@
129
129
  "angular-material-css-vars": "5.0.2",
130
130
  "angular-resize-event": "3.2.0",
131
131
  "animate.css": "4.1.1 ",
132
- "any-project-cli": "16.100.7",
132
+ "any-project-cli": "16.100.8",
133
133
  "axios": "1.3.5",
134
134
  "background-worker-process": "16.100.4",
135
135
  "base32": "0.0.7",
@@ -179,13 +179,13 @@
179
179
  "file-saver": "2.0.5",
180
180
  "file-type": "18.5.0",
181
181
  "firedev": "^16",
182
- "firedev-crud": "16.100.7",
183
- "firedev-crud-deamon": "16.100.6",
184
- "firedev-ports": "16.100.7",
185
- "firedev-storage": "16.100.4",
186
- "firedev-type-sql": "16.100.4",
187
- "firedev-typeorm": "16.100.4",
188
- "firedev-ui": "16.100.7",
182
+ "firedev-crud": "16.100.8",
183
+ "firedev-crud-deamon": "16.100.7",
184
+ "firedev-ports": "16.100.8",
185
+ "firedev-storage": "16.100.5",
186
+ "firedev-type-sql": "16.100.5",
187
+ "firedev-typeorm": "16.100.5",
188
+ "firedev-ui": "16.100.8",
189
189
  "fkill": "6.1.0",
190
190
  "font-awesome": "4.7.0",
191
191
  "form-data": "4.0.0",
@@ -202,10 +202,10 @@
202
202
  "image-focus": "1.2.1",
203
203
  "immer": "10.0.2",
204
204
  "immutable": "4.3.0",
205
- "incremental-compiler": "16.100.7",
205
+ "incremental-compiler": "16.100.8",
206
206
  "inquirer": "7.3.3",
207
207
  "inquirer-autocomplete-prompt": "1.3.0",
208
- "isomorphic-region-loader": "16.100.6",
208
+ "isomorphic-region-loader": "16.100.7",
209
209
  "istanbul-instrumenter-loader": "2.0.0",
210
210
  "jest": "29.5.0",
211
211
  "jest-date-mock": "1.0.8",
@@ -216,8 +216,8 @@
216
216
  "joi": "17.9.2",
217
217
  "jscodeshift": "0.6.3",
218
218
  "json-stringify-safe": "5.0.1",
219
- "json10": "16.100.4",
220
- "json10-writer": "16.100.7",
219
+ "json10": "16.100.5",
220
+ "json10-writer": "16.100.8",
221
221
  "json5": "2.2.1",
222
222
  "json5-writer": "0.2.0",
223
223
  "jszip": "3.10.1",
@@ -226,9 +226,9 @@
226
226
  "localforage": "1.10.0",
227
227
  "lockfile": "1.0.4",
228
228
  "lodash": "4.17.20",
229
- "lodash-walk-object": "16.100.4",
229
+ "lodash-walk-object": "16.100.5",
230
230
  "lowdb": "7.0.1",
231
- "magic-renamer": "16.100.6",
231
+ "magic-renamer": "16.100.7",
232
232
  "material-design-icons": "3.0.1",
233
233
  "method-override": "2.3.10",
234
234
  "minimist": "1.2.0",
@@ -239,10 +239,10 @@
239
239
  "ng-in-viewport": "15.0.2",
240
240
  "ng-lock": "16.0.1",
241
241
  "ng-packagr": "16.0.1",
242
- "ng-talkback": "16.100.4",
243
- "ng2-logger": "16.100.7",
242
+ "ng-talkback": "16.100.5",
243
+ "ng2-logger": "16.100.8",
244
244
  "ng2-pdfjs-viewer": "16.0.4",
245
- "ng2-rest": "16.100.4",
245
+ "ng2-rest": "16.100.5",
246
246
  "ngx-ace-wrapper": "14.0.0",
247
247
  "ngx-editor": "15.3.0",
248
248
  "ngx-highlightjs": "9.0.0",
@@ -255,7 +255,7 @@
255
255
  "ngx-scrolltop": "6.0.0",
256
256
  "ngx-store": "3.1.1",
257
257
  "ngx-typed-js": "2.1.1",
258
- "node-cli-tester": "16.100.4",
258
+ "node-cli-tester": "16.100.5",
259
259
  "node-localstorage": "2.1.6",
260
260
  "node-notifier": "6.0.0",
261
261
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -283,7 +283,7 @@
283
283
  "q": "1.5.1",
284
284
  "rallax.js": "2.0.4",
285
285
  "randomcolor": "0.5.3",
286
- "record-replay-req-res-scenario": "16.100.4",
286
+ "record-replay-req-res-scenario": "16.100.5",
287
287
  "reflect-metadata": "0.1.10",
288
288
  "rimraf": "2.6.2",
289
289
  "rxjs": "~7.8.0",
@@ -294,7 +294,7 @@
294
294
  "socket.io": "2.4.1",
295
295
  "sort-package-json": "1.11.0",
296
296
  "sql.js": "1.8.0",
297
- "static-columns": "16.100.4",
297
+ "static-columns": "16.100.5",
298
298
  "string-similarity": "4.0.2",
299
299
  "sudo-block": "3.0.0",
300
300
  "supertest": "6.3.3",
@@ -302,11 +302,11 @@
302
302
  "systeminformation": "3.45.7",
303
303
  "task.js": "0.1.5",
304
304
  "threads": "1.7.0",
305
- "tnp-cli": "16.100.4",
306
- "tnp-config": "16.100.7",
307
- "tnp-core": "16.100.17",
308
- "tnp-helpers": "16.100.7",
309
- "tnp-models": "16.100.7",
305
+ "tnp-cli": "16.100.5",
306
+ "tnp-config": "16.100.8",
307
+ "tnp-core": "16.100.19",
308
+ "tnp-helpers": "16.100.9",
309
+ "tnp-models": "16.100.8",
310
310
  "ts-debug": "1.3.0",
311
311
  "ts-json-schema-generator": "2.1.1",
312
312
  "ts-loader": "2.3.1",
@@ -315,13 +315,13 @@
315
315
  "tslint": "5.9.1",
316
316
  "turndown": "7.1.2",
317
317
  "typescript": "~5.0.2",
318
- "typescript-class-helpers": "~16.100.7",
318
+ "typescript-class-helpers": "~16.100.8",
319
319
  "typescript-formatter": "~7.2.2",
320
320
  "underscore": "1.9.1",
321
321
  "uuid": "8.3.2",
322
322
  "validator": "9.2.0",
323
323
  "video.js": "8.3.0",
324
- "vpn-split": "16.100.3",
324
+ "vpn-split": "16.100.4",
325
325
  "watch": "1.0.2",
326
326
  "webpack": "~5.80",
327
327
  "webpack-dev-middleware": "~6.0.2",
package/firedev.jsonc CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "resources": [],
3
- "overrided": {
4
- "linkedFolders": [],
5
- "ignoreDepsPattern": [
6
- "*"
7
- ],
8
- "includeAsDev": [],
9
- "includeOnly": [
10
- "tnp-db",
11
- "hostile",
12
- "is-elevated"
13
- ],
14
- "dependencies": {},
15
- "npmFixes": [],
16
- },
17
- "smartContainerBuildTarget": "",
18
- "linkedRepos": [],
19
- "libReleaseOptions": {
20
- "nodts": false,
21
- "obscure": false,
22
- "ugly": false,
23
- "includeNodeModules": false,
24
- "cliBuildNoDts": false,
25
- "cliBuildObscure": false,
26
- "cliBuildIncludeNodeModules": false,
27
- "cliBuildUglify": false,
28
- },
29
- "smartContainerTarget": "",
30
- "type": "isomorphic-lib",
31
- "version": "v4",
32
- "license": "MIT",
33
- "private": false,
34
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+ "overrided": {
4
+ "linkedFolders": [],
5
+ "ignoreDepsPattern": [
6
+ "*"
7
+ ],
8
+ "includeAsDev": [],
9
+ "includeOnly": [
10
+ "tnp-db",
11
+ "hostile",
12
+ "is-elevated"
13
+ ],
14
+ "dependencies": {},
15
+ "npmFixes": [],
16
+ },
17
+ "smartContainerBuildTarget": "",
18
+ "linkedRepos": [],
19
+ "libReleaseOptions": {
20
+ "nodts": false,
21
+ "obscure": false,
22
+ "ugly": false,
23
+ "includeNodeModules": false,
24
+ "cliBuildNoDts": false,
25
+ "cliBuildObscure": false,
26
+ "cliBuildIncludeNodeModules": false,
27
+ "cliBuildUglify": false,
28
+ },
29
+ "smartContainerTarget": "",
30
+ "type": "isomorphic-lib",
31
+ "version": "v4",
32
+ "license": "MIT",
33
+ "private": false,
34
+ "workerPlugins": {},
35
35
  }
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": "16.100.6"
40
+ "tnp-db": "16.100.7"
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": "16.100.4",
50
- "lastBuildTagHash": "bc27b63d28c67d88640ea9c7701830a44fa68ff5",
49
+ "version": "16.100.5",
50
+ "lastBuildTagHash": "8736afc4a2c9707344d994b0514d15b64387ec16",
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": "16.100.6"
44
+ "tnp-db": "16.100.7"
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": "16.100.4",
54
- "lastBuildTagHash": "bc27b63d28c67d88640ea9c7701830a44fa68ff5",
53
+ "version": "16.100.5",
54
+ "lastBuildTagHash": "8736afc4a2c9707344d994b0514d15b64387ec16",
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
57
57
  "@angular-devkit/build-angular": "~16.0.5",
@@ -133,7 +133,7 @@
133
133
  "angular-material-css-vars": "5.0.2",
134
134
  "angular-resize-event": "3.2.0",
135
135
  "animate.css": "4.1.1 ",
136
- "any-project-cli": "16.100.7",
136
+ "any-project-cli": "16.100.8",
137
137
  "axios": "1.3.5",
138
138
  "background-worker-process": "16.100.4",
139
139
  "base32": "0.0.7",
@@ -183,13 +183,13 @@
183
183
  "file-saver": "2.0.5",
184
184
  "file-type": "18.5.0",
185
185
  "firedev": "^16",
186
- "firedev-crud": "16.100.7",
187
- "firedev-crud-deamon": "16.100.6",
188
- "firedev-ports": "16.100.7",
189
- "firedev-storage": "16.100.4",
190
- "firedev-type-sql": "16.100.4",
191
- "firedev-typeorm": "16.100.4",
192
- "firedev-ui": "16.100.7",
186
+ "firedev-crud": "16.100.8",
187
+ "firedev-crud-deamon": "16.100.7",
188
+ "firedev-ports": "16.100.8",
189
+ "firedev-storage": "16.100.5",
190
+ "firedev-type-sql": "16.100.5",
191
+ "firedev-typeorm": "16.100.5",
192
+ "firedev-ui": "16.100.8",
193
193
  "fkill": "6.1.0",
194
194
  "font-awesome": "4.7.0",
195
195
  "form-data": "4.0.0",
@@ -206,10 +206,10 @@
206
206
  "image-focus": "1.2.1",
207
207
  "immer": "10.0.2",
208
208
  "immutable": "4.3.0",
209
- "incremental-compiler": "16.100.7",
209
+ "incremental-compiler": "16.100.8",
210
210
  "inquirer": "7.3.3",
211
211
  "inquirer-autocomplete-prompt": "1.3.0",
212
- "isomorphic-region-loader": "16.100.6",
212
+ "isomorphic-region-loader": "16.100.7",
213
213
  "istanbul-instrumenter-loader": "2.0.0",
214
214
  "jest": "29.5.0",
215
215
  "jest-date-mock": "1.0.8",
@@ -220,8 +220,8 @@
220
220
  "joi": "17.9.2",
221
221
  "jscodeshift": "0.6.3",
222
222
  "json-stringify-safe": "5.0.1",
223
- "json10": "16.100.4",
224
- "json10-writer": "16.100.7",
223
+ "json10": "16.100.5",
224
+ "json10-writer": "16.100.8",
225
225
  "json5": "2.2.1",
226
226
  "json5-writer": "0.2.0",
227
227
  "jszip": "3.10.1",
@@ -230,9 +230,9 @@
230
230
  "localforage": "1.10.0",
231
231
  "lockfile": "1.0.4",
232
232
  "lodash": "4.17.20",
233
- "lodash-walk-object": "16.100.4",
233
+ "lodash-walk-object": "16.100.5",
234
234
  "lowdb": "7.0.1",
235
- "magic-renamer": "16.100.6",
235
+ "magic-renamer": "16.100.7",
236
236
  "material-design-icons": "3.0.1",
237
237
  "method-override": "2.3.10",
238
238
  "minimist": "1.2.0",
@@ -243,10 +243,10 @@
243
243
  "ng-in-viewport": "15.0.2",
244
244
  "ng-lock": "16.0.1",
245
245
  "ng-packagr": "16.0.1",
246
- "ng-talkback": "16.100.4",
247
- "ng2-logger": "16.100.7",
246
+ "ng-talkback": "16.100.5",
247
+ "ng2-logger": "16.100.8",
248
248
  "ng2-pdfjs-viewer": "16.0.4",
249
- "ng2-rest": "16.100.4",
249
+ "ng2-rest": "16.100.5",
250
250
  "ngx-ace-wrapper": "14.0.0",
251
251
  "ngx-editor": "15.3.0",
252
252
  "ngx-highlightjs": "9.0.0",
@@ -259,7 +259,7 @@
259
259
  "ngx-scrolltop": "6.0.0",
260
260
  "ngx-store": "3.1.1",
261
261
  "ngx-typed-js": "2.1.1",
262
- "node-cli-tester": "16.100.4",
262
+ "node-cli-tester": "16.100.5",
263
263
  "node-localstorage": "2.1.6",
264
264
  "node-notifier": "6.0.0",
265
265
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -287,7 +287,7 @@
287
287
  "q": "1.5.1",
288
288
  "rallax.js": "2.0.4",
289
289
  "randomcolor": "0.5.3",
290
- "record-replay-req-res-scenario": "16.100.4",
290
+ "record-replay-req-res-scenario": "16.100.5",
291
291
  "reflect-metadata": "0.1.10",
292
292
  "rimraf": "2.6.2",
293
293
  "rxjs": "~7.8.0",
@@ -298,7 +298,7 @@
298
298
  "socket.io": "2.4.1",
299
299
  "sort-package-json": "1.11.0",
300
300
  "sql.js": "1.8.0",
301
- "static-columns": "16.100.4",
301
+ "static-columns": "16.100.5",
302
302
  "string-similarity": "4.0.2",
303
303
  "sudo-block": "3.0.0",
304
304
  "supertest": "6.3.3",
@@ -306,11 +306,11 @@
306
306
  "systeminformation": "3.45.7",
307
307
  "task.js": "0.1.5",
308
308
  "threads": "1.7.0",
309
- "tnp-cli": "16.100.4",
310
- "tnp-config": "16.100.7",
311
- "tnp-core": "16.100.17",
312
- "tnp-helpers": "16.100.7",
313
- "tnp-models": "16.100.7",
309
+ "tnp-cli": "16.100.5",
310
+ "tnp-config": "16.100.8",
311
+ "tnp-core": "16.100.19",
312
+ "tnp-helpers": "16.100.9",
313
+ "tnp-models": "16.100.8",
314
314
  "ts-debug": "1.3.0",
315
315
  "ts-json-schema-generator": "2.1.1",
316
316
  "ts-loader": "2.3.1",
@@ -319,13 +319,13 @@
319
319
  "tslint": "5.9.1",
320
320
  "turndown": "7.1.2",
321
321
  "typescript": "~5.0.2",
322
- "typescript-class-helpers": "~16.100.7",
322
+ "typescript-class-helpers": "~16.100.8",
323
323
  "typescript-formatter": "~7.2.2",
324
324
  "underscore": "1.9.1",
325
325
  "uuid": "8.3.2",
326
326
  "validator": "9.2.0",
327
327
  "video.js": "8.3.0",
328
- "vpn-split": "16.100.3",
328
+ "vpn-split": "16.100.4",
329
329
  "watch": "1.0.2",
330
330
  "webpack": "~5.80",
331
331
  "webpack-dev-middleware": "~6.0.2",
@@ -336,14 +336,14 @@
336
336
  "main": "dist/app.electron.js"
337
337
  },
338
338
  "build": {
339
- "number": 208,
340
- "date": "2024-05-20T11:14:50.000Z",
341
- "hash": "8736afc4a2c9707344d994b0514d15b64387ec16"
339
+ "number": 209,
340
+ "date": "2024-05-21T04:06:46.000Z",
341
+ "hash": "c57e3b0fdcbebc76e3c76e245efd7b52a0539660"
342
342
  },
343
343
  "currentProjectName": "vpn-split",
344
344
  "currentProjectGenericName": "vpn-split",
345
345
  "currentProjectType": "isomorphic-lib",
346
- "currentFrameworkVersion": "16.100.7",
346
+ "currentFrameworkVersion": "16.100.10",
347
347
  "isStandaloneProject": true,
348
348
  "isSmartContainer": false,
349
349
  "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.