tnp-config 13.1.71 → 13.1.72
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/README.md +17 -17
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/config.mjs +770 -770
- package/browser/esm2020/lib/index.mjs +3 -3
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-config.mjs +4 -4
- package/browser/fesm2015/tnp-config.mjs +689 -689
- package/browser/fesm2020/tnp-config.mjs +763 -763
- package/browser/lib/config.d.ts +228 -228
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +770 -770
- package/client/esm2020/lib/index.mjs +3 -3
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-config.mjs +4 -4
- package/client/fesm2015/tnp-config.mjs +689 -689
- package/client/fesm2020/tnp-config.mjs +763 -763
- package/client/lib/config.d.ts +228 -228
- package/client/package.json +30 -31
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/config.d.ts +438 -438
- package/lib/index.d.ts +1 -1
- package/package.json +4 -244
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +35 -35
- package/tmp-environment.json +34 -35
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +770 -770
- package/websql/esm2020/lib/index.mjs +3 -3
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-config.mjs +4 -4
- package/websql/fesm2015/tnp-config.mjs +689 -689
- package/websql/fesm2020/tnp-config.mjs +763 -763
- package/websql/lib/config.d.ts +228 -228
- package/websql/tnp-config.d.ts +4 -4
package/lib/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './config';
|
1
|
+
export * from './config';
|
package/package.json
CHANGED
@@ -1,252 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"tnp-core": "~13.2.
|
4
|
-
},
|
5
|
-
"devDependencies": {
|
6
|
-
"@angular-devkit/build-angular": "~13.3.9",
|
7
|
-
"@angular-devkit/core": "~13.3.9",
|
8
|
-
"@angular/animations": "~13.3.0",
|
9
|
-
"@angular/cdk": "~13.3.9",
|
10
|
-
"@angular/cli": "~13.3.9",
|
11
|
-
"@angular/common": "~13.3.0",
|
12
|
-
"@angular/compiler": "~13.3.0",
|
13
|
-
"@angular/compiler-cli": "~13.3.0",
|
14
|
-
"@angular/core": "~13.3.0",
|
15
|
-
"@angular/flex-layout": "~13.0.0-beta.38",
|
16
|
-
"@angular/forms": "~13.3.0",
|
17
|
-
"@angular/material": "~13.3.9",
|
18
|
-
"@angular/platform-browser": "~13.3.0",
|
19
|
-
"@angular/platform-browser-dynamic": "~13.3.0",
|
20
|
-
"@angular/pwa": "~13.3.9",
|
21
|
-
"@angular/router": "~13.3.0",
|
22
|
-
"@angular/service-worker": "~13.3.11",
|
23
|
-
"@babel/cli": "7.18.6",
|
24
|
-
"@iconify/icons-fa-solid": "1.2.2",
|
25
|
-
"@iconify/icons-mdi": "1.2.1",
|
26
|
-
"@mdi/js": "6.5.95",
|
27
|
-
"@ngrx/component-store": "~13.0.2",
|
28
|
-
"@ngrx/data": "~13.0.2",
|
29
|
-
"@ngrx/effects": "~13.0.2",
|
30
|
-
"@ngrx/entity": "~13.0.2",
|
31
|
-
"@ngrx/router-store": "~13.0.2",
|
32
|
-
"@ngrx/schematics": "~13.0.2",
|
33
|
-
"@ngrx/store": "~13.0.2",
|
34
|
-
"@ngrx/store-devtools": "~13.0.2",
|
35
|
-
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
36
|
-
"@ngx-formly/core": "6.0.0-next.8",
|
37
|
-
"@ngx-formly/ionic": "6.0.0-next.8",
|
38
|
-
"@ngx-formly/material": "6.0.0-next.8",
|
39
|
-
"@ngx-loading-bar/core": "6.0.2",
|
40
|
-
"@ngx-loading-bar/http-client": "6.0.2",
|
41
|
-
"@ngx-loading-bar/router": "6.0.2",
|
42
|
-
"@ngx-translate/core": "14.0.0",
|
43
|
-
"@ngx-translate/http-loader": "7.0.0",
|
44
|
-
"@swimlane/ngx-datatable": "20.0.0",
|
45
|
-
"@types/chai": "4.1.2",
|
46
|
-
"@types/chokidar": "2.1.3",
|
47
|
-
"@types/dateformat": "1.0.1",
|
48
|
-
"@types/diff": "3.2.2",
|
49
|
-
"@types/express": "4.11.0",
|
50
|
-
"@types/express-fileupload": "1.4.1",
|
51
|
-
"@types/fs-extra": "7.0.0",
|
52
|
-
"@types/glob": "5.0.35",
|
53
|
-
"@types/http-proxy": "1.16.0",
|
54
|
-
"@types/http-proxy-middleware": "0.19.2",
|
55
|
-
"@types/inquirer": "7.3.1",
|
56
|
-
"@types/jasmine": "3.10.0",
|
57
|
-
"@types/json-stringify-safe": "5.0.0",
|
58
|
-
"@types/json5": "0.0.29",
|
59
|
-
"@types/lockfile": "1.0.0",
|
60
|
-
"@types/lodash": "4.14.92",
|
61
|
-
"@types/lowdb": "1.0.6",
|
62
|
-
"@types/mocha": "5.2.5",
|
63
|
-
"@types/node": "16.18.21",
|
64
|
-
"@types/node-notifier": "5.4.0",
|
65
|
-
"@types/oauth2orize": "1.8.0",
|
66
|
-
"@types/password-hash": "1.2.19",
|
67
|
-
"@types/progress": "2.0.3",
|
68
|
-
"@types/q": "1.5.5",
|
69
|
-
"@types/rimraf": "2.0.2",
|
70
|
-
"@types/semver": "6.0.1",
|
71
|
-
"@types/systeminformation": "3.23.0",
|
72
|
-
"@types/vinyl": "2.0.2",
|
73
|
-
"@types/watch": "1.0.0",
|
74
|
-
"accepts": "1.3.4",
|
75
|
-
"any-project-cli": "~13.1.23",
|
76
|
-
"axios": "1.3.5",
|
77
|
-
"background-worker-process": "~13.1.40",
|
78
|
-
"base32": "0.0.7",
|
79
|
-
"bcryptjs": "2.4.3",
|
80
|
-
"better-sqlite3": "7.6.2",
|
81
|
-
"body-parser": "1.18.2",
|
82
|
-
"bootstrap": "5.1.3",
|
83
|
-
"bs4-breakpoint": "13.0.33",
|
84
|
-
"buffer-shims": "1.0.0",
|
85
|
-
"callsite-record": "4.1.3",
|
86
|
-
"chai": "4.2.0",
|
87
|
-
"chalk": "2.3.2",
|
88
|
-
"check-node-version": "3.2.0",
|
89
|
-
"cheerio": "1.0.0-rc.3",
|
90
|
-
"chokidar": "3.5.1",
|
91
|
-
"circular-json": "0.5.1",
|
92
|
-
"command-exists": "1.2.2",
|
93
|
-
"compression": "1.7.4",
|
94
|
-
"concurrently": "3.5.1",
|
95
|
-
"content-type": "1.0.4",
|
96
|
-
"cookie-parser": "1.4.3",
|
97
|
-
"copy-paste": "1.3.0",
|
98
|
-
"cors": "2.8.4",
|
99
|
-
"cpr": "3.0.1",
|
100
|
-
"cross-spawn": "7.0.3",
|
101
|
-
"dateformat": "3.0.3",
|
102
|
-
"detect-mocha": "0.1.0",
|
103
|
-
"diff": "3.2.0",
|
104
|
-
"edit-table": "13.1.0",
|
105
|
-
"element-resize-detector": "1.1.15",
|
106
|
-
"enquirer": "2.3.0",
|
107
|
-
"enum-values": "1.2.1",
|
108
|
-
"errorhandler": "1.5.0",
|
109
|
-
"eslint": "7.13.0",
|
110
|
-
"eslint-plugin-import": "2.22.1",
|
111
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
112
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
113
|
-
"express": "4.16.3",
|
114
|
-
"express-fileupload": "1.4.0",
|
115
|
-
"express-session": "1.17.3",
|
116
|
-
"fbgraph": "1.4.1",
|
117
|
-
"file-loader": "1.1.5",
|
118
|
-
"file-saver": "2.0.5",
|
119
|
-
"firedev": "^13",
|
120
|
-
"firedev-crud": "~13.1.45",
|
121
|
-
"firedev-crud-deamon": "~13.1.35",
|
122
|
-
"firedev-ports": "~13.1.39",
|
123
|
-
"firedev-storage": "~13.1.28",
|
124
|
-
"firedev-typeorm": "~13.1.23",
|
125
|
-
"firedev-ui": "~13.1.18",
|
126
|
-
"fkill": "6.1.0",
|
127
|
-
"font-awesome": "4.7.0",
|
128
|
-
"form-data": "4.0.0",
|
129
|
-
"fs-extra": "8.1.0",
|
130
|
-
"fuzzy": "0.1.3",
|
131
|
-
"glob": "7.1.2",
|
132
|
-
"gulp": "3.9.1",
|
133
|
-
"hostile": "1.3.3",
|
134
|
-
"http-proxy": "1.16.2",
|
135
|
-
"http-proxy-middleware": "0.19.1",
|
136
|
-
"http-server": "0.11.1",
|
137
|
-
"incremental-compiler": "~13.1.21",
|
138
|
-
"inquirer": "7.3.3",
|
139
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
140
|
-
"is-elevated": "3.0.0",
|
141
|
-
"isomorphic-region-loader": "~13.1.33",
|
142
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
143
|
-
"jasmine-core": "4.0.0",
|
144
|
-
"jscodeshift": "0.6.3",
|
145
|
-
"json-stringify-safe": "5.0.1",
|
146
|
-
"json10": "~13.1.40",
|
147
|
-
"json10-writer": "~13.1.36",
|
148
|
-
"json5": "2.1.3",
|
149
|
-
"json5-writer": "0.2.0",
|
150
|
-
"jszip": "3.10.1",
|
151
|
-
"karma": "6.3.0",
|
152
|
-
"karma-chrome-launcher": "3.1.0",
|
153
|
-
"karma-cli": "1.0.1",
|
154
|
-
"karma-coverage": "2.1.0",
|
155
|
-
"karma-jasmine": "4.0.0",
|
156
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
157
|
-
"lnk": "1.0.1",
|
158
|
-
"localforage": "1.10.0",
|
159
|
-
"lockfile": "1.0.4",
|
160
|
-
"lodash": "4.17.4",
|
161
|
-
"lodash-walk-object": "~13.1.40",
|
162
|
-
"lowdb": "1.0.0",
|
163
|
-
"magic-renamer": "~13.1.37",
|
164
|
-
"material-design-icons": "3.0.1",
|
165
|
-
"method-override": "2.3.10",
|
166
|
-
"minimist": "1.2.0",
|
167
|
-
"mkdirp": "0.5.1",
|
168
|
-
"mocha": "5.2.0",
|
169
|
-
"moment": "2.22.2",
|
170
|
-
"morphi": "~13.2.3",
|
171
|
-
"ng-packagr": "13.0.0",
|
172
|
-
"ng-talkback": "~13.1.19",
|
173
|
-
"ng2-file-upload": "1.3.0",
|
174
|
-
"ng2-logger": "~13.1.19",
|
175
|
-
"ng2-rest": "~13.2.3",
|
176
|
-
"ng4-icons": "~13.1.21",
|
177
|
-
"ng4-modal": "~13.1.23",
|
178
|
-
"ngx-ace-wrapper": "12",
|
179
|
-
"ngx-bootstrap": "8.0.0",
|
180
|
-
"ngx-editor": "12.2.1",
|
181
|
-
"ngx-highlightjs": "6.1.3",
|
182
|
-
"ngx-moment": "6.0.2",
|
183
|
-
"ngx-pipes": "3.0.0",
|
184
|
-
"ngx-progressbar": "8.0.0",
|
185
|
-
"ngx-scrollbar": "9.0.2",
|
186
|
-
"ngx-store": "3.1.1",
|
187
|
-
"ngx-toastr": "14.2.2",
|
188
|
-
"ngx-wig": "1.2.7",
|
189
|
-
"node-cli-tester": "~13.1.19",
|
190
|
-
"node-localstorage": "2.1.6",
|
191
|
-
"node-notifier": "6.0.0",
|
192
|
-
"nodemon": "1.14.11",
|
193
|
-
"npm-get-dependents": "1.0.1",
|
194
|
-
"npm-run": "4.1.2",
|
195
|
-
"omelette": "0.4.5",
|
196
|
-
"open": "7.2.1",
|
197
|
-
"ora": "3.4.0",
|
198
|
-
"passport": "0.3.2",
|
199
|
-
"passport-http-bearer": "1.0.1",
|
200
|
-
"password-hash": "1.2.2",
|
201
|
-
"portfinder": "1.0.21",
|
202
|
-
"prettier": "2.5.1",
|
203
|
-
"progress": "2.0.3",
|
204
|
-
"prompts": "0.1.8",
|
205
|
-
"ps-list": "6.1.0",
|
206
|
-
"ps-node": "0.1.6",
|
207
|
-
"q": "1.5.1",
|
208
|
-
"randomcolor": "0.5.3",
|
209
|
-
"record-replay-req-res-scenario": "~13.1.20",
|
210
|
-
"reflect-metadata": "0.1.10",
|
211
|
-
"rimraf": "2.6.2",
|
212
|
-
"rxjs": "~7.5.0",
|
213
|
-
"semver": "6.3.0",
|
214
|
-
"simple-git": "1.96.0",
|
215
|
-
"sloc": "0.2.0",
|
216
|
-
"socket.io": "2.4.1",
|
217
|
-
"sort-package-json": "1.11.0",
|
218
|
-
"sql.js": "1.8.0",
|
219
|
-
"static-columns": "~13.3.2",
|
220
|
-
"string-similarity": "4.0.2",
|
221
|
-
"sudo-block": "3.0.0",
|
222
|
-
"systeminformation": "3.45.7",
|
223
|
-
"task.js": "0.1.5",
|
224
|
-
"tnp-cli": "~13.1.54",
|
225
|
-
"tnp-config": "~13.1.70",
|
226
|
-
"tnp-db": "~13.1.17",
|
227
|
-
"tnp-helpers": "~13.1.28",
|
228
|
-
"tnp-models": "~13.1.20",
|
229
|
-
"tnp-ui": "~13.1.27",
|
230
|
-
"ts-debug": "1.3.0",
|
231
|
-
"ts-loader": "2.3.1",
|
232
|
-
"ts-node": "10.7.0",
|
233
|
-
"tslib": "~2.3.0",
|
234
|
-
"typeorm": "~0.3.10",
|
235
|
-
"typescript": "~4.6.2",
|
236
|
-
"typescript-class-helpers": "~13.2.5",
|
237
|
-
"typescript-formatter": "~7.2.2",
|
238
|
-
"underscore": "1.9.1",
|
239
|
-
"uuid": "8.3.2",
|
240
|
-
"validator": "9.2.0",
|
241
|
-
"vpn-split": "~13.1.23",
|
242
|
-
"watch": "1.0.2",
|
243
|
-
"yup": "1.1.1",
|
244
|
-
"zone.js": "~0.11.4"
|
3
|
+
"tnp-core": "~13.2.14"
|
245
4
|
},
|
5
|
+
"devDependencies": {},
|
246
6
|
"license": "MIT",
|
247
7
|
"private": false,
|
248
8
|
"main": "index.js",
|
249
9
|
"name": "tnp-config",
|
250
|
-
"version": "13.1.
|
251
|
-
"lastBuildTagHash": "
|
10
|
+
"version": "13.1.72",
|
11
|
+
"lastBuildTagHash": "85a3016bb203917527f053fa5a3919bd239711ca"
|
252
12
|
}
|