vpn-split 13.1.21 → 13.1.22
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.
- package/app.d.ts +1 -1
- package/app.js +4 -4
- package/index.js +1 -1
- package/lib/hostile.backend.js +1 -1
- package/lib/index.js +1 -1
- package/lib/models.backend.js +1 -1
- package/lib/start.backend.js +1 -1
- package/lib/vpn-split.backend.js +1 -1
- package/package.json +3 -3
- package/tmp-environment.json +36 -36
package/app.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1669189827252(): void;
|
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
6
|
-
//# sourceMappingURL=/Users/
|
|
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/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL=/Users/
|
|
5
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/index.js.map
|
package/lib/hostile.backend.js
CHANGED
|
@@ -124,4 +124,4 @@ var Hostile = /** @class */ (function () {
|
|
|
124
124
|
return Hostile;
|
|
125
125
|
}());
|
|
126
126
|
exports.Hostile = Hostile;
|
|
127
|
-
//# sourceMappingURL=/Users/
|
|
127
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/lib/hostile.backend.js.map
|
package/lib/index.js
CHANGED
|
@@ -9,4 +9,4 @@ tslib_1.__exportStar(require("./vpn-split.backend"), exports);
|
|
|
9
9
|
function helloWorld() {
|
|
10
10
|
}
|
|
11
11
|
exports.helloWorld = helloWorld;
|
|
12
|
-
//# sourceMappingURL=/Users/
|
|
12
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/lib/index.js.map
|
package/lib/models.backend.js
CHANGED
|
@@ -217,4 +217,4 @@ var HostForServer = /** @class */ (function () {
|
|
|
217
217
|
return HostForServer;
|
|
218
218
|
}());
|
|
219
219
|
exports.HostForServer = HostForServer;
|
|
220
|
-
//# sourceMappingURL=/Users/
|
|
220
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/lib/models.backend.js.map
|
package/lib/start.backend.js
CHANGED
|
@@ -39,4 +39,4 @@ function run(args) {
|
|
|
39
39
|
}
|
|
40
40
|
exports.run = run;
|
|
41
41
|
//#endregion
|
|
42
|
-
//# sourceMappingURL=/Users/
|
|
42
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/lib/start.backend.js.map
|
package/lib/vpn-split.backend.js
CHANGED
|
@@ -430,4 +430,4 @@ function parseHost(hosts) {
|
|
|
430
430
|
}
|
|
431
431
|
//#endregion
|
|
432
432
|
//#endregion
|
|
433
|
-
//# sourceMappingURL=/Users/
|
|
433
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/vpn-split/tmp-bundle-release/bundle/project/vpn-split/bundle-nocutsrc/lib/vpn-split.backend.js.map
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"hostile": "1.3.3",
|
|
4
4
|
"is-elevated": "3.0.0",
|
|
5
|
-
"tnp-db": "~13.1.
|
|
5
|
+
"tnp-db": "~13.1.3"
|
|
6
6
|
},
|
|
7
7
|
"name": "vpn-split",
|
|
8
8
|
"license": "MIT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"vpn-split": "bin/vpn-split",
|
|
12
12
|
"vpn-split-debug": "bin/vpn-split-debug"
|
|
13
13
|
},
|
|
14
|
-
"version": "13.1.
|
|
15
|
-
"lastBuildTagHash": "
|
|
14
|
+
"version": "13.1.22",
|
|
15
|
+
"lastBuildTagHash": "e2287afc697b6a27295f9c3b077aa65789ea8eaa",
|
|
16
16
|
"devDependencies": {}
|
|
17
17
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"hostile": "1.3.3",
|
|
37
37
|
"is-elevated": "3.0.0",
|
|
38
|
-
"tnp-db": "~13.1.
|
|
38
|
+
"tnp-db": "~13.1.3"
|
|
39
39
|
},
|
|
40
40
|
"name": "vpn-split",
|
|
41
41
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"vpn-split": "bin/vpn-split",
|
|
45
45
|
"vpn-split-debug": "bin/vpn-split-debug"
|
|
46
46
|
},
|
|
47
|
-
"version": "13.1.
|
|
48
|
-
"lastBuildTagHash": "
|
|
47
|
+
"version": "13.1.22",
|
|
48
|
+
"lastBuildTagHash": "e2287afc697b6a27295f9c3b077aa65789ea8eaa",
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
51
51
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"@types/vinyl": "2.0.2",
|
|
116
116
|
"@types/watch": "1.0.0",
|
|
117
117
|
"accepts": "1.3.4",
|
|
118
|
-
"any-project-cli": "~13.1.
|
|
118
|
+
"any-project-cli": "~13.1.13",
|
|
119
119
|
"axios": "0.17.1",
|
|
120
|
-
"background-worker-process": "~13.1.
|
|
120
|
+
"background-worker-process": "~13.1.28",
|
|
121
121
|
"bcryptjs": "2.4.3",
|
|
122
122
|
"better-sqlite3": "7.6.2",
|
|
123
123
|
"body-parser": "1.18.2",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"fbgraph": "1.4.1",
|
|
158
158
|
"file-loader": "1.1.5",
|
|
159
159
|
"firedev": "^13",
|
|
160
|
-
"firedev-crud": "~13.1.
|
|
161
|
-
"firedev-crud-deamon": "~13.1.
|
|
162
|
-
"firedev-ports": "~13.1.
|
|
163
|
-
"firedev-storage": "~13.1.
|
|
164
|
-
"firedev-typeorm": "~13.1.
|
|
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",
|
|
165
165
|
"fkill": "6.1.0",
|
|
166
166
|
"font-awesome": "4.7.0",
|
|
167
167
|
"fs-extra": "8.1.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"http-proxy": "1.16.2",
|
|
172
172
|
"http-proxy-middleware": "0.19.1",
|
|
173
173
|
"http-server": "0.11.1",
|
|
174
|
-
"incremental-compiler": "~13.1.
|
|
174
|
+
"incremental-compiler": "~13.1.4",
|
|
175
175
|
"inquirer": "7.3.3",
|
|
176
176
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
177
177
|
"isomorphic-region-loader": "~1.0.2",
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"jasmine-core": "4.0.0",
|
|
180
180
|
"jscodeshift": "0.6.3",
|
|
181
181
|
"json-stringify-safe": "5.0.1",
|
|
182
|
-
"json10": "~13.1.
|
|
183
|
-
"json10-writer": "~13.1.
|
|
182
|
+
"json10": "~13.1.25",
|
|
183
|
+
"json10-writer": "~13.1.23",
|
|
184
184
|
"json5": "2.1.3",
|
|
185
185
|
"json5-writer": "0.2.0",
|
|
186
186
|
"karma": "6.3.0",
|
|
@@ -192,26 +192,26 @@
|
|
|
192
192
|
"lnk": "1.0.1",
|
|
193
193
|
"lockfile": "1.0.4",
|
|
194
194
|
"lodash": "4.17.4",
|
|
195
|
-
"lodash-walk-object": "~13.1.
|
|
195
|
+
"lodash-walk-object": "~13.1.25",
|
|
196
196
|
"lodash.get": ">= 4",
|
|
197
197
|
"lodash.isequal": ">= 4",
|
|
198
198
|
"lodash.merge": ">= 4",
|
|
199
199
|
"lodash.set": ">= 4",
|
|
200
200
|
"lowdb": "1.0.0",
|
|
201
|
-
"magic-renamer": "~13.1.
|
|
201
|
+
"magic-renamer": "~13.1.15",
|
|
202
202
|
"material-design-icons": "3.0.1",
|
|
203
203
|
"method-override": "2.3.10",
|
|
204
204
|
"minimist": "1.2.0",
|
|
205
205
|
"mkdirp": "0.5.1",
|
|
206
206
|
"mocha": "5.2.0",
|
|
207
207
|
"moment": "2.22.2",
|
|
208
|
-
"morphi": "~13.1.
|
|
208
|
+
"morphi": "~13.1.5",
|
|
209
209
|
"ng-packagr": "13.0.0",
|
|
210
|
-
"ng-talkback": "~13.1.
|
|
211
|
-
"ng2-logger": "~13.1.
|
|
212
|
-
"ng2-rest": "~13.1.
|
|
213
|
-
"ng4-icons": "~13.1.
|
|
214
|
-
"ng4-modal": "~13.1.
|
|
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
215
|
"ngx-bootstrap": "8.0.0",
|
|
216
216
|
"ngx-editor": "12.2.1",
|
|
217
217
|
"ngx-moment": "6.0.2",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"ngx-store": "3.1.1",
|
|
220
220
|
"ngx-toastr": "14.2.2",
|
|
221
221
|
"ngx-wig": "13.0.3",
|
|
222
|
-
"node-cli-tester": "~13.1.
|
|
222
|
+
"node-cli-tester": "~13.1.17",
|
|
223
223
|
"node-localstorage": "2.1.6",
|
|
224
224
|
"node-notifier": "6.0.0",
|
|
225
225
|
"nodemon": "1.14.11",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"ps-node": "0.1.6",
|
|
240
240
|
"q": "1.5.1",
|
|
241
241
|
"randomcolor": "0.5.3",
|
|
242
|
-
"record-replay-req-res-scenario": "~13.1.
|
|
242
|
+
"record-replay-req-res-scenario": "~13.1.18",
|
|
243
243
|
"reflect-metadata": "0.1.10",
|
|
244
244
|
"rimraf": "2.6.2",
|
|
245
245
|
"rxjs": "~7.5.0",
|
|
@@ -249,37 +249,37 @@
|
|
|
249
249
|
"socket.io": "2.4.1",
|
|
250
250
|
"sort-package-json": "1.11.0",
|
|
251
251
|
"sql.js": "1.8.0",
|
|
252
|
-
"static-columns": "~13.1.
|
|
252
|
+
"static-columns": "~13.1.26",
|
|
253
253
|
"string-similarity": "4.0.2",
|
|
254
254
|
"sudo-block": "3.0.0",
|
|
255
255
|
"systeminformation": "3.45.7",
|
|
256
256
|
"task.js": "0.1.5",
|
|
257
|
-
"tnp-cli": "~13.1.
|
|
258
|
-
"tnp-config": "~13.1.
|
|
259
|
-
"tnp-core": "~13.1.
|
|
260
|
-
"tnp-helpers": "~13.1.
|
|
261
|
-
"tnp-models": "~13.1.
|
|
262
|
-
"tnp-ui": "~13.1.
|
|
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",
|
|
263
263
|
"ts-debug": "1.3.0",
|
|
264
264
|
"ts-loader": "2.3.1",
|
|
265
265
|
"ts-node": "10.7.0",
|
|
266
266
|
"tslib": "~2.3.0",
|
|
267
267
|
"typeorm": "~0.3.10",
|
|
268
268
|
"typescript": "~4.6.2",
|
|
269
|
-
"typescript-class-helpers": "~13.1.
|
|
269
|
+
"typescript-class-helpers": "~13.1.4",
|
|
270
270
|
"typescript-formatter": "~7.2.2",
|
|
271
271
|
"underscore": "1.9.1",
|
|
272
272
|
"uuid": "8.3.2",
|
|
273
273
|
"validator": "9.2.0",
|
|
274
|
-
"vpn-split": "~13.
|
|
274
|
+
"vpn-split": "~13.1.21",
|
|
275
275
|
"watch": "1.0.2",
|
|
276
276
|
"zone.js": "~0.11.4"
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
"build": {
|
|
280
|
-
"number":
|
|
281
|
-
"date": "2022-11-
|
|
282
|
-
"hash": "
|
|
280
|
+
"number": 122,
|
|
281
|
+
"date": "2022-11-23T07:50:25.000Z",
|
|
282
|
+
"hash": "ccff20955b428d6b449e2d431730c5eafc2cbf43",
|
|
283
283
|
"options": {}
|
|
284
284
|
},
|
|
285
285
|
"currentProjectName": "vpn-split",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"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
288
|
"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
289
|
"currentProjectType": "isomorphic-lib",
|
|
290
|
-
"currentFrameworkVersion": "13.1.
|
|
290
|
+
"currentFrameworkVersion": "13.1.108",
|
|
291
291
|
"currentProjectIsStrictSite": false,
|
|
292
292
|
"currentProjectIsDependencySite": false,
|
|
293
293
|
"currentProjectIsStatic": false,
|