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
@@ -42,11 +42,12 @@
42
42
  "workerPlugins": {}
43
43
  },
44
44
  "dependencies": {
45
- "tnp-core": "~13.2.14"
45
+ "tnp-core": "~13.2.18"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@angular-devkit/build-angular": "~13.3.9",
49
49
  "@angular-devkit/core": "~13.3.9",
50
+ "@angular-material-extensions/fab-menu": "~6.1.0",
50
51
  "@angular/animations": "~13.3.0",
51
52
  "@angular/cdk": "~13.3.9",
52
53
  "@angular/cli": "~13.3.9",
@@ -66,6 +67,11 @@
66
67
  "@iconify/icons-fa-solid": "1.2.2",
67
68
  "@iconify/icons-mdi": "1.2.1",
68
69
  "@mdi/js": "6.5.95",
70
+ "@ng-matero/extensions": "13.3.2",
71
+ "@ngneat/falso": "6.4.0",
72
+ "@ngneat/hot-toast": "4",
73
+ "@ngneat/overview": "3.0.0",
74
+ "@ngneat/until-destroy": "9.2.3",
69
75
  "@ngrx/component-store": "~13.0.2",
70
76
  "@ngrx/data": "~13.0.2",
71
77
  "@ngrx/effects": "~13.0.2",
@@ -74,16 +80,10 @@
74
80
  "@ngrx/schematics": "~13.0.2",
75
81
  "@ngrx/store": "~13.0.2",
76
82
  "@ngrx/store-devtools": "~13.0.2",
77
- "@ngx-formly/bootstrap": "6.0.0-next.8",
78
83
  "@ngx-formly/core": "6.0.0-next.8",
79
- "@ngx-formly/ionic": "4.6.3",
80
84
  "@ngx-formly/material": "6.0.0-next.8",
81
- "@ngx-loading-bar/core": "6.0.2",
82
- "@ngx-loading-bar/http-client": "6.0.2",
83
- "@ngx-loading-bar/router": "6.0.2",
84
85
  "@ngx-translate/core": "14.0.0",
85
86
  "@ngx-translate/http-loader": "7.0.0",
86
- "@swimlane/ngx-datatable": "20.0.0",
87
87
  "@types/chai": "4.1.2",
88
88
  "@types/chokidar": "2.1.3",
89
89
  "@types/dateformat": "1.0.1",
@@ -114,9 +114,10 @@
114
114
  "@types/vinyl": "2.0.2",
115
115
  "@types/watch": "1.0.0",
116
116
  "accepts": "1.3.4",
117
- "any-project-cli": "~13.1.24",
117
+ "angular-material-css-vars": "5.0.0",
118
+ "any-project-cli": "~13.1.25",
118
119
  "axios": "1.3.5",
119
- "background-worker-process": "~13.1.41",
120
+ "background-worker-process": "~13.1.42",
120
121
  "base32": "0.0.7",
121
122
  "bcryptjs": "2.4.3",
122
123
  "better-sqlite3": "7.6.2",
@@ -130,6 +131,7 @@
130
131
  "cheerio": "1.0.0-rc.3",
131
132
  "chokidar": "3.5.1",
132
133
  "circular-json": "0.5.1",
134
+ "class-validator": "0.14.0",
133
135
  "command-exists": "1.2.2",
134
136
  "compression": "1.7.4",
135
137
  "concurrently": "3.5.1",
@@ -153,16 +155,15 @@
153
155
  "express": "4.16.3",
154
156
  "express-fileupload": "1.4.0",
155
157
  "express-session": "1.17.3",
156
- "fbgraph": "1.4.1",
157
158
  "file-loader": "1.1.5",
158
159
  "file-saver": "2.0.5",
159
160
  "firedev": "^13",
160
- "firedev-crud": "~13.1.46",
161
- "firedev-crud-deamon": "~13.1.36",
162
- "firedev-ports": "~13.1.40",
163
- "firedev-storage": "~13.1.29",
164
- "firedev-typeorm": "~13.1.24",
165
- "firedev-ui": "~13.1.19",
161
+ "firedev-crud": "~13.1.47",
162
+ "firedev-crud-deamon": "~13.1.37",
163
+ "firedev-ports": "~13.1.41",
164
+ "firedev-storage": "~13.2.34",
165
+ "firedev-typeorm": "~13.1.29",
166
+ "firedev-ui": "~13.1.20",
166
167
  "fkill": "6.1.0",
167
168
  "font-awesome": "4.7.0",
168
169
  "form-data": "4.0.0",
@@ -171,21 +172,23 @@
171
172
  "glob": "7.1.2",
172
173
  "gulp": "3.9.1",
173
174
  "hostile": "1.3.3",
175
+ "howler": "2.2.3",
174
176
  "http-proxy": "1.16.2",
175
177
  "http-proxy-middleware": "0.19.1",
176
178
  "http-server": "0.11.1",
177
179
  "immutable": "4.3.0",
178
- "incremental-compiler": "~13.1.22",
180
+ "incremental-compiler": "~13.1.23",
179
181
  "inquirer": "7.3.3",
180
182
  "inquirer-autocomplete-prompt": "1.3.0",
181
183
  "is-elevated": "3.0.0",
182
- "isomorphic-region-loader": "~13.1.34",
184
+ "isomorphic-region-loader": "~13.1.35",
183
185
  "istanbul-instrumenter-loader": "2.0.0",
184
186
  "jasmine-core": "4.0.0",
187
+ "jimp": "0.22.8",
185
188
  "jscodeshift": "0.6.3",
186
189
  "json-stringify-safe": "5.0.1",
187
- "json10": "~13.1.41",
188
- "json10-writer": "~13.1.37",
190
+ "json10": "~13.1.42",
191
+ "json10-writer": "~13.1.38",
189
192
  "json5": "2.1.3",
190
193
  "json5-writer": "0.2.0",
191
194
  "jszip": "3.10.1",
@@ -199,25 +202,22 @@
199
202
  "localforage": "1.10.0",
200
203
  "lockfile": "1.0.4",
201
204
  "lodash": "4.17.4",
202
- "lodash-walk-object": "~13.1.41",
205
+ "lodash-walk-object": "~13.1.42",
203
206
  "lowdb": "1.0.0",
204
- "magic-renamer": "~13.1.38",
207
+ "magic-renamer": "~13.1.39",
205
208
  "material-design-icons": "3.0.1",
206
209
  "method-override": "2.3.10",
207
210
  "minimist": "1.2.0",
208
211
  "mkdirp": "0.5.1",
209
212
  "mocha": "5.2.0",
210
213
  "moment": "2.22.2",
211
- "morphi": "~13.2.4",
214
+ "morphi": "~13.2.5",
215
+ "ng-in-viewport": "13.0.1",
212
216
  "ng-packagr": "13.0.0",
213
217
  "ng-talkback": "~13.1.19",
214
- "ng2-file-upload": "1.3.0",
215
- "ng2-logger": "~13.1.20",
216
- "ng2-rest": "~13.2.4",
217
- "ng4-icons": "~13.1.21",
218
- "ng4-modal": "~13.1.23",
218
+ "ng2-logger": "~13.1.22",
219
+ "ng2-rest": "~13.2.6",
219
220
  "ngx-ace-wrapper": "12",
220
- "ngx-bootstrap": "2.0.2",
221
221
  "ngx-editor": "12.2.1",
222
222
  "ngx-highlightjs": "6.1.3",
223
223
  "ngx-moment": "6.0.2",
@@ -225,8 +225,7 @@
225
225
  "ngx-progressbar": "8.0.0",
226
226
  "ngx-scrollbar": "9.0.2",
227
227
  "ngx-store": "3.1.1",
228
- "ngx-toastr": "14.2.2",
229
- "ngx-wig": "1.2.7",
228
+ "ngx-typed-js": "2.1.1",
230
229
  "node-cli-tester": "~13.1.19",
231
230
  "node-localstorage": "2.1.6",
232
231
  "node-notifier": "6.0.0",
@@ -239,6 +238,7 @@
239
238
  "passport": "0.3.2",
240
239
  "passport-http-bearer": "1.0.1",
241
240
  "password-hash": "1.2.2",
241
+ "pica": "9.0.1",
242
242
  "portfinder": "1.0.21",
243
243
  "prettier": "2.5.1",
244
244
  "progress": "2.0.3",
@@ -257,16 +257,16 @@
257
257
  "socket.io": "2.4.1",
258
258
  "sort-package-json": "1.11.0",
259
259
  "sql.js": "1.8.0",
260
- "static-columns": "~13.3.2",
260
+ "static-columns": "~13.3.6",
261
261
  "string-similarity": "4.0.2",
262
262
  "sudo-block": "3.0.0",
263
263
  "systeminformation": "3.45.7",
264
- "task.js": "0.1.5",
265
- "tnp-cli": "~13.1.55",
266
- "tnp-config": "~13.1.71",
267
- "tnp-db": "~13.1.18",
268
- "tnp-helpers": "~13.1.29",
269
- "tnp-models": "~13.1.21",
264
+ "threads": "1.7.0",
265
+ "tnp-cli": "~13.1.57",
266
+ "tnp-config": "~13.1.73",
267
+ "tnp-db": "~13.1.19",
268
+ "tnp-helpers": "~13.1.32",
269
+ "tnp-models": "~13.1.25",
270
270
  "tnp-ui": "~13.1.27",
271
271
  "ts-debug": "1.3.0",
272
272
  "ts-loader": "2.3.1",
@@ -274,11 +274,12 @@
274
274
  "tslib": "~2.3.0",
275
275
  "typeorm": "~0.3.10",
276
276
  "typescript": "~4.6.2",
277
- "typescript-class-helpers": "~13.2.6",
277
+ "typescript-class-helpers": "~13.2.10",
278
278
  "typescript-formatter": "~7.2.2",
279
279
  "underscore": "1.9.1",
280
280
  "uuid": "8.3.2",
281
281
  "validator": "9.2.0",
282
+ "video.js": "8.3.0",
282
283
  "vpn-split": "~13.1.23",
283
284
  "watch": "1.0.2",
284
285
  "yup": "1.1.1",
@@ -288,20 +289,21 @@
288
289
  "private": false,
289
290
  "main": "index.js",
290
291
  "name": "tnp-config",
291
- "version": "13.1.72",
292
- "lastBuildTagHash": "85a3016bb203917527f053fa5a3919bd239711ca"
292
+ "version": "13.1.74",
293
+ "lastBuildTagHash": "41ddf5b9649979838108ce56d308d6917887177a"
293
294
  },
294
295
  "build": {
295
- "number": 489,
296
- "date": "2023-05-01T22:40:46.000Z",
297
- "hash": "f9546a26c18c7cc8c8ede811d2dcb7fb95fc72cf",
296
+ "number": 494,
297
+ "date": "2023-05-27T19:07:02.000Z",
298
+ "hash": "d30d7e58cd6904783e9d208799fc653b1bafac58",
298
299
  "options": {}
299
300
  },
300
301
  "currentProjectName": "tnp-config",
302
+ "currentProjectGenericName": "tnp-config",
301
303
  "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%22tnp-config%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\"]}]}",
302
304
  "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\"}]}",
303
305
  "currentProjectType": "isomorphic-lib",
304
- "currentFrameworkVersion": "13.1.188",
306
+ "currentFrameworkVersion": "13.1.189",
305
307
  "currentProjectIsStrictSite": false,
306
308
  "currentProjectIsDependencySite": false,
307
309
  "currentProjectIsStatic": false,
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.