tnp-config 13.1.72 → 13.1.74

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 (44) hide show
  1. package/README.md +17 -17
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/config.mjs +771 -771
  5. package/browser/esm2020/lib/index.mjs +3 -3
  6. package/browser/esm2020/public-api.mjs +1 -1
  7. package/browser/esm2020/tnp-config.mjs +4 -4
  8. package/browser/fesm2015/tnp-config.mjs +689 -689
  9. package/browser/fesm2015/tnp-config.mjs.map +1 -1
  10. package/browser/fesm2020/tnp-config.mjs +763 -763
  11. package/browser/fesm2020/tnp-config.mjs.map +1 -1
  12. package/browser/lib/config.d.ts +227 -228
  13. package/browser/tnp-config.d.ts +4 -4
  14. package/client/README.md +24 -24
  15. package/client/esm2020/lib/config.mjs +771 -771
  16. package/client/esm2020/lib/index.mjs +3 -3
  17. package/client/esm2020/public-api.mjs +1 -1
  18. package/client/esm2020/tnp-config.mjs +4 -4
  19. package/client/fesm2015/tnp-config.mjs +689 -689
  20. package/client/fesm2015/tnp-config.mjs.map +1 -1
  21. package/client/fesm2020/tnp-config.mjs +763 -763
  22. package/client/fesm2020/tnp-config.mjs.map +1 -1
  23. package/client/lib/config.d.ts +227 -228
  24. package/client/package.json +42 -41
  25. package/client/tnp-config.d.ts +4 -4
  26. package/index.d.ts +1 -1
  27. package/lib/config.d.ts +437 -438
  28. package/lib/config.js.map +1 -1
  29. package/lib/index.d.ts +1 -1
  30. package/package.json +3 -3
  31. package/package.json_devDependencies.json +218 -218
  32. package/package.json_tnp.json5 +35 -35
  33. package/tmp-environment.json +47 -45
  34. package/websql/README.md +24 -24
  35. package/websql/esm2020/lib/config.mjs +771 -771
  36. package/websql/esm2020/lib/index.mjs +3 -3
  37. package/websql/esm2020/public-api.mjs +1 -1
  38. package/websql/esm2020/tnp-config.mjs +4 -4
  39. package/websql/fesm2015/tnp-config.mjs +689 -689
  40. package/websql/fesm2015/tnp-config.mjs.map +1 -1
  41. package/websql/fesm2020/tnp-config.mjs +763 -763
  42. package/websql/fesm2020/tnp-config.mjs.map +1 -1
  43. package/websql/lib/config.d.ts +227 -228
  44. package/websql/tnp-config.d.ts +4 -4
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "dependencies": {
3
- "tnp-core": "~13.2.14"
3
+ "tnp-core": "~13.2.18"
4
4
  },
5
5
  "devDependencies": {
6
6
  "@angular-devkit/build-angular": "~13.3.9",
7
7
  "@angular-devkit/core": "~13.3.9",
8
+ "@angular-material-extensions/fab-menu": "~6.1.0",
8
9
  "@angular/animations": "~13.3.0",
9
10
  "@angular/cdk": "~13.3.9",
10
11
  "@angular/cli": "~13.3.9",
@@ -24,6 +25,11 @@
24
25
  "@iconify/icons-fa-solid": "1.2.2",
25
26
  "@iconify/icons-mdi": "1.2.1",
26
27
  "@mdi/js": "6.5.95",
28
+ "@ng-matero/extensions": "13.3.2",
29
+ "@ngneat/falso": "6.4.0",
30
+ "@ngneat/hot-toast": "4",
31
+ "@ngneat/overview": "3.0.0",
32
+ "@ngneat/until-destroy": "9.2.3",
27
33
  "@ngrx/component-store": "~13.0.2",
28
34
  "@ngrx/data": "~13.0.2",
29
35
  "@ngrx/effects": "~13.0.2",
@@ -32,16 +38,10 @@
32
38
  "@ngrx/schematics": "~13.0.2",
33
39
  "@ngrx/store": "~13.0.2",
34
40
  "@ngrx/store-devtools": "~13.0.2",
35
- "@ngx-formly/bootstrap": "6.0.0-next.8",
36
41
  "@ngx-formly/core": "6.0.0-next.8",
37
- "@ngx-formly/ionic": "4.6.3",
38
42
  "@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
43
  "@ngx-translate/core": "14.0.0",
43
44
  "@ngx-translate/http-loader": "7.0.0",
44
- "@swimlane/ngx-datatable": "20.0.0",
45
45
  "@types/chai": "4.1.2",
46
46
  "@types/chokidar": "2.1.3",
47
47
  "@types/dateformat": "1.0.1",
@@ -72,9 +72,10 @@
72
72
  "@types/vinyl": "2.0.2",
73
73
  "@types/watch": "1.0.0",
74
74
  "accepts": "1.3.4",
75
- "any-project-cli": "~13.1.24",
75
+ "angular-material-css-vars": "5.0.0",
76
+ "any-project-cli": "~13.1.25",
76
77
  "axios": "1.3.5",
77
- "background-worker-process": "~13.1.41",
78
+ "background-worker-process": "~13.1.42",
78
79
  "base32": "0.0.7",
79
80
  "bcryptjs": "2.4.3",
80
81
  "better-sqlite3": "7.6.2",
@@ -88,6 +89,7 @@
88
89
  "cheerio": "1.0.0-rc.3",
89
90
  "chokidar": "3.5.1",
90
91
  "circular-json": "0.5.1",
92
+ "class-validator": "0.14.0",
91
93
  "command-exists": "1.2.2",
92
94
  "compression": "1.7.4",
93
95
  "concurrently": "3.5.1",
@@ -111,16 +113,15 @@
111
113
  "express": "4.16.3",
112
114
  "express-fileupload": "1.4.0",
113
115
  "express-session": "1.17.3",
114
- "fbgraph": "1.4.1",
115
116
  "file-loader": "1.1.5",
116
117
  "file-saver": "2.0.5",
117
118
  "firedev": "^13",
118
- "firedev-crud": "~13.1.46",
119
- "firedev-crud-deamon": "~13.1.36",
120
- "firedev-ports": "~13.1.40",
121
- "firedev-storage": "~13.1.29",
122
- "firedev-typeorm": "~13.1.24",
123
- "firedev-ui": "~13.1.19",
119
+ "firedev-crud": "~13.1.47",
120
+ "firedev-crud-deamon": "~13.1.37",
121
+ "firedev-ports": "~13.1.41",
122
+ "firedev-storage": "~13.2.34",
123
+ "firedev-typeorm": "~13.1.29",
124
+ "firedev-ui": "~13.1.20",
124
125
  "fkill": "6.1.0",
125
126
  "font-awesome": "4.7.0",
126
127
  "form-data": "4.0.0",
@@ -129,21 +130,23 @@
129
130
  "glob": "7.1.2",
130
131
  "gulp": "3.9.1",
131
132
  "hostile": "1.3.3",
133
+ "howler": "2.2.3",
132
134
  "http-proxy": "1.16.2",
133
135
  "http-proxy-middleware": "0.19.1",
134
136
  "http-server": "0.11.1",
135
137
  "immutable": "4.3.0",
136
- "incremental-compiler": "~13.1.22",
138
+ "incremental-compiler": "~13.1.23",
137
139
  "inquirer": "7.3.3",
138
140
  "inquirer-autocomplete-prompt": "1.3.0",
139
141
  "is-elevated": "3.0.0",
140
- "isomorphic-region-loader": "~13.1.34",
142
+ "isomorphic-region-loader": "~13.1.35",
141
143
  "istanbul-instrumenter-loader": "2.0.0",
142
144
  "jasmine-core": "4.0.0",
145
+ "jimp": "0.22.8",
143
146
  "jscodeshift": "0.6.3",
144
147
  "json-stringify-safe": "5.0.1",
145
- "json10": "~13.1.41",
146
- "json10-writer": "~13.1.37",
148
+ "json10": "~13.1.42",
149
+ "json10-writer": "~13.1.38",
147
150
  "json5": "2.1.3",
148
151
  "json5-writer": "0.2.0",
149
152
  "jszip": "3.10.1",
@@ -157,25 +160,22 @@
157
160
  "localforage": "1.10.0",
158
161
  "lockfile": "1.0.4",
159
162
  "lodash": "4.17.4",
160
- "lodash-walk-object": "~13.1.41",
163
+ "lodash-walk-object": "~13.1.42",
161
164
  "lowdb": "1.0.0",
162
- "magic-renamer": "~13.1.38",
165
+ "magic-renamer": "~13.1.39",
163
166
  "material-design-icons": "3.0.1",
164
167
  "method-override": "2.3.10",
165
168
  "minimist": "1.2.0",
166
169
  "mkdirp": "0.5.1",
167
170
  "mocha": "5.2.0",
168
171
  "moment": "2.22.2",
169
- "morphi": "~13.2.4",
172
+ "morphi": "~13.2.5",
173
+ "ng-in-viewport": "13.0.1",
170
174
  "ng-packagr": "13.0.0",
171
175
  "ng-talkback": "~13.1.19",
172
- "ng2-file-upload": "1.3.0",
173
- "ng2-logger": "~13.1.20",
174
- "ng2-rest": "~13.2.4",
175
- "ng4-icons": "~13.1.21",
176
- "ng4-modal": "~13.1.23",
176
+ "ng2-logger": "~13.1.22",
177
+ "ng2-rest": "~13.2.6",
177
178
  "ngx-ace-wrapper": "12",
178
- "ngx-bootstrap": "2.0.2",
179
179
  "ngx-editor": "12.2.1",
180
180
  "ngx-highlightjs": "6.1.3",
181
181
  "ngx-moment": "6.0.2",
@@ -183,8 +183,7 @@
183
183
  "ngx-progressbar": "8.0.0",
184
184
  "ngx-scrollbar": "9.0.2",
185
185
  "ngx-store": "3.1.1",
186
- "ngx-toastr": "14.2.2",
187
- "ngx-wig": "1.2.7",
186
+ "ngx-typed-js": "2.1.1",
188
187
  "node-cli-tester": "~13.1.19",
189
188
  "node-localstorage": "2.1.6",
190
189
  "node-notifier": "6.0.0",
@@ -197,6 +196,7 @@
197
196
  "passport": "0.3.2",
198
197
  "passport-http-bearer": "1.0.1",
199
198
  "password-hash": "1.2.2",
199
+ "pica": "9.0.1",
200
200
  "portfinder": "1.0.21",
201
201
  "prettier": "2.5.1",
202
202
  "progress": "2.0.3",
@@ -215,16 +215,16 @@
215
215
  "socket.io": "2.4.1",
216
216
  "sort-package-json": "1.11.0",
217
217
  "sql.js": "1.8.0",
218
- "static-columns": "~13.3.2",
218
+ "static-columns": "~13.3.6",
219
219
  "string-similarity": "4.0.2",
220
220
  "sudo-block": "3.0.0",
221
221
  "systeminformation": "3.45.7",
222
- "task.js": "0.1.5",
223
- "tnp-cli": "~13.1.55",
224
- "tnp-config": "~13.1.71",
225
- "tnp-db": "~13.1.18",
226
- "tnp-helpers": "~13.1.29",
227
- "tnp-models": "~13.1.21",
222
+ "threads": "1.7.0",
223
+ "tnp-cli": "~13.1.57",
224
+ "tnp-config": "~13.1.73",
225
+ "tnp-db": "~13.1.19",
226
+ "tnp-helpers": "~13.1.32",
227
+ "tnp-models": "~13.1.25",
228
228
  "tnp-ui": "~13.1.27",
229
229
  "ts-debug": "1.3.0",
230
230
  "ts-loader": "2.3.1",
@@ -232,11 +232,12 @@
232
232
  "tslib": "~2.3.0",
233
233
  "typeorm": "~0.3.10",
234
234
  "typescript": "~4.6.2",
235
- "typescript-class-helpers": "~13.2.6",
235
+ "typescript-class-helpers": "~13.2.10",
236
236
  "typescript-formatter": "~7.2.2",
237
237
  "underscore": "1.9.1",
238
238
  "uuid": "8.3.2",
239
239
  "validator": "9.2.0",
240
+ "video.js": "8.3.0",
240
241
  "vpn-split": "~13.1.23",
241
242
  "watch": "1.0.2",
242
243
  "yup": "1.1.1",
@@ -246,6 +247,6 @@
246
247
  "private": false,
247
248
  "main": "index.js",
248
249
  "name": "tnp-config",
249
- "version": "13.1.72",
250
- "lastBuildTagHash": "85a3016bb203917527f053fa5a3919bd239711ca"
250
+ "version": "13.1.74",
251
+ "lastBuildTagHash": "41ddf5b9649979838108ce56d308d6917887177a"
251
252
  }
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="tnp-config" />
2
+ /**
3
+ * Generated bundle index. Do not edit.
4
+ */
5
+ /// <amd-module name="tnp-config" />
6
6
  export * from './public-api';
package/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib';
1
+ export * from './lib';