tnp-config 13.1.75 → 16.0.2
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/assets/shared/shared_folder_info.txt +1 -1
- package/{client/esm2020 → browser/esm2022}/lib/config.mjs +774 -772
- package/{client/esm2020 → browser/esm2022}/lib/index.mjs +3 -3
- package/{client/esm2020 → browser/esm2022}/public-api.mjs +1 -1
- package/{client/esm2020 → browser/esm2022}/tnp-config.mjs +4 -4
- package/{client/fesm2020 → browser/fesm2022}/tnp-config.mjs +773 -764
- package/browser/fesm2022/tnp-config.mjs.map +1 -0
- package/browser/{tnp-config.d.ts → index.d.ts} +4 -4
- package/browser/lib/config.d.ts +228 -227
- package/browser/package.json +6 -12
- package/client/esm2022/lib/config.mjs +774 -0
- package/{browser/esm2020 → client/esm2022}/lib/index.mjs +3 -3
- package/{browser/esm2020 → client/esm2022}/public-api.mjs +1 -1
- package/{browser/esm2020 → client/esm2022}/tnp-config.mjs +4 -4
- package/{browser/fesm2020 → client/fesm2022}/tnp-config.mjs +773 -764
- package/client/fesm2022/tnp-config.mjs.map +1 -0
- package/client/{tnp-config.d.ts → index.d.ts} +4 -4
- package/client/lib/config.d.ts +228 -227
- package/client/package.json +89 -85
- package/index.d.ts +1 -1
- package/lib/config.d.ts +440 -439
- package/lib/config.js +4 -2
- package/lib/config.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +3 -3
- package/package.json_tnp.json5 +2 -2
- package/tmp-environment.json +94 -90
- package/{browser/esm2020 → websql/esm2022}/lib/config.mjs +774 -772
- package/websql/{esm2020 → esm2022}/lib/index.mjs +3 -3
- package/websql/{esm2020 → esm2022}/public-api.mjs +1 -1
- package/websql/{esm2020 → esm2022}/tnp-config.mjs +4 -4
- package/websql/{fesm2020 → fesm2022}/tnp-config.mjs +773 -764
- package/websql/fesm2022/tnp-config.mjs.map +1 -0
- package/websql/{tnp-config.d.ts → index.d.ts} +4 -4
- package/websql/lib/config.d.ts +228 -227
- package/websql/package.json +6 -12
- package/browser/fesm2015/tnp-config.mjs +0 -701
- package/browser/fesm2015/tnp-config.mjs.map +0 -1
- package/browser/fesm2020/tnp-config.mjs.map +0 -1
- package/client/fesm2015/tnp-config.mjs +0 -701
- package/client/fesm2015/tnp-config.mjs.map +0 -1
- package/client/fesm2020/tnp-config.mjs.map +0 -1
- package/websql/esm2020/lib/config.mjs +0 -772
- package/websql/fesm2015/tnp-config.mjs +0 -701
- package/websql/fesm2015/tnp-config.mjs.map +0 -1
- package/websql/fesm2020/tnp-config.mjs.map +0 -1
package/client/package.json
CHANGED
@@ -1,47 +1,50 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"tnp-core": "~
|
3
|
+
"tnp-core": "~16.0.5"
|
4
4
|
},
|
5
5
|
"devDependencies": {
|
6
|
-
"@angular-devkit/build-angular": "~
|
7
|
-
"@angular-devkit/core": "~
|
6
|
+
"@angular-devkit/build-angular": "~16.0.5",
|
7
|
+
"@angular-devkit/core": "~16.0.5",
|
8
8
|
"@angular-material-extensions/fab-menu": "~6.1.0",
|
9
|
-
"@angular/animations": "~
|
10
|
-
"@angular/cdk": "~
|
11
|
-
"@angular/cli": "~
|
12
|
-
"@angular/common": "~
|
13
|
-
"@angular/compiler": "~
|
14
|
-
"@angular/compiler-cli": "~
|
15
|
-
"@angular/core": "~
|
16
|
-
"@angular/
|
17
|
-
"@angular/forms": "~
|
18
|
-
"@angular/material": "~
|
19
|
-
"@angular/platform-browser": "~
|
20
|
-
"@angular/platform-browser-dynamic": "~
|
21
|
-
"@angular/pwa": "~
|
22
|
-
"@angular/router": "~
|
23
|
-
"@angular/service-worker": "~
|
9
|
+
"@angular/animations": "~16.0.0",
|
10
|
+
"@angular/cdk": "~16.0.3",
|
11
|
+
"@angular/cli": "~16.0.5",
|
12
|
+
"@angular/common": "~16.0.0",
|
13
|
+
"@angular/compiler": "~16.0.0",
|
14
|
+
"@angular/compiler-cli": "~16.0.4",
|
15
|
+
"@angular/core": "~16.0.0",
|
16
|
+
"@angular/elements": "~16.0.4",
|
17
|
+
"@angular/forms": "~16.0.0",
|
18
|
+
"@angular/material": "~16.0.3",
|
19
|
+
"@angular/platform-browser": "~16.0.4",
|
20
|
+
"@angular/platform-browser-dynamic": "~16.0.4",
|
21
|
+
"@angular/pwa": "~16.0.5",
|
22
|
+
"@angular/router": "~16.0.0",
|
23
|
+
"@angular/service-worker": "~16.0.4",
|
24
24
|
"@babel/cli": "7.18.6",
|
25
25
|
"@iconify/icons-fa-solid": "1.2.2",
|
26
26
|
"@iconify/icons-mdi": "1.2.1",
|
27
|
-
"@mdi/js": "
|
28
|
-
"@ng-matero/extensions": "
|
27
|
+
"@mdi/js": "7.2.96",
|
28
|
+
"@ng-matero/extensions": "16.0.0",
|
29
29
|
"@ngneat/falso": "6.4.0",
|
30
|
-
"@ngneat/hot-toast": "
|
31
|
-
"@ngneat/overview": "
|
32
|
-
"@ngneat/
|
33
|
-
"@ngrx/component-store": "~
|
34
|
-
"@ngrx/data": "~
|
35
|
-
"@ngrx/effects": "~
|
36
|
-
"@ngrx/entity": "~
|
37
|
-
"@ngrx/router-store": "~
|
38
|
-
"@ngrx/schematics": "~
|
39
|
-
"@ngrx/store": "~
|
40
|
-
"@ngrx/store-devtools": "~
|
41
|
-
"@ngx-formly/core": "6.
|
42
|
-
"@ngx-formly/material": "6.
|
43
|
-
"@ngx-translate/core": "
|
44
|
-
"@ngx-translate/http-loader": "
|
30
|
+
"@ngneat/hot-toast": "5.0.1",
|
31
|
+
"@ngneat/overview": "5.0.0",
|
32
|
+
"@ngneat/spectator": "15.0.0",
|
33
|
+
"@ngrx/component-store": "~16.0.1",
|
34
|
+
"@ngrx/data": "~16.0.1",
|
35
|
+
"@ngrx/effects": "~16.0.1",
|
36
|
+
"@ngrx/entity": "~16.0.1",
|
37
|
+
"@ngrx/router-store": "~16.0.1",
|
38
|
+
"@ngrx/schematics": "~16.0.1",
|
39
|
+
"@ngrx/store": "~16.0.1",
|
40
|
+
"@ngrx/store-devtools": "~16.0.1",
|
41
|
+
"@ngx-formly/core": "6.1.7",
|
42
|
+
"@ngx-formly/material": "6.1.7",
|
43
|
+
"@ngx-translate/core": "15.0.0",
|
44
|
+
"@ngx-translate/http-loader": "8.0.0",
|
45
|
+
"@testdeck/jasmine": "0.3.3",
|
46
|
+
"@testdeck/jest": "0.3.3",
|
47
|
+
"@testdeck/mocha": "0.3.3",
|
45
48
|
"@types/chai": "4.1.2",
|
46
49
|
"@types/chokidar": "2.1.3",
|
47
50
|
"@types/dateformat": "1.0.1",
|
@@ -53,7 +56,7 @@
|
|
53
56
|
"@types/http-proxy": "1.16.0",
|
54
57
|
"@types/http-proxy-middleware": "0.19.2",
|
55
58
|
"@types/inquirer": "7.3.1",
|
56
|
-
"@types/jasmine": "3.
|
59
|
+
"@types/jasmine": "4.3.0",
|
57
60
|
"@types/json-stringify-safe": "5.0.0",
|
58
61
|
"@types/json5": "0.0.29",
|
59
62
|
"@types/lockfile": "1.0.0",
|
@@ -72,10 +75,10 @@
|
|
72
75
|
"@types/vinyl": "2.0.2",
|
73
76
|
"@types/watch": "1.0.0",
|
74
77
|
"accepts": "1.3.4",
|
75
|
-
"angular-material-css-vars": "5.0.
|
76
|
-
"any-project-cli": "~13.1.
|
78
|
+
"angular-material-css-vars": "5.0.2",
|
79
|
+
"any-project-cli": "~13.1.28",
|
77
80
|
"axios": "1.3.5",
|
78
|
-
"background-worker-process": "~13.1.
|
81
|
+
"background-worker-process": "~13.1.45",
|
79
82
|
"base32": "0.0.7",
|
80
83
|
"bcryptjs": "2.4.3",
|
81
84
|
"better-sqlite3": "7.6.2",
|
@@ -96,7 +99,7 @@
|
|
96
99
|
"concurrently": "3.5.1",
|
97
100
|
"content-type": "1.0.4",
|
98
101
|
"cookie-parser": "1.4.3",
|
99
|
-
"copy-paste": "1.3
|
102
|
+
"copy-paste": "1.5.3",
|
100
103
|
"cors": "2.8.4",
|
101
104
|
"cpr": "3.0.1",
|
102
105
|
"cross-spawn": "7.0.3",
|
@@ -116,13 +119,13 @@
|
|
116
119
|
"express-session": "1.17.3",
|
117
120
|
"file-loader": "1.1.5",
|
118
121
|
"file-saver": "2.0.5",
|
119
|
-
"firedev": "^
|
120
|
-
"firedev-crud": "~13.1.
|
121
|
-
"firedev-crud-deamon": "~13.1.
|
122
|
-
"firedev-ports": "~13.1.
|
123
|
-
"firedev-storage": "~13.2.
|
124
|
-
"firedev-typeorm": "~13.1.
|
125
|
-
"firedev-ui": "~
|
122
|
+
"firedev": "^16",
|
123
|
+
"firedev-crud": "~13.1.50",
|
124
|
+
"firedev-crud-deamon": "~13.1.40",
|
125
|
+
"firedev-ports": "~13.1.45",
|
126
|
+
"firedev-storage": "~13.2.37",
|
127
|
+
"firedev-typeorm": "~13.1.32",
|
128
|
+
"firedev-ui": "~16.0.1",
|
126
129
|
"fkill": "6.1.0",
|
127
130
|
"font-awesome": "4.7.0",
|
128
131
|
"form-data": "4.0.0",
|
@@ -136,52 +139,52 @@
|
|
136
139
|
"http-proxy-middleware": "0.19.1",
|
137
140
|
"http-server": "0.11.1",
|
138
141
|
"immutable": "4.3.0",
|
139
|
-
"incremental-compiler": "~13.1.
|
142
|
+
"incremental-compiler": "~13.1.26",
|
140
143
|
"inquirer": "7.3.3",
|
141
144
|
"inquirer-autocomplete-prompt": "1.3.0",
|
142
145
|
"is-elevated": "3.0.0",
|
143
|
-
"isomorphic-region-loader": "~13.1.
|
146
|
+
"isomorphic-region-loader": "~13.1.38",
|
144
147
|
"istanbul-instrumenter-loader": "2.0.0",
|
145
|
-
"jasmine-core": "4.
|
148
|
+
"jasmine-core": "4.6.0",
|
146
149
|
"jscodeshift": "0.6.3",
|
147
150
|
"json-stringify-safe": "5.0.1",
|
148
|
-
"json10": "~13.1.
|
149
|
-
"json10-writer": "~13.1.
|
150
|
-
"json5": "2.1
|
151
|
+
"json10": "~13.1.45",
|
152
|
+
"json10-writer": "~13.1.41",
|
153
|
+
"json5": "2.2.1",
|
151
154
|
"json5-writer": "0.2.0",
|
152
155
|
"jszip": "3.10.1",
|
153
|
-
"karma": "6.
|
154
|
-
"karma-chrome-launcher": "3.
|
156
|
+
"karma": "6.4.0",
|
157
|
+
"karma-chrome-launcher": "3.2.0",
|
155
158
|
"karma-cli": "1.0.1",
|
156
|
-
"karma-coverage": "2.
|
157
|
-
"karma-jasmine": "
|
158
|
-
"karma-jasmine-html-reporter": "
|
159
|
+
"karma-coverage": "2.2.0",
|
160
|
+
"karma-jasmine": "5.1.0",
|
161
|
+
"karma-jasmine-html-reporter": "2.0.0",
|
159
162
|
"lnk": "1.0.1",
|
160
163
|
"localforage": "1.10.0",
|
161
164
|
"lockfile": "1.0.4",
|
162
|
-
"lodash": "4.17.
|
163
|
-
"lodash-walk-object": "~13.1.
|
165
|
+
"lodash": "4.17.20",
|
166
|
+
"lodash-walk-object": "~13.1.45",
|
164
167
|
"lowdb": "1.0.0",
|
165
|
-
"magic-renamer": "~13.1.
|
168
|
+
"magic-renamer": "~13.1.42",
|
166
169
|
"material-design-icons": "3.0.1",
|
167
170
|
"method-override": "2.3.10",
|
168
171
|
"minimist": "1.2.0",
|
169
172
|
"mkdirp": "0.5.1",
|
170
173
|
"mocha": "5.2.0",
|
171
|
-
"moment": "2.
|
172
|
-
"morphi": "~
|
173
|
-
"ng-in-viewport": "
|
174
|
-
"ng-packagr": "
|
174
|
+
"moment": "2.29.3",
|
175
|
+
"morphi": "~16.0.2",
|
176
|
+
"ng-in-viewport": "15.0.2",
|
177
|
+
"ng-packagr": "16.0.1",
|
175
178
|
"ng-talkback": "~13.1.19",
|
176
|
-
"ng2-logger": "~13.1.
|
177
|
-
"ng2-rest": "~13.2.
|
178
|
-
"ngx-ace-wrapper": "
|
179
|
-
"ngx-editor": "
|
180
|
-
"ngx-highlightjs": "
|
179
|
+
"ng2-logger": "~13.1.25",
|
180
|
+
"ng2-rest": "~13.2.9",
|
181
|
+
"ngx-ace-wrapper": "14.0.0",
|
182
|
+
"ngx-editor": "15.3.0",
|
183
|
+
"ngx-highlightjs": "9.0.0",
|
181
184
|
"ngx-moment": "6.0.2",
|
182
185
|
"ngx-pipes": "3.0.0",
|
183
|
-
"ngx-progressbar": "
|
184
|
-
"ngx-scrollbar": "
|
186
|
+
"ngx-progressbar": "11.0.0",
|
187
|
+
"ngx-scrollbar": "12.0.0",
|
185
188
|
"ngx-store": "3.1.1",
|
186
189
|
"ngx-typed-js": "2.1.1",
|
187
190
|
"node-cli-tester": "~13.1.19",
|
@@ -208,31 +211,32 @@
|
|
208
211
|
"record-replay-req-res-scenario": "~13.1.20",
|
209
212
|
"reflect-metadata": "0.1.10",
|
210
213
|
"rimraf": "2.6.2",
|
211
|
-
"rxjs": "~7.
|
214
|
+
"rxjs": "~7.8.0",
|
212
215
|
"semver": "6.3.0",
|
213
216
|
"simple-git": "1.96.0",
|
214
217
|
"sloc": "0.2.0",
|
215
218
|
"socket.io": "2.4.1",
|
216
219
|
"sort-package-json": "1.11.0",
|
217
220
|
"sql.js": "1.8.0",
|
218
|
-
"static-columns": "~
|
221
|
+
"static-columns": "~16.0.1",
|
219
222
|
"string-similarity": "4.0.2",
|
220
223
|
"sudo-block": "3.0.0",
|
221
224
|
"systeminformation": "3.45.7",
|
222
225
|
"task.js": "0.1.5",
|
223
226
|
"threads": "1.7.0",
|
224
|
-
"tnp-cli": "~13.1.
|
225
|
-
"tnp-config": "~
|
226
|
-
"tnp-db": "~13.1.
|
227
|
-
"tnp-helpers": "~13.1.
|
228
|
-
"tnp-models": "~13.1.
|
227
|
+
"tnp-cli": "~13.1.60",
|
228
|
+
"tnp-config": "~16.0.1",
|
229
|
+
"tnp-db": "~13.1.22",
|
230
|
+
"tnp-helpers": "~13.1.39",
|
231
|
+
"tnp-models": "~13.1.28",
|
229
232
|
"ts-debug": "1.3.0",
|
230
233
|
"ts-loader": "2.3.1",
|
231
|
-
"ts-node": "10.
|
234
|
+
"ts-node": "10.9.1",
|
232
235
|
"tslib": "~2.3.0",
|
236
|
+
"turndown": "7.1.2",
|
233
237
|
"typeorm": "~0.3.10",
|
234
|
-
"typescript": "~
|
235
|
-
"typescript-class-helpers": "~13.2.
|
238
|
+
"typescript": "~5.0.2",
|
239
|
+
"typescript-class-helpers": "~13.2.13",
|
236
240
|
"typescript-formatter": "~7.2.2",
|
237
241
|
"underscore": "1.9.1",
|
238
242
|
"uuid": "8.3.2",
|
@@ -241,12 +245,12 @@
|
|
241
245
|
"vpn-split": "~13.1.23",
|
242
246
|
"watch": "1.0.2",
|
243
247
|
"yup": "1.1.1",
|
244
|
-
"zone.js": "~0.
|
248
|
+
"zone.js": "~0.13.0"
|
245
249
|
},
|
246
250
|
"license": "MIT",
|
247
251
|
"private": false,
|
248
252
|
"main": "index.js",
|
249
253
|
"name": "tnp-config",
|
250
|
-
"version": "
|
251
|
-
"lastBuildTagHash": "
|
254
|
+
"version": "16.0.2",
|
255
|
+
"lastBuildTagHash": "d59a10412a9e1ee622848b4fc5d32a2e42adf453"
|
252
256
|
}
|
package/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './lib';
|
1
|
+
export * from './lib';
|