vpn-split 13.1.22 → 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 (63) 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 +3 -1
  6. package/{client/fesm2015 → browser/fesm2022}/vpn-split.mjs +2 -0
  7. package/browser/fesm2022/vpn-split.mjs.map +1 -0
  8. package/{client/vpn-split.d.ts → browser/index.d.ts} +2 -1
  9. package/browser/lib/index.d.ts +2 -1
  10. package/browser/package.json +6 -12
  11. package/browser/public-api.d.ts +2 -1
  12. package/client/README.md +24 -24
  13. package/{browser/esm2020 → client/esm2022}/lib/index.mjs +3 -1
  14. package/{browser/fesm2015 → client/fesm2022}/vpn-split.mjs +2 -0
  15. package/client/fesm2022/vpn-split.mjs.map +1 -0
  16. package/{websql/vpn-split.d.ts → client/index.d.ts} +2 -1
  17. package/client/lib/index.d.ts +2 -1
  18. package/client/package.json +290 -25
  19. package/client/public-api.d.ts +2 -1
  20. package/index.js +1 -1
  21. package/index.js.map +1 -1
  22. package/lib/hostile.backend.js +1 -1
  23. package/lib/hostile.backend.js.map +1 -1
  24. package/lib/index.js +1 -1
  25. package/lib/index.js.map +1 -1
  26. package/lib/models.backend.d.ts +2 -2
  27. package/lib/models.backend.js +1 -1
  28. package/lib/models.backend.js.map +1 -1
  29. package/lib/start.backend.js +1 -1
  30. package/lib/start.backend.js.map +1 -1
  31. package/lib/vpn-split.backend.d.ts +2 -1
  32. package/lib/vpn-split.backend.js +2 -3
  33. package/lib/vpn-split.backend.js.map +1 -1
  34. package/package.json +36 -4
  35. package/package.json_devDependencies.json +222 -222
  36. package/package.json_tnp.json5 +39 -31
  37. package/tmp-environment.json +133 -111
  38. package/websql/README.md +24 -24
  39. package/websql/{esm2020 → esm2022}/lib/index.mjs +3 -1
  40. package/{browser/fesm2020 → websql/fesm2022}/vpn-split.mjs +2 -0
  41. package/websql/fesm2022/vpn-split.mjs.map +1 -0
  42. package/{browser/vpn-split.d.ts → websql/index.d.ts} +2 -1
  43. package/websql/lib/index.d.ts +2 -1
  44. package/websql/package.json +6 -12
  45. package/websql/public-api.d.ts +2 -1
  46. package/app.d.ts +0 -1
  47. package/app.js +0 -6
  48. package/app.js.map +0 -1
  49. package/browser/fesm2015/vpn-split.mjs.map +0 -1
  50. package/browser/fesm2020/vpn-split.mjs.map +0 -1
  51. package/client/fesm2015/vpn-split.mjs.map +0 -1
  52. package/client/fesm2020/vpn-split.mjs +0 -12
  53. package/client/fesm2020/vpn-split.mjs.map +0 -1
  54. package/websql/fesm2015/vpn-split.mjs +0 -12
  55. package/websql/fesm2015/vpn-split.mjs.map +0 -1
  56. package/websql/fesm2020/vpn-split.mjs +0 -12
  57. package/websql/fesm2020/vpn-split.mjs.map +0 -1
  58. /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
  59. /package/browser/{esm2020 → esm2022}/vpn-split.mjs +0 -0
  60. /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
  61. /package/client/{esm2020 → esm2022}/vpn-split.mjs +0 -0
  62. /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
  63. /package/websql/{esm2020 → esm2022}/vpn-split.mjs +0 -0
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "domain": "vpn-split.example.domain.com",
3
- "name": "local",
4
3
  "isCoreProject": false,
5
4
  "ip": "localhost",
6
5
  "packageJSON": {
@@ -17,17 +16,21 @@
17
16
  "hostile",
18
17
  "is-elevated"
19
18
  ],
20
- "dependencies": {}
19
+ "dependencies": {},
20
+ "npmFixes": []
21
21
  },
22
22
  "linkedProjects": [],
23
+ "smartContainerBuildTarget": "",
23
24
  "linkedRepos": [],
24
25
  "libReleaseOptions": {
25
26
  "nodts": false,
26
27
  "obscure": false,
27
- "ugly": false
28
+ "ugly": false,
29
+ "includeNodeModules": false
28
30
  },
31
+ "smartContainerTarget": "",
29
32
  "type": "isomorphic-lib",
30
- "version": "v3",
33
+ "version": "v4",
31
34
  "license": "MIT",
32
35
  "private": false,
33
36
  "workerPlugins": {}
@@ -35,7 +38,7 @@
35
38
  "dependencies": {
36
39
  "hostile": "1.3.3",
37
40
  "is-elevated": "3.0.0",
38
- "tnp-db": "~13.1.3"
41
+ "tnp-db": "~16.0.26"
39
42
  },
40
43
  "name": "vpn-split",
41
44
  "license": "MIT",
@@ -44,66 +47,71 @@
44
47
  "vpn-split": "bin/vpn-split",
45
48
  "vpn-split-debug": "bin/vpn-split-debug"
46
49
  },
47
- "version": "13.1.22",
48
- "lastBuildTagHash": "e2287afc697b6a27295f9c3b077aa65789ea8eaa",
50
+ "version": "16.0.1",
51
+ "lastBuildTagHash": "e882270b055cbac611b01e15159d18a481f69cc0",
49
52
  "devDependencies": {
50
- "@angular-devkit/build-angular": "~13.3.9",
51
- "@angular-devkit/core": "~13.3.9",
52
- "@angular/cdk": "~13.3.9",
53
- "@angular/cli": "~13.3.9",
54
- "@angular/common": "~13.3.0",
55
- "@angular/compiler": "~13.3.0",
56
- "@angular/compiler-cli": "~13.3.0",
57
- "@angular/core": "~13.3.0",
58
- "@angular/flex-layout": "~13.0.0-beta.38",
59
- "@angular/forms": "~13.3.0",
60
- "@angular/material": "~13.3.9",
61
- "@angular/platform-browser": "~13.3.0",
62
- "@angular/platform-browser-dynamic": "~13.3.0",
63
- "@angular/pwa": "~13.3.9",
64
- "@angular/router": "~13.3.0",
65
- "@angular/service-worker": "~13.3.11",
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",
66
71
  "@babel/cli": "7.18.6",
67
72
  "@iconify/icons-fa-solid": "1.2.2",
68
73
  "@iconify/icons-mdi": "1.2.1",
69
- "@mdi/js": "6.5.95",
70
- "@ngrx/component-store": "~13.0.2",
71
- "@ngrx/data": "~13.0.2",
72
- "@ngrx/effects": "~13.0.2",
73
- "@ngrx/entity": "~13.0.2",
74
- "@ngrx/router-store": "~13.0.2",
75
- "@ngrx/schematics": "~13.0.2",
76
- "@ngrx/store": "~13.0.2",
77
- "@ngrx/store-devtools": "~13.0.2",
78
- "@ngx-formly/bootstrap": "6.0.0-next.8",
79
- "@ngx-formly/core": "6.0.0-next.8",
80
- "@ngx-formly/ionic": "6.0.0-next.8",
81
- "@ngx-formly/material": "6.0.0-next.8",
82
- "@ngx-loading-bar/core": "6.0.2",
83
- "@ngx-loading-bar/http-client": "6.0.2",
84
- "@ngx-loading-bar/router": "6.0.2",
85
- "@ngx-translate/core": "14.0.0",
86
- "@ngx-translate/http-loader": "7.0.0",
87
- "@swimlane/ngx-datatable": "20.0.0",
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",
88
96
  "@types/chai": "4.1.2",
89
97
  "@types/chokidar": "2.1.3",
90
98
  "@types/dateformat": "1.0.1",
91
99
  "@types/diff": "3.2.2",
92
100
  "@types/express": "4.11.0",
93
- "@types/express-fileupload": "0.1.1",
101
+ "@types/express-fileupload": "1.4.1",
94
102
  "@types/fs-extra": "7.0.0",
95
103
  "@types/glob": "5.0.35",
96
104
  "@types/http-proxy": "1.16.0",
97
105
  "@types/http-proxy-middleware": "0.19.2",
98
106
  "@types/inquirer": "7.3.1",
99
- "@types/jasmine": "3.10.0",
107
+ "@types/jasmine": "4.3.0",
100
108
  "@types/json-stringify-safe": "5.0.0",
101
109
  "@types/json5": "0.0.29",
102
110
  "@types/lockfile": "1.0.0",
103
111
  "@types/lodash": "4.14.92",
104
112
  "@types/lowdb": "1.0.6",
105
113
  "@types/mocha": "5.2.5",
106
- "@types/node": "12.11.1",
114
+ "@types/node": "16.18.21",
107
115
  "@types/node-notifier": "5.4.0",
108
116
  "@types/oauth2orize": "1.8.0",
109
117
  "@types/password-hash": "1.2.19",
@@ -115,14 +123,15 @@
115
123
  "@types/vinyl": "2.0.2",
116
124
  "@types/watch": "1.0.0",
117
125
  "accepts": "1.3.4",
118
- "any-project-cli": "~13.1.13",
119
- "axios": "0.17.1",
120
- "background-worker-process": "~13.1.28",
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",
121
131
  "bcryptjs": "2.4.3",
122
132
  "better-sqlite3": "7.6.2",
123
133
  "body-parser": "1.18.2",
124
- "bootstrap": "5.1.3",
125
- "bs4-breakpoint": "13.0.32",
134
+ "bootstrap": "4.6.2",
126
135
  "buffer-shims": "1.0.0",
127
136
  "callsite-record": "4.1.3",
128
137
  "chai": "4.2.0",
@@ -131,12 +140,13 @@
131
140
  "cheerio": "1.0.0-rc.3",
132
141
  "chokidar": "3.5.1",
133
142
  "circular-json": "0.5.1",
143
+ "class-validator": "0.14.0",
134
144
  "command-exists": "1.2.2",
135
145
  "compression": "1.7.4",
136
146
  "concurrently": "3.5.1",
137
147
  "content-type": "1.0.4",
138
148
  "cookie-parser": "1.4.3",
139
- "copy-paste": "1.3.0",
149
+ "copy-paste": "1.5.3",
140
150
  "cors": "2.8.4",
141
151
  "cpr": "3.0.1",
142
152
  "cross-spawn": "7.0.3",
@@ -152,74 +162,82 @@
152
162
  "eslint-plugin-jsdoc": "30.7.8",
153
163
  "eslint-plugin-prefer-arrow": "1.2.2",
154
164
  "express": "4.16.3",
155
- "express-fileupload": "0.4.0",
165
+ "express-fileupload": "1.4.0",
156
166
  "express-session": "1.17.3",
157
- "fbgraph": "1.4.1",
158
167
  "file-loader": "1.1.5",
159
- "firedev": "^13",
160
- "firedev-crud": "~13.1.32",
161
- "firedev-crud-deamon": "~13.1.23",
162
- "firedev-ports": "~13.1.26",
163
- "firedev-storage": "~13.1.18",
164
- "firedev-typeorm": "~13.1.3",
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
178
  "font-awesome": "4.7.0",
179
+ "form-data": "4.0.0",
167
180
  "fs-extra": "8.1.0",
168
181
  "fuzzy": "0.1.3",
169
182
  "glob": "7.1.2",
170
183
  "gulp": "3.9.1",
184
+ "howler": "2.2.3",
171
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.4",
188
+ "immutable": "4.3.0",
189
+ "incremental-compiler": "~16.0.30",
175
190
  "inquirer": "7.3.3",
176
191
  "inquirer-autocomplete-prompt": "1.3.0",
177
- "isomorphic-region-loader": "~1.0.2",
192
+ "isomorphic-region-loader": "~16.0.41",
178
193
  "istanbul-instrumenter-loader": "2.0.0",
179
- "jasmine-core": "4.0.0",
194
+ "jasmine-core": "4.6.0",
195
+ "jimp": "0.22.8",
180
196
  "jscodeshift": "0.6.3",
181
197
  "json-stringify-safe": "5.0.1",
182
- "json10": "~13.1.25",
183
- "json10-writer": "~13.1.23",
184
- "json5": "2.1.3",
198
+ "json10": "~16.0.48",
199
+ "json10-writer": "~16.0.44",
200
+ "json5": "2.2.1",
185
201
  "json5-writer": "0.2.0",
186
- "karma": "6.3.0",
187
- "karma-chrome-launcher": "3.1.0",
202
+ "jszip": "3.10.1",
203
+ "karma": "6.4.0",
204
+ "karma-chrome-launcher": "3.2.0",
188
205
  "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",
206
+ "karma-coverage": "2.2.0",
207
+ "karma-jasmine": "5.1.0",
208
+ "karma-jasmine-html-reporter": "2.0.0",
192
209
  "lnk": "1.0.1",
210
+ "localforage": "1.10.0",
193
211
  "lockfile": "1.0.4",
194
- "lodash": "4.17.4",
195
- "lodash-walk-object": "~13.1.25",
196
- "lodash.get": ">= 4",
197
- "lodash.isequal": ">= 4",
198
- "lodash.merge": ">= 4",
199
- "lodash.set": ">= 4",
212
+ "lodash": "4.17.20",
213
+ "lodash-walk-object": "~16.0.48",
200
214
  "lowdb": "1.0.0",
201
- "magic-renamer": "~13.1.15",
215
+ "magic-renamer": "~16.0.45",
202
216
  "material-design-icons": "3.0.1",
203
217
  "method-override": "2.3.10",
204
218
  "minimist": "1.2.0",
205
219
  "mkdirp": "0.5.1",
206
220
  "mocha": "5.2.0",
207
- "moment": "2.22.2",
208
- "morphi": "~13.1.5",
209
- "ng-packagr": "13.0.0",
210
- "ng-talkback": "~13.1.17",
211
- "ng2-logger": "~13.1.3",
212
- "ng2-rest": "~13.1.3",
213
- "ng4-icons": "~13.1.19",
214
- "ng4-modal": "~13.1.21",
215
- "ngx-bootstrap": "8.0.0",
216
- "ngx-editor": "12.2.1",
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.17",
239
+ "ngx-typed-js": "2.1.1",
240
+ "node-cli-tester": "~16.0.2",
223
241
  "node-localstorage": "2.1.6",
224
242
  "node-notifier": "6.0.0",
225
243
  "nodemon": "1.14.11",
@@ -231,6 +249,7 @@
231
249
  "passport": "0.3.2",
232
250
  "passport-http-bearer": "1.0.1",
233
251
  "password-hash": "1.2.2",
252
+ "pica": "9.0.1",
234
253
  "portfinder": "1.0.21",
235
254
  "prettier": "2.5.1",
236
255
  "progress": "2.0.3",
@@ -239,55 +258,58 @@
239
258
  "ps-node": "0.1.6",
240
259
  "q": "1.5.1",
241
260
  "randomcolor": "0.5.3",
242
- "record-replay-req-res-scenario": "~13.1.18",
261
+ "record-replay-req-res-scenario": "~16.0.1",
243
262
  "reflect-metadata": "0.1.10",
244
263
  "rimraf": "2.6.2",
245
- "rxjs": "~7.5.0",
264
+ "rxjs": "~7.8.0",
246
265
  "semver": "6.3.0",
247
266
  "simple-git": "1.96.0",
248
267
  "sloc": "0.2.0",
249
268
  "socket.io": "2.4.1",
250
269
  "sort-package-json": "1.11.0",
251
270
  "sql.js": "1.8.0",
252
- "static-columns": "~13.1.26",
271
+ "static-columns": "~16.0.5",
253
272
  "string-similarity": "4.0.2",
254
273
  "sudo-block": "3.0.0",
274
+ "sweetalert2": "11.7.12",
255
275
  "systeminformation": "3.45.7",
256
276
  "task.js": "0.1.5",
257
- "tnp-cli": "~13.1.29",
258
- "tnp-config": "~13.1.39",
259
- "tnp-core": "~13.1.23",
260
- "tnp-helpers": "~13.1.3",
261
- "tnp-models": "~13.1.3",
262
- "tnp-ui": "~13.1.24",
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",
263
283
  "ts-debug": "1.3.0",
264
284
  "ts-loader": "2.3.1",
265
- "ts-node": "10.7.0",
285
+ "ts-node": "10.9.1",
266
286
  "tslib": "~2.3.0",
287
+ "turndown": "7.1.2",
267
288
  "typeorm": "~0.3.10",
268
- "typescript": "~4.6.2",
269
- "typescript-class-helpers": "~13.1.4",
270
- "typescript-formatter": "~7.2.2",
289
+ "typescript": "~5.0.2",
290
+ "typescript-class-helpers": "~16.0.16",
271
291
  "underscore": "1.9.1",
272
292
  "uuid": "8.3.2",
273
293
  "validator": "9.2.0",
274
- "vpn-split": "~13.1.21",
294
+ "video.js": "8.3.0",
295
+ "vpn-split": "~13.1.23",
275
296
  "watch": "1.0.2",
276
- "zone.js": "~0.11.4"
297
+ "yup": "1.1.1",
298
+ "zone.js": "~0.13.0"
277
299
  }
278
300
  },
279
301
  "build": {
280
- "number": 122,
281
- "date": "2022-11-23T07:50:25.000Z",
282
- "hash": "ccff20955b428d6b449e2d431730c5eafc2cbf43",
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.108",
312
+ "currentFrameworkVersion": "16.0.17",
291
313
  "currentProjectIsStrictSite": false,
292
314
  "currentProjectIsDependencySite": false,
293
315
  "currentProjectIsStatic": false,
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.
@@ -3,4 +3,6 @@
3
3
  /* */
4
4
  export function helloWorld() {
5
5
  }
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC92cG4tc3BsaXQvcHJvamVjdHMvdnBuLXNwbGl0L3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBSUwsTUFBTSxVQUFVLFVBQVU7QUFFMUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cblxuZXhwb3J0IGZ1bmN0aW9uIGhlbGxvV29ybGQoKSB7XG5cbn1cbiJdfQ==
6
+ ;
7
+ ({}); // @--end-of-file-for-module=vpn-split lib/index.ts
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC92cG4tc3BsaXQvcHJvamVjdHMvdnBuLXNwbGl0L3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBSUwsTUFBTSxVQUFVLFVBQVU7QUFFMUIsQ0FBQztBQUVBLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsbURBQW1EIiwic291cmNlc0NvbnRlbnQiOlsiLyogKi9cbi8qICovXG4vKiAqL1xuICBcblxuXG5leHBvcnQgZnVuY3Rpb24gaGVsbG9Xb3JsZCgpIHtcblxufVxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9dnBuLXNwbGl0IGxpYi9pbmRleC50cyJdfQ==
@@ -3,6 +3,8 @@
3
3
  /* */
4
4
  function helloWorld() {
5
5
  }
6
+ ;
7
+ ({}); // @--end-of-file-for-module=vpn-split lib/index.ts
6
8
 
7
9
  /**
8
10
  * Generated bundle index. Do not edit.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n\n ;({}); // @--end-of-file-for-module=vpn-split lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B,CAAC;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACVP;;AAEG;;;;"}
@@ -1,5 +1,6 @@
1
+ // @ts-nocheck
1
2
  /**
2
3
  * Generated bundle index. Do not edit.
3
4
  */
4
5
  /// <amd-module name="vpn-split" />
5
- export * from './public-api';
6
+ export * from './public-api';
@@ -1 +1,2 @@
1
- export declare function helloWorld(): void;
1
+ // @ts-nocheck
2
+ export declare function helloWorld(): void;
@@ -8,23 +8,17 @@
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
- "module": "fesm2015/vpn-split.mjs",
12
- "es2020": "fesm2020/vpn-split.mjs",
13
- "esm2020": "esm2020/vpn-split.mjs",
14
- "fesm2020": "fesm2020/vpn-split.mjs",
15
- "fesm2015": "fesm2015/vpn-split.mjs",
16
- "typings": "vpn-split.d.ts",
11
+ "module": "fesm2022/vpn-split.mjs",
12
+ "typings": "index.d.ts",
17
13
  "exports": {
18
14
  "./package.json": {
19
15
  "default": "./package.json"
20
16
  },
21
17
  ".": {
22
- "types": "./vpn-split.d.ts",
23
- "esm2020": "./esm2020/vpn-split.mjs",
24
- "es2020": "./fesm2020/vpn-split.mjs",
25
- "es2015": "./fesm2015/vpn-split.mjs",
26
- "node": "./fesm2015/vpn-split.mjs",
27
- "default": "./fesm2020/vpn-split.mjs"
18
+ "types": "./index.d.ts",
19
+ "esm2022": "./esm2022/vpn-split.mjs",
20
+ "esm": "./esm2022/vpn-split.mjs",
21
+ "default": "./fesm2022/vpn-split.mjs"
28
22
  }
29
23
  },
30
24
  "sideEffects": false
@@ -1 +1,2 @@
1
- export * from './lib';
1
+ // @ts-nocheck
2
+ export * from './lib';
package/app.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare function dummy1669189827252(): void;
package/app.js DELETED
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1669189827252 = void 0;
4
- function dummy1669189827252() { }
5
- exports.dummy1669189827252 = dummy1669189827252;
6
- //# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/app.js.map
package/app.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
@@ -1,12 +0,0 @@
1
- /* */
2
- /* */
3
- /* */
4
- function helloWorld() {
5
- }
6
-
7
- /**
8
- * Generated bundle index. Do not edit.
9
- */
10
-
11
- export { helloWorld };
12
- //# sourceMappingURL=vpn-split.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
@@ -1,12 +0,0 @@
1
- /* */
2
- /* */
3
- /* */
4
- function helloWorld() {
5
- }
6
-
7
- /**
8
- * Generated bundle index. Do not edit.
9
- */
10
-
11
- export { helloWorld };
12
- //# sourceMappingURL=vpn-split.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
@@ -1,12 +0,0 @@
1
- /* */
2
- /* */
3
- /* */
4
- function helloWorld() {
5
- }
6
-
7
- /**
8
- * Generated bundle index. Do not edit.
9
- */
10
-
11
- export { helloWorld };
12
- //# sourceMappingURL=vpn-split.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vpn-split.mjs","sources":["../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/vpn-split/projects/vpn-split/src/vpn-split.ts"],"sourcesContent":["/* */\n/* */\n/* */\n \n\n\nexport function helloWorld() {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;SAIgB,UAAU,GAAA;AAE1B;;ACRA;;AAEG;;;;"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes