vpn-split 19.0.33 → 19.0.35

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
  {
2
2
  "name": "vpn-split/browser",
3
- "version": "19.0.33",
3
+ "version": "19.0.35",
4
4
  "module": "fesm2022/vpn-split.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,4 +1,20 @@
1
+ /**
2
+ * Autogenerated by current cli tool
3
+ */
1
4
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
5
+ /**
6
+ * This value can be change in taon.jsonc (appId)
7
+ */
2
8
  export declare const APP_ID = "com.domain.example.vpn-split";
9
+ /**
10
+ * Autogenerated by current cli tool
11
+ */
12
+ export declare const BUILD_BASE_HREF = "";
13
+ /**
14
+ * This value can be change in taon.jsonc (overrideNpmName)
15
+ */
3
16
  export declare const PROJECT_NPM_NAME = "vpn-split";
4
- export declare const CURRENT_PACKAGE_VERSION = "19.0.33";
17
+ /**
18
+ * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
+ */
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.35";
@@ -1,10 +1,26 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
3
+ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
+ /**
6
+ * Autogenerated by current cli tool
7
+ */
5
8
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
9
+ /**
10
+ * This value can be change in taon.jsonc (appId)
11
+ */
6
12
  exports.APP_ID = 'com.domain.example.vpn-split';
13
+ /**
14
+ * Autogenerated by current cli tool
15
+ */
16
+ exports.BUILD_BASE_HREF = '';
17
+ /**
18
+ * This value can be change in taon.jsonc (overrideNpmName)
19
+ */
7
20
  exports.PROJECT_NPM_NAME = 'vpn-split';
8
- exports.CURRENT_PACKAGE_VERSION = '19.0.33';
21
+ /**
22
+ * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
+ */
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.35';
9
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
10
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,wBAAwB,GAAG,KAAK,CAAC;AACjC,QAAA,MAAM,GAAG,8BAA8B,CAAC;AACxC,QAAA,gBAAgB,GAAG,WAAW,CAAC;AAC/B,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
1
+ {"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,8BAA8B,CAAC;AACrD;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,WAAW,CAAC;AAC5C;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vpn-split",
3
- "version": "19.0.33",
3
+ "version": "19.0.35",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -0,0 +1,222 @@
1
+ {
2
+ "@angular-devkit/build-angular": "0.901.3",
3
+ "@angular-devkit/build-optimizer": "0.900.0-rc.7",
4
+ "@angular-devkit/schematics": "9.0.0-rc.7",
5
+ "@angular/animations": "9.1.3",
6
+ "@angular/cdk": "9.2.1",
7
+ "@angular/cli": "9.1.3",
8
+ "@angular/common": "9.1.3",
9
+ "@angular/compiler": "9.1.3",
10
+ "@angular/compiler-cli": "9.1.3",
11
+ "@angular/core": "9.1.3",
12
+ "@angular/forms": "9.1.3",
13
+ "@angular/http": "7.2.15",
14
+ "@angular/language-service": "9.1.3",
15
+ "@angular/material": "9.2.1",
16
+ "@angular/platform-browser": "9.1.3",
17
+ "@angular/platform-browser-dynamic": "9.1.3",
18
+ "@angular/pwa": "0.900.0-rc.7",
19
+ "@angular/router": "9.1.3",
20
+ "@angular/service-worker": "9.1.3",
21
+ "@mdi/js": "5.8.55",
22
+ "@ngx-formly/bootstrap": "5.5.6",
23
+ "@ngx-formly/core": "5.5.6",
24
+ "@ngx-formly/ionic": "5.5.6",
25
+ "@ngx-formly/material": "5.5.6",
26
+ "@ngx-loading-bar/core": "4.2.0",
27
+ "@ngx-loading-bar/http": "4.2.0",
28
+ "@ngx-loading-bar/router": "4.2.0",
29
+ "@ngx-translate/core": "11.0.1",
30
+ "@ngx-translate/http-loader": "4.0.0",
31
+ "@swimlane/ngx-datatable": "16.0.2",
32
+ "@types/chai": "4.1.2",
33
+ "@types/chokidar": "2.1.3",
34
+ "@types/dateformat": "1.0.1",
35
+ "@types/diff": "3.2.2",
36
+ "@types/express": "4.11.0",
37
+ "@types/express-fileupload": "0.1.1",
38
+ "@types/fs-extra": "7.0.0",
39
+ "@types/glob": "5.0.35",
40
+ "@types/http-proxy": "1.16.0",
41
+ "@types/http-proxy-middleware": "0.19.2",
42
+ "@types/inquirer": "7.3.1",
43
+ "@types/jasmine": "3.5.0",
44
+ "@types/jasminewd2": "2.0.3",
45
+ "@types/json-stringify-safe": "5.0.0",
46
+ "@types/json5": "0.0.29",
47
+ "@types/lockfile": "1.0.0",
48
+ "@types/lodash": "4.14.92",
49
+ "@types/lowdb": "1.0.6",
50
+ "@types/mocha": "5.2.5",
51
+ "@types/node": "12.11.1",
52
+ "@types/node-notifier": "5.4.0",
53
+ "@types/oauth2orize": "1.8.0",
54
+ "@types/password-hash": "1.2.19",
55
+ "@types/progress": "2.0.3",
56
+ "@types/q": "1.0.3",
57
+ "@types/rimraf": "2.0.2",
58
+ "@types/systeminformation": "3.23.0",
59
+ "@types/vinyl": "2.0.2",
60
+ "@types/watch": "1.0.0",
61
+ "accepts": "1.3.4",
62
+ "angular-tree-component": "7.0.0",
63
+ "axios": "0.17.1",
64
+ "babel-cli": "6.26.0",
65
+ "babel-preset-env": "1.7.0",
66
+ "background-worker-process": "~0.0.35",
67
+ "bcryptjs": "2.4.3",
68
+ "body-parser": "1.18.2",
69
+ "bootstrap": "4.3.1",
70
+ "bs4-breakpoint": "~2.0.40",
71
+ "buffer-shims": "1.0.0",
72
+ "button-dropdown": "~1.0.45",
73
+ "callsite-record": "4.1.3",
74
+ "chai": "4.2.0",
75
+ "chalk": "2.3.2",
76
+ "check-node-version": "3.2.0",
77
+ "cheerio": "1.0.0-rc.3",
78
+ "chokidar": "3.5.1",
79
+ "circular-json": "0.5.1",
80
+ "codelyzer": "5.1.2",
81
+ "command-exists": "1.2.2",
82
+ "compression": "1.7.4",
83
+ "concurrently": "3.5.1",
84
+ "content-type": "1.0.4",
85
+ "cookie-parser": "1.4.3",
86
+ "copy-paste": "1.3.0",
87
+ "core-js-compat": "3.4.0",
88
+ "cors": "2.8.4",
89
+ "cpr": "3.0.1",
90
+ "cross-spawn": "7.0.3",
91
+ "dateformat": "3.0.3",
92
+ "detect-mocha": "0.1.0",
93
+ "diff": "3.2.0",
94
+ "element-resize-detector": "1.1.15",
95
+ "enquirer": "2.3.0",
96
+ "enum-values": "1.2.1",
97
+ "errorhandler": "1.5.0",
98
+ "eslint": "7.13.0",
99
+ "eslint-plugin-import": "2.22.1",
100
+ "eslint-plugin-jsdoc": "30.7.8",
101
+ "eslint-plugin-prefer-arrow": "1.2.2",
102
+ "express": "4.16.3",
103
+ "express-fileupload": "0.4.0",
104
+ "fbgraph": "1.4.1",
105
+ "file-loader": "1.1.5",
106
+ "fkill": "6.1.0",
107
+ "font-awesome": "4.7.0",
108
+ "fs-extra": "8.1.0",
109
+ "fuzzy": "0.1.3",
110
+ "glob": "7.1.2",
111
+ "gulp": "3.9.1",
112
+ "hammerjs": "2.0.8",
113
+ "html-webpack-plugin": "4.3.0",
114
+ "http-proxy": "1.16.2",
115
+ "http-proxy-middleware": "0.19.1",
116
+ "http-server": "0.11.1",
117
+ "incremental-compiler": "~1.1.53",
118
+ "inquirer": "7.3.3",
119
+ "inquirer-autocomplete-prompt": "1.3.0",
120
+ "istanbul-instrumenter-loader": "2.0.0",
121
+ "jasmine-core": "3.5.0",
122
+ "jasmine-spec-reporter": "4.2.1",
123
+ "json-stringify-safe": "5.0.1",
124
+ "json10": "~1.0.34",
125
+ "json5": "2.1.3",
126
+ "json5-writer": "0.2.0",
127
+ "karma": "5.0.0",
128
+ "karma-chrome-launcher": "3.1.0",
129
+ "karma-cli": "1.0.1",
130
+ "karma-coverage-istanbul-reporter": "2.1.0",
131
+ "karma-jasmine": "3.0.1",
132
+ "karma-jasmine-html-reporter": "1.4.2",
133
+ "lnk": "1.0.1",
134
+ "lockfile": "1.0.4",
135
+ "lodash": "4.17.4",
136
+ "lodash-walk-object": "~1.0.35",
137
+ "lowdb": "1.0.0",
138
+ "magic-renamer": "~0.0.20",
139
+ "material-design-icons": "3.0.1",
140
+ "method-override": "2.3.10",
141
+ "minimist": "1.2.0",
142
+ "mkdirp": "0.5.1",
143
+ "mocha": "5.2.0",
144
+ "moment": "2.22.2",
145
+ "morphi": "~4.0.54",
146
+ "ng-modal-lib": "0.0.6",
147
+ "ng-packagr": "5.7.1",
148
+ "ng-talkback": "~2.4.25",
149
+ "ng2-file-upload": "1.3.0",
150
+ "ng2-logger": "~8.0.20",
151
+ "ng2-rest": "~11.0.42",
152
+ "ng4-icons": "~0.0.30",
153
+ "ng4-modal": "~0.0.30",
154
+ "ngx-bootstrap": "5.2.0",
155
+ "ngx-breadcrumbs": "0.0.3",
156
+ "ngx-editor": "4.1.0",
157
+ "ngx-moment": "3.5.0",
158
+ "ngx-pipes": "2.6.0",
159
+ "ngx-store": "2.1.0",
160
+ "ngx-toastr": "11.2.1",
161
+ "ngx-wig": "8.0.0",
162
+ "node-cli-test": "0.0.2",
163
+ "node-cli-tester": "~0.0.22",
164
+ "node-localstorage": "2.1.6",
165
+ "node-notifier": "6.0.0",
166
+ "nodemon": "1.14.11",
167
+ "npm-get-dependents": "1.0.1",
168
+ "npm-run": "4.1.2",
169
+ "omelette": "0.4.5",
170
+ "open": "7.2.1",
171
+ "ora": "3.4.0",
172
+ "passport": "0.3.2",
173
+ "passport-http-bearer": "1.0.1",
174
+ "password-hash": "1.2.2",
175
+ "portfinder": "1.0.21",
176
+ "prettier": "2.3.2",
177
+ "progress": "2.0.3",
178
+ "prompts": "0.1.8",
179
+ "protractor": "5.4.3",
180
+ "ps-list": "6.1.0",
181
+ "ps-node": "0.1.6",
182
+ "q": "1.5.1",
183
+ "randomcolor": "0.5.3",
184
+ "record-replay-req-res-scenario": "~0.0.26",
185
+ "reflect-metadata": "0.1.10",
186
+ "rimraf": "2.6.2",
187
+ "rxjs": "6.5.4",
188
+ "rxjs-compat": "6.5.3",
189
+ "simple-git": "1.96.0",
190
+ "sloc": "0.2.0",
191
+ "socket.io": "2.4.1",
192
+ "sort-package-json": "1.11.0",
193
+ "static-columns": "~2.0.13",
194
+ "string-similarity": "4.0.2",
195
+ "sudo-block": "3.0.0",
196
+ "systeminformation": "3.45.7",
197
+ "task.js": "0.1.5",
198
+ "tnp-cli": "~2.0.20",
199
+ "tnp-config": "~1.0.20",
200
+ "tnp-core": "~1.0.34",
201
+ "tnp-helpers": "~0.0.73",
202
+ "tnp-models": "~0.0.37",
203
+ "tnp-tools": "~0.0.46",
204
+ "tnp-ui": "~0.0.33",
205
+ "ts-loader": "7.0.4",
206
+ "ts-node": "8.3.0",
207
+ "tsickle": "0.26.0",
208
+ "tslib": "2.2.0",
209
+ "tslint": "6.1.0",
210
+ "typeorm": "~0.2.7",
211
+ "typescript": "4.1.5",
212
+ "typescript-class-helpers": "~1.0.42",
213
+ "typescript-formatter": "7.2.2",
214
+ "uglifyjs-webpack-plugin": "2.2.0",
215
+ "underscore": "1.9.1",
216
+ "uuid": "8.3.2",
217
+ "validator": "9.2.0",
218
+ "vpn-split": "~0.0.17",
219
+ "watch": "1.0.2",
220
+ "webpack-cli": "3.3.11",
221
+ "zone.js": "0.10.2"
222
+ }
@@ -0,0 +1,44 @@
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
+ 'cliBuildNoDts': false,
33
+ 'cliBuildObscure': false,
34
+ 'cliBuildIncludeNodeModules': false,
35
+ 'cliBuildUglify': false,
36
+ },
37
+
38
+ 'smartContainerTarget': '',
39
+ "type": "isomorphic-lib",
40
+ "version": "v4",
41
+ "license": "MIT",
42
+ "private": false,
43
+ "workerPlugins": {},
44
+ }
@@ -8,7 +8,11 @@
8
8
  "container": {
9
9
  "only": []
10
10
  },
11
- "ports": {},
11
+ "ports": {
12
+ "ngNormalAppPort": 4265,
13
+ "ngWebsqlAppPort": 4266,
14
+ "nodeBeAppPort": 4129
15
+ },
12
16
  "init": {},
13
17
  "build": {
14
18
  "pwa": {},
@@ -26,12 +30,12 @@
26
30
  "releaseType": "manual",
27
31
  "targetArtifact": "npm-lib-and-cli-tool",
28
32
  "envName": "__",
29
- "resolvedNewVersion": "19.0.21"
33
+ "resolvedNewVersion": "19.0.19"
30
34
  },
31
35
  "copyToManager": {},
32
36
  "buildInfo": {
33
- "date": "2025-05-29T20:32:00.000Z",
34
- "hash": "0cdc8cc76ee846e6e146feb042f96984635f2805"
37
+ "date": "2025-05-24T17:36:50.000Z",
38
+ "hash": "1e19f7cec985bad6463a3108c8e9a18a73adaac5"
35
39
  },
36
40
  "currentProjectName": "vpn-split",
37
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vpn-split/websql",
3
- "version": "19.0.33",
3
+ "version": "19.0.35",
4
4
  "module": "fesm2022/vpn-split.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {