vpn-split 13.1.23 → 16.0.1

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.
Files changed (52) hide show
  1. package/assets/shared/shared_folder_info.txt +7 -0
  2. package/bin/vpn-split +11 -11
  3. package/bin/vpn-split-debug +11 -11
  4. package/browser/README.md +24 -24
  5. package/{client/esm2020 → browser/esm2022}/lib/index.mjs +2 -2
  6. package/{client/fesm2015 → browser/fesm2022}/vpn-split.mjs +1 -1
  7. package/browser/fesm2022/vpn-split.mjs.map +1 -0
  8. package/browser/package.json +6 -12
  9. package/client/README.md +24 -24
  10. package/{browser/esm2020 → client/esm2022}/lib/index.mjs +2 -2
  11. package/{browser/fesm2015 → client/fesm2022}/vpn-split.mjs +1 -1
  12. package/client/fesm2022/vpn-split.mjs.map +1 -0
  13. package/client/package.json +290 -25
  14. package/index.js.map +1 -1
  15. package/lib/hostile.backend.js.map +1 -1
  16. package/lib/index.js.map +1 -1
  17. package/lib/models.backend.d.ts +2 -2
  18. package/lib/models.backend.js.map +1 -1
  19. package/lib/start.backend.js.map +1 -1
  20. package/lib/vpn-split.backend.d.ts +2 -1
  21. package/lib/vpn-split.backend.js +1 -2
  22. package/lib/vpn-split.backend.js.map +1 -1
  23. package/package.json +38 -6
  24. package/package.json_devDependencies.json +222 -222
  25. package/package.json_tnp.json5 +39 -33
  26. package/tmp-environment.json +226 -204
  27. package/websql/README.md +24 -24
  28. package/websql/{esm2020 → esm2022}/lib/index.mjs +2 -2
  29. package/{browser/fesm2020 → websql/fesm2022}/vpn-split.mjs +1 -1
  30. package/websql/fesm2022/vpn-split.mjs.map +1 -0
  31. package/websql/package.json +6 -12
  32. package/app.d.ts +0 -0
  33. package/app.js +0 -6
  34. package/app.js.map +0 -1
  35. package/browser/fesm2015/vpn-split.mjs.map +0 -1
  36. package/browser/fesm2020/vpn-split.mjs.map +0 -1
  37. package/client/fesm2015/vpn-split.mjs.map +0 -1
  38. package/client/fesm2020/vpn-split.mjs +0 -14
  39. package/client/fesm2020/vpn-split.mjs.map +0 -1
  40. package/websql/fesm2015/vpn-split.mjs +0 -14
  41. package/websql/fesm2015/vpn-split.mjs.map +0 -1
  42. package/websql/fesm2020/vpn-split.mjs +0 -14
  43. package/websql/fesm2020/vpn-split.mjs.map +0 -1
  44. /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
  45. /package/browser/{esm2020 → esm2022}/vpn-split.mjs +0 -0
  46. /package/browser/{vpn-split.d.ts → index.d.ts} +0 -0
  47. /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
  48. /package/client/{esm2020 → esm2022}/vpn-split.mjs +0 -0
  49. /package/client/{vpn-split.d.ts → index.d.ts} +0 -0
  50. /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
  51. /package/websql/{esm2020 → esm2022}/vpn-split.mjs +0 -0
  52. /package/websql/{vpn-split.d.ts → index.d.ts} +0 -0
@@ -1,34 +1,40 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "linkedFolders": [],
6
- "ignoreDepsPattern": [
7
- "*"
8
- ],
9
- "includeAsDev": [],
10
- "includeOnly": [
11
- "tnp-db",
12
- "hostile",
13
- "is-elevated"
14
- ],
15
- "dependencies": {}
16
- },
17
-
18
- "linkedProjects": [],
19
- 'smartContainerBuildTarget': '',
20
- 'linkedRepos': [],
21
-
22
- "libReleaseOptions": {
23
- "nodts": false,
24
- "obscure": false,
25
- "ugly": false
26
- },
27
-
28
- 'smartContainerTarget': '',
29
- "type": "isomorphic-lib",
30
- "version": "v3",
31
- "license": "MIT",
32
- "private": false,
33
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "linkedFolders": [],
6
+
7
+ "ignoreDepsPattern": [
8
+ "*"
9
+ ],
10
+
11
+ "includeAsDev": [],
12
+
13
+ "includeOnly": [
14
+ "tnp-db",
15
+ "hostile",
16
+ "is-elevated"
17
+ ],
18
+
19
+ "dependencies": {},
20
+ 'npmFixes': [],
21
+ },
22
+
23
+ "linkedProjects": [],
24
+ 'smartContainerBuildTarget': '',
25
+ 'linkedRepos': [],
26
+
27
+ "libReleaseOptions": {
28
+ "nodts": false,
29
+ "obscure": false,
30
+ "ugly": false,
31
+ 'includeNodeModules': false,
32
+ },
33
+
34
+ 'smartContainerTarget': '',
35
+ "type": "isomorphic-lib",
36
+ "version": "v4",
37
+ "license": "MIT",
38
+ "private": false,
39
+ "workerPlugins": {},
34
40
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "domain": "vpn-split.example.domain.com",
3
- "name": "local",
3
+ "isCoreProject": false,
4
4
  "ip": "localhost",
5
5
  "packageJSON": {
6
6
  "tnp": {
@@ -16,7 +16,8 @@
16
16
  "hostile",
17
17
  "is-elevated"
18
18
  ],
19
- "dependencies": {}
19
+ "dependencies": {},
20
+ "npmFixes": []
20
21
  },
21
22
  "linkedProjects": [],
22
23
  "smartContainerBuildTarget": "",
@@ -24,19 +25,20 @@
24
25
  "libReleaseOptions": {
25
26
  "nodts": false,
26
27
  "obscure": false,
27
- "ugly": false
28
+ "ugly": false,
29
+ "includeNodeModules": false
28
30
  },
29
31
  "smartContainerTarget": "",
30
32
  "type": "isomorphic-lib",
31
- "version": "v3",
33
+ "version": "v4",
32
34
  "license": "MIT",
33
35
  "private": false,
34
36
  "workerPlugins": {}
35
37
  },
36
38
  "dependencies": {
37
- "hostile": "~1.3.3",
38
- "is-elevated": "~3.0.0",
39
- "tnp-db": "~13.1.5"
39
+ "hostile": "1.3.3",
40
+ "is-elevated": "3.0.0",
41
+ "tnp-db": "~16.0.26"
40
42
  },
41
43
  "name": "vpn-split",
42
44
  "license": "MIT",
@@ -45,249 +47,269 @@
45
47
  "vpn-split": "bin/vpn-split",
46
48
  "vpn-split-debug": "bin/vpn-split-debug"
47
49
  },
48
- "version": "13.1.23",
49
- "lastBuildTagHash": "ccff20955b428d6b449e2d431730c5eafc2cbf43",
50
+ "version": "16.0.1",
51
+ "lastBuildTagHash": "e882270b055cbac611b01e15159d18a481f69cc0",
50
52
  "devDependencies": {
51
- "@angular-devkit/build-angular": "~13.3.9",
52
- "@angular-devkit/core": "~13.3.9",
53
- "@angular/cdk": "^13.3.9",
54
- "@angular/cli": "~13.3.9",
55
- "@angular/common": "~13.3.0",
56
- "@angular/compiler": "~13.3.0",
57
- "@angular/compiler-cli": "~13.3.0",
58
- "@angular/core": "~13.3.0",
59
- "@angular/flex-layout": "13.0.0-beta.38",
60
- "@angular/forms": "~13.3.0",
61
- "@angular/material": "^13.3.9",
62
- "@angular/platform-browser": "~13.3.0",
63
- "@angular/platform-browser-dynamic": "~13.3.0",
64
- "@angular/pwa": "~13.3.9",
65
- "@angular/router": "~13.3.0",
66
- "@angular/service-worker": "~13.3.11",
67
- "@babel/cli": "^7.18.6",
53
+ "@angular-devkit/build-angular": "~16.0.5",
54
+ "@angular-devkit/core": "~16.0.5",
55
+ "@angular-material-extensions/password-strength": "~12.1.0",
56
+ "@angular/animations": "~16.0.0",
57
+ "@angular/cdk": "~16.0.3",
58
+ "@angular/cli": "~16.0.5",
59
+ "@angular/common": "~16.0.0",
60
+ "@angular/compiler": "~16.0.0",
61
+ "@angular/compiler-cli": "~16.0.4",
62
+ "@angular/core": "~16.0.0",
63
+ "@angular/elements": "~16.0.4",
64
+ "@angular/forms": "~16.0.0",
65
+ "@angular/material": "~16.0.3",
66
+ "@angular/platform-browser": "~16.0.4",
67
+ "@angular/platform-browser-dynamic": "~16.0.4",
68
+ "@angular/pwa": "~16.0.5",
69
+ "@angular/router": "~16.0.0",
70
+ "@angular/service-worker": "~16.0.4",
71
+ "@babel/cli": "7.18.6",
68
72
  "@iconify/icons-fa-solid": "1.2.2",
69
73
  "@iconify/icons-mdi": "1.2.1",
70
- "@mdi/js": "6.5.95",
71
- "@ngrx/component-store": "^13.0.2",
72
- "@ngrx/data": "^13.0.2",
73
- "@ngrx/effects": "^13.0.2",
74
- "@ngrx/entity": "^13.0.2",
75
- "@ngrx/router-store": "^13.0.2",
76
- "@ngrx/schematics": "^13.0.2",
77
- "@ngrx/store": "^13.0.2",
78
- "@ngrx/store-devtools": "^13.0.2",
79
- "@ngx-formly/bootstrap": "6.0.0-next.8",
80
- "@ngx-formly/core": "6.0.0-next.8",
81
- "@ngx-formly/ionic": "6.0.0-next.8",
82
- "@ngx-formly/material": "6.0.0-next.8",
83
- "@ngx-loading-bar/core": "6.0.2",
84
- "@ngx-loading-bar/http-client": "6.0.2",
85
- "@ngx-loading-bar/router": "6.0.2",
86
- "@ngx-translate/core": "14.0.0",
87
- "@ngx-translate/http-loader": "7.0.0",
88
- "@swimlane/ngx-datatable": "20.0.0",
89
- "@types/chai": "^4.1.2",
74
+ "@mdi/js": "7.2.96",
75
+ "@ng-matero/extensions": "16.0.0",
76
+ "@ngneat/falso": "6.4.0",
77
+ "@ngneat/hot-toast": "5.0.1",
78
+ "@ngneat/overview": "5.0.0",
79
+ "@ngneat/spectator": "15.0.0",
80
+ "@ngrx/component-store": "~16.0.1",
81
+ "@ngrx/data": "~16.0.1",
82
+ "@ngrx/effects": "~16.0.1",
83
+ "@ngrx/entity": "~16.0.1",
84
+ "@ngrx/router-store": "~16.0.1",
85
+ "@ngrx/schematics": "~16.0.1",
86
+ "@ngrx/store": "~16.0.1",
87
+ "@ngrx/store-devtools": "~16.0.1",
88
+ "@ngx-formly/core": "6.1.7",
89
+ "@ngx-formly/material": "6.1.7",
90
+ "@ngx-translate/core": "15.0.0",
91
+ "@ngx-translate/http-loader": "8.0.0",
92
+ "@sweetalert2/ngx-sweetalert2": "12.1.0",
93
+ "@testdeck/jasmine": "0.3.3",
94
+ "@testdeck/jest": "0.3.3",
95
+ "@testdeck/mocha": "0.3.3",
96
+ "@types/chai": "4.1.2",
90
97
  "@types/chokidar": "2.1.3",
91
- "@types/dateformat": "^1.0.1",
92
- "@types/diff": "^3.2.2",
93
- "@types/express": "^4.11.0",
94
- "@types/express-fileupload": "^0.1.1",
95
- "@types/fs-extra": "^7.0.0",
96
- "@types/glob": "^5.0.35",
97
- "@types/http-proxy": "^1.16.0",
98
+ "@types/dateformat": "1.0.1",
99
+ "@types/diff": "3.2.2",
100
+ "@types/express": "4.11.0",
101
+ "@types/express-fileupload": "1.4.1",
102
+ "@types/fs-extra": "7.0.0",
103
+ "@types/glob": "5.0.35",
104
+ "@types/http-proxy": "1.16.0",
98
105
  "@types/http-proxy-middleware": "0.19.2",
99
- "@types/inquirer": "~7.3.1",
100
- "@types/jasmine": "~3.10.0",
101
- "@types/json-stringify-safe": "^5.0.0",
106
+ "@types/inquirer": "7.3.1",
107
+ "@types/jasmine": "4.3.0",
108
+ "@types/json-stringify-safe": "5.0.0",
102
109
  "@types/json5": "0.0.29",
103
- "@types/lockfile": "^1.0.0",
110
+ "@types/lockfile": "1.0.0",
104
111
  "@types/lodash": "4.14.92",
105
- "@types/lowdb": "^1.0.6",
106
- "@types/mocha": "^5.2.5",
107
- "@types/node": "^12.11.1",
108
- "@types/node-notifier": "^5.4.0",
109
- "@types/oauth2orize": "^1.8.0",
110
- "@types/password-hash": "^1.2.19",
111
- "@types/progress": "^2.0.3",
112
+ "@types/lowdb": "1.0.6",
113
+ "@types/mocha": "5.2.5",
114
+ "@types/node": "16.18.21",
115
+ "@types/node-notifier": "5.4.0",
116
+ "@types/oauth2orize": "1.8.0",
117
+ "@types/password-hash": "1.2.19",
118
+ "@types/progress": "2.0.3",
112
119
  "@types/q": "1.5.5",
113
- "@types/rimraf": "^2.0.2",
120
+ "@types/rimraf": "2.0.2",
114
121
  "@types/semver": "6.0.1",
115
- "@types/systeminformation": "^3.23.0",
116
- "@types/vinyl": "^2.0.2",
117
- "@types/watch": "^1.0.0",
118
- "accepts": "^1.3.4",
119
- "any-project-cli": "~13.1.16",
120
- "axios": "^0.17.1",
121
- "background-worker-process": "~13.1.30",
122
+ "@types/systeminformation": "3.23.0",
123
+ "@types/vinyl": "2.0.2",
124
+ "@types/watch": "1.0.0",
125
+ "accepts": "1.3.4",
126
+ "angular-material-css-vars": "5.0.2",
127
+ "any-project-cli": "~16.0.31",
128
+ "axios": "1.3.5",
129
+ "background-worker-process": "~16.0.48",
130
+ "base32": "0.0.7",
122
131
  "bcryptjs": "2.4.3",
123
132
  "better-sqlite3": "7.6.2",
124
- "body-parser": "^1.18.2",
125
- "bootstrap": "^5.1.3",
126
- "bs4-breakpoint": "13.0.32",
127
- "buffer-shims": "^1.0.0",
133
+ "body-parser": "1.18.2",
134
+ "bootstrap": "4.6.2",
135
+ "buffer-shims": "1.0.0",
128
136
  "callsite-record": "4.1.3",
129
- "chai": "^4.2.0",
130
- "chalk": "^2.3.2",
131
- "check-node-version": "^3.2.0",
137
+ "chai": "4.2.0",
138
+ "chalk": "2.3.2",
139
+ "check-node-version": "3.2.0",
132
140
  "cheerio": "1.0.0-rc.3",
133
141
  "chokidar": "3.5.1",
134
- "circular-json": "^0.5.1",
135
- "command-exists": "^1.2.2",
142
+ "circular-json": "0.5.1",
143
+ "class-validator": "0.14.0",
144
+ "command-exists": "1.2.2",
136
145
  "compression": "1.7.4",
137
- "concurrently": "^3.5.1",
138
- "content-type": "^1.0.4",
139
- "cookie-parser": "^1.4.3",
140
- "copy-paste": "~1.3.0",
141
- "cors": "^2.8.4",
142
- "cpr": "^3.0.1",
143
- "cross-spawn": "~7.0.3",
144
- "dateformat": "^3.0.3",
146
+ "concurrently": "3.5.1",
147
+ "content-type": "1.0.4",
148
+ "cookie-parser": "1.4.3",
149
+ "copy-paste": "1.5.3",
150
+ "cors": "2.8.4",
151
+ "cpr": "3.0.1",
152
+ "cross-spawn": "7.0.3",
153
+ "dateformat": "3.0.3",
145
154
  "detect-mocha": "0.1.0",
146
- "diff": "^3.2.0",
155
+ "diff": "3.2.0",
147
156
  "element-resize-detector": "1.1.15",
148
- "enquirer": "^2.3.0",
157
+ "enquirer": "2.3.0",
149
158
  "enum-values": "1.2.1",
150
- "errorhandler": "^1.5.0",
159
+ "errorhandler": "1.5.0",
151
160
  "eslint": "7.13.0",
152
161
  "eslint-plugin-import": "2.22.1",
153
162
  "eslint-plugin-jsdoc": "30.7.8",
154
163
  "eslint-plugin-prefer-arrow": "1.2.2",
155
- "express": "^4.16.3",
156
- "express-fileupload": "^0.4.0",
164
+ "express": "4.16.3",
165
+ "express-fileupload": "1.4.0",
157
166
  "express-session": "1.17.3",
158
- "fbgraph": "^1.4.1",
159
- "file-loader": "^1.1.5",
160
- "firedev-crud": "~13.1.35",
161
- "firedev-crud-deamon": "~13.1.25",
162
- "firedev-ports": "~13.1.29",
163
- "firedev-storage": "~13.1.20",
164
- "firedev-typeorm": "~13.1.6",
167
+ "file-loader": "1.1.5",
168
+ "file-saver": "2.0.5",
169
+ "firedev": "^16",
170
+ "firedev-crud": "~16.0.53",
171
+ "firedev-crud-deamon": "~16.0.43",
172
+ "firedev-ports": "~16.0.48",
173
+ "firedev-storage": "~16.0.40",
174
+ "firedev-type-sql": "~16.0.1",
175
+ "firedev-typeorm": "~16.0.37",
176
+ "firedev-ui": "~16.0.7",
165
177
  "fkill": "6.1.0",
166
- "font-awesome": "^4.7.0",
178
+ "font-awesome": "4.7.0",
179
+ "form-data": "4.0.0",
167
180
  "fs-extra": "8.1.0",
168
- "fuzzy": "^0.1.3",
169
- "glob": "^7.1.2",
170
- "gulp": "^3.9.1",
171
- "http-proxy": "^1.16.2",
181
+ "fuzzy": "0.1.3",
182
+ "glob": "7.1.2",
183
+ "gulp": "3.9.1",
184
+ "howler": "2.2.3",
185
+ "http-proxy": "1.16.2",
172
186
  "http-proxy-middleware": "0.19.1",
173
187
  "http-server": "0.11.1",
174
- "incremental-compiler": "~13.1.8",
175
- "inquirer": "~7.3.3",
176
- "inquirer-autocomplete-prompt": "~1.3.0",
177
- "isomorphic-region-loader": "~1.0.2",
178
- "istanbul-instrumenter-loader": "^2.0.0",
179
- "jasmine-core": "~4.0.0",
180
- "jscodeshift": "^0.6.3",
181
- "json-stringify-safe": "^5.0.1",
182
- "json10": "~13.1.28",
183
- "json10-writer": "~13.1.26",
184
- "json5": "~2.1.3",
185
- "json5-writer": "~0.2.0",
186
- "karma": "~6.3.0",
187
- "karma-chrome-launcher": "~3.1.0",
188
- "karma-cli": "~1.0.1",
189
- "karma-coverage": "~2.1.0",
190
- "karma-jasmine": "~4.0.0",
191
- "karma-jasmine-html-reporter": "~1.7.0",
192
- "lnk": "~1.0.1",
193
- "lockfile": "^1.0.4",
194
- "lodash": "^4.17.4",
195
- "lodash-walk-object": "~13.1.28",
196
- "lodash.get": ">= 4",
197
- "lodash.isequal": ">= 4",
198
- "lodash.merge": ">= 4",
199
- "lodash.set": ">= 4",
200
- "lowdb": "^1.0.0",
201
- "magic-renamer": "~13.1.17",
188
+ "immutable": "4.3.0",
189
+ "incremental-compiler": "~16.0.30",
190
+ "inquirer": "7.3.3",
191
+ "inquirer-autocomplete-prompt": "1.3.0",
192
+ "isomorphic-region-loader": "~16.0.41",
193
+ "istanbul-instrumenter-loader": "2.0.0",
194
+ "jasmine-core": "4.6.0",
195
+ "jimp": "0.22.8",
196
+ "jscodeshift": "0.6.3",
197
+ "json-stringify-safe": "5.0.1",
198
+ "json10": "~16.0.48",
199
+ "json10-writer": "~16.0.44",
200
+ "json5": "2.2.1",
201
+ "json5-writer": "0.2.0",
202
+ "jszip": "3.10.1",
203
+ "karma": "6.4.0",
204
+ "karma-chrome-launcher": "3.2.0",
205
+ "karma-cli": "1.0.1",
206
+ "karma-coverage": "2.2.0",
207
+ "karma-jasmine": "5.1.0",
208
+ "karma-jasmine-html-reporter": "2.0.0",
209
+ "lnk": "1.0.1",
210
+ "localforage": "1.10.0",
211
+ "lockfile": "1.0.4",
212
+ "lodash": "4.17.20",
213
+ "lodash-walk-object": "~16.0.48",
214
+ "lowdb": "1.0.0",
215
+ "magic-renamer": "~16.0.45",
202
216
  "material-design-icons": "3.0.1",
203
- "method-override": "^2.3.10",
204
- "minimist": "^1.2.0",
205
- "mkdirp": "^0.5.1",
206
- "mocha": "^5.2.0",
207
- "moment": "^2.22.2",
208
- "morphi": "~13.1.8",
209
- "ng-packagr": "^13.0.0",
210
- "ng-talkback": "~13.1.19",
211
- "ng2-logger": "~13.1.6",
212
- "ng2-rest": "~13.1.6",
213
- "ng4-icons": "~13.1.21",
214
- "ng4-modal": "~13.1.23",
215
- "ngx-bootstrap": "8.0.0",
216
- "ngx-editor": "12.2.1",
217
+ "method-override": "2.3.10",
218
+ "minimist": "1.2.0",
219
+ "mkdirp": "0.5.1",
220
+ "mocha": "5.2.0",
221
+ "moment": "2.29.3",
222
+ "morphi": "~16.0.5",
223
+ "ng-for-track-by-property": "16.0.1",
224
+ "ng-in-viewport": "15.0.2",
225
+ "ng-lock": "16.0.1",
226
+ "ng-packagr": "16.0.1",
227
+ "ng-talkback": "~16.0.1",
228
+ "ng2-logger": "~16.0.4",
229
+ "ng2-rest": "~16.0.12",
230
+ "ngx-ace-wrapper": "14.0.0",
231
+ "ngx-editor": "15.3.0",
232
+ "ngx-highlightjs": "9.0.0",
217
233
  "ngx-moment": "6.0.2",
218
- "ngx-pipes": "3.0.0",
234
+ "ngx-pipes": "3.2.2",
235
+ "ngx-progressbar": "11.0.0",
236
+ "ngx-scrollbar": "12.0.0",
237
+ "ngx-scrolltop": "6.0.0",
219
238
  "ngx-store": "3.1.1",
220
- "ngx-toastr": "14.2.2",
221
- "ngx-wig": "13.0.3",
222
- "node-cli-tester": "~13.1.19",
239
+ "ngx-typed-js": "2.1.1",
240
+ "node-cli-tester": "~16.0.2",
223
241
  "node-localstorage": "2.1.6",
224
- "node-notifier": "^6.0.0",
225
- "nodemon": "^1.14.11",
226
- "npm-get-dependents": "^1.0.1",
227
- "npm-run": "^4.1.2",
228
- "omelette": "^0.4.5",
242
+ "node-notifier": "6.0.0",
243
+ "nodemon": "1.14.11",
244
+ "npm-get-dependents": "1.0.1",
245
+ "npm-run": "4.1.2",
246
+ "omelette": "0.4.5",
229
247
  "open": "7.2.1",
230
248
  "ora": "3.4.0",
231
- "passport": "^0.3.2",
232
- "passport-http-bearer": "^1.0.1",
233
- "password-hash": "^1.2.2",
249
+ "passport": "0.3.2",
250
+ "passport-http-bearer": "1.0.1",
251
+ "password-hash": "1.2.2",
252
+ "pica": "9.0.1",
234
253
  "portfinder": "1.0.21",
235
254
  "prettier": "2.5.1",
236
- "progress": "^2.0.3",
237
- "prompts": "^0.1.8",
255
+ "progress": "2.0.3",
256
+ "prompts": "0.1.8",
238
257
  "ps-list": "6.1.0",
239
- "ps-node": "^0.1.6",
240
- "q": "^1.5.1",
241
- "randomcolor": "^0.5.3",
242
- "record-replay-req-res-scenario": "~13.1.20",
243
- "reflect-metadata": "^0.1.10",
244
- "rimraf": "^2.6.2",
245
- "rxjs": "~7.5.0",
258
+ "ps-node": "0.1.6",
259
+ "q": "1.5.1",
260
+ "randomcolor": "0.5.3",
261
+ "record-replay-req-res-scenario": "~16.0.1",
262
+ "reflect-metadata": "0.1.10",
263
+ "rimraf": "2.6.2",
264
+ "rxjs": "~7.8.0",
246
265
  "semver": "6.3.0",
247
- "simple-git": "^1.96.0",
248
- "sloc": "^0.2.0",
249
- "socket.io": "~2.4.1",
250
- "sort-package-json": "^1.11.0",
251
- "sql.js": "^1.8.0",
252
- "static-columns": "~13.1.29",
253
- "string-similarity": "~4.0.2",
254
- "sudo-block": "~3.0.0",
255
- "systeminformation": "^3.45.7",
256
- "task.js": "^0.1.5",
257
- "tnp-cli": "~13.1.32",
258
- "tnp-config": "~13.1.47",
259
- "tnp-core": "~13.1.33",
260
- "tnp-helpers": "~13.1.7",
261
- "tnp-models": "~13.1.6",
262
- "tnp-ui": "~13.1.27",
263
- "ts-debug": "^1.3.0",
264
- "ts-loader": "^2.3.1",
265
- "ts-node": "~10.7.0",
266
- "tslib": "^2.3.0",
267
- "typeorm": "^0.3.10",
268
- "typescript": "~4.6.2",
269
- "typescript-class-helpers": "~13.1.7",
270
- "typescript-formatter": "7.2.2",
271
- "underscore": "^1.9.1",
272
- "uuid": "^8.3.2",
273
- "validator": "^9.2.0",
274
- "vpn-split": "~13.1.22",
275
- "watch": "~1.0.2",
276
- "zone.js": "~0.11.4"
266
+ "simple-git": "1.96.0",
267
+ "sloc": "0.2.0",
268
+ "socket.io": "2.4.1",
269
+ "sort-package-json": "1.11.0",
270
+ "sql.js": "1.8.0",
271
+ "static-columns": "~16.0.5",
272
+ "string-similarity": "4.0.2",
273
+ "sudo-block": "3.0.0",
274
+ "sweetalert2": "11.7.12",
275
+ "systeminformation": "3.45.7",
276
+ "task.js": "0.1.5",
277
+ "threads": "1.7.0",
278
+ "tnp-cli": "~16.0.5",
279
+ "tnp-config": "~16.0.8",
280
+ "tnp-core": "~16.0.10",
281
+ "tnp-helpers": "~16.0.6",
282
+ "tnp-models": "~16.0.35",
283
+ "ts-debug": "1.3.0",
284
+ "ts-loader": "2.3.1",
285
+ "ts-node": "10.9.1",
286
+ "tslib": "~2.3.0",
287
+ "turndown": "7.1.2",
288
+ "typeorm": "~0.3.10",
289
+ "typescript": "~5.0.2",
290
+ "typescript-class-helpers": "~16.0.16",
291
+ "underscore": "1.9.1",
292
+ "uuid": "8.3.2",
293
+ "validator": "9.2.0",
294
+ "video.js": "8.3.0",
295
+ "vpn-split": "~13.1.23",
296
+ "watch": "1.0.2",
297
+ "yup": "1.1.1",
298
+ "zone.js": "~0.13.0"
277
299
  }
278
300
  },
279
301
  "build": {
280
- "number": 127,
281
- "date": "2022-12-16T15:47:17.000Z",
282
- "hash": "e882270b055cbac611b01e15159d18a481f69cc0",
302
+ "number": 136,
303
+ "date": "2023-06-20T10:35:07.000Z",
304
+ "hash": "c60da2d17e14c6eeb448fb04f51775e94d984793",
283
305
  "options": {}
284
306
  },
285
307
  "currentProjectName": "vpn-split",
286
- "currentProjectPort": 4000,
308
+ "currentProjectGenericName": "vpn-split",
287
309
  "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22vpn-split%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
288
310
  "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
289
311
  "currentProjectType": "isomorphic-lib",
290
- "currentFrameworkVersion": "13.1.110",
312
+ "currentFrameworkVersion": "16.0.17",
291
313
  "currentProjectIsStrictSite": false,
292
314
  "currentProjectIsDependencySite": false,
293
315
  "currentProjectIsStatic": false,