tnp-config 13.1.73 → 13.1.75

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 (47) 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 +772 -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 +690 -689
  9. package/browser/fesm2015/tnp-config.mjs.map +1 -1
  10. package/browser/fesm2020/tnp-config.mjs +764 -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 +772 -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 +690 -689
  20. package/client/fesm2015/tnp-config.mjs.map +1 -1
  21. package/client/fesm2020/tnp-config.mjs +764 -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/index.js.map +1 -1
  28. package/lib/config.d.ts +439 -438
  29. package/lib/config.js +1 -0
  30. package/lib/config.js.map +1 -1
  31. package/lib/index.d.ts +1 -1
  32. package/lib/index.js.map +1 -1
  33. package/package.json +3 -3
  34. package/package.json_devDependencies.json +218 -218
  35. package/package.json_tnp.json5 +36 -35
  36. package/tmp-environment.json +49 -46
  37. package/websql/README.md +24 -24
  38. package/websql/esm2020/lib/config.mjs +772 -771
  39. package/websql/esm2020/lib/index.mjs +3 -3
  40. package/websql/esm2020/public-api.mjs +1 -1
  41. package/websql/esm2020/tnp-config.mjs +4 -4
  42. package/websql/fesm2015/tnp-config.mjs +690 -689
  43. package/websql/fesm2015/tnp-config.mjs.map +1 -1
  44. package/websql/fesm2020/tnp-config.mjs +764 -763
  45. package/websql/fesm2020/tnp-config.mjs.map +1 -1
  46. package/websql/lib/config.d.ts +227 -228
  47. package/websql/tnp-config.d.ts +4 -4
@@ -14,7 +14,8 @@
14
14
  "tnp-core"
15
15
  ],
16
16
  "dependencies": {},
17
- "linkedFolders": []
17
+ "linkedFolders": [],
18
+ "npmFixes": []
18
19
  },
19
20
  "linkedProjects": [],
20
21
  "smartContainerBuildTarget": "",
@@ -42,11 +43,12 @@
42
43
  "workerPlugins": {}
43
44
  },
44
45
  "dependencies": {
45
- "tnp-core": "~13.2.15"
46
+ "tnp-core": "~13.2.19"
46
47
  },
47
48
  "devDependencies": {
48
49
  "@angular-devkit/build-angular": "~13.3.9",
49
50
  "@angular-devkit/core": "~13.3.9",
51
+ "@angular-material-extensions/fab-menu": "~6.1.0",
50
52
  "@angular/animations": "~13.3.0",
51
53
  "@angular/cdk": "~13.3.9",
52
54
  "@angular/cli": "~13.3.9",
@@ -66,6 +68,11 @@
66
68
  "@iconify/icons-fa-solid": "1.2.2",
67
69
  "@iconify/icons-mdi": "1.2.1",
68
70
  "@mdi/js": "6.5.95",
71
+ "@ng-matero/extensions": "13.3.2",
72
+ "@ngneat/falso": "6.4.0",
73
+ "@ngneat/hot-toast": "4",
74
+ "@ngneat/overview": "3.0.0",
75
+ "@ngneat/until-destroy": "9.2.3",
69
76
  "@ngrx/component-store": "~13.0.2",
70
77
  "@ngrx/data": "~13.0.2",
71
78
  "@ngrx/effects": "~13.0.2",
@@ -74,16 +81,10 @@
74
81
  "@ngrx/schematics": "~13.0.2",
75
82
  "@ngrx/store": "~13.0.2",
76
83
  "@ngrx/store-devtools": "~13.0.2",
77
- "@ngx-formly/bootstrap": "6.0.0-next.8",
78
84
  "@ngx-formly/core": "6.0.0-next.8",
79
- "@ngx-formly/ionic": "4.6.3",
80
85
  "@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
86
  "@ngx-translate/core": "14.0.0",
85
87
  "@ngx-translate/http-loader": "7.0.0",
86
- "@swimlane/ngx-datatable": "20.0.0",
87
88
  "@types/chai": "4.1.2",
88
89
  "@types/chokidar": "2.1.3",
89
90
  "@types/dateformat": "1.0.1",
@@ -114,14 +115,16 @@
114
115
  "@types/vinyl": "2.0.2",
115
116
  "@types/watch": "1.0.0",
116
117
  "accepts": "1.3.4",
117
- "any-project-cli": "~13.1.24",
118
+ "angular-material-css-vars": "5.0.0",
119
+ "any-project-cli": "~13.1.26",
118
120
  "axios": "1.3.5",
119
- "background-worker-process": "~13.1.41",
121
+ "background-worker-process": "~13.1.43",
120
122
  "base32": "0.0.7",
121
123
  "bcryptjs": "2.4.3",
122
124
  "better-sqlite3": "7.6.2",
123
125
  "body-parser": "1.18.2",
124
126
  "bootstrap": "4.6.2",
127
+ "bs4-breakpoint": "13.0.33",
125
128
  "buffer-shims": "1.0.0",
126
129
  "callsite-record": "4.1.3",
127
130
  "chai": "4.2.0",
@@ -130,6 +133,7 @@
130
133
  "cheerio": "1.0.0-rc.3",
131
134
  "chokidar": "3.5.1",
132
135
  "circular-json": "0.5.1",
136
+ "class-validator": "0.14.0",
133
137
  "command-exists": "1.2.2",
134
138
  "compression": "1.7.4",
135
139
  "concurrently": "3.5.1",
@@ -153,16 +157,15 @@
153
157
  "express": "4.16.3",
154
158
  "express-fileupload": "1.4.0",
155
159
  "express-session": "1.17.3",
156
- "fbgraph": "1.4.1",
157
160
  "file-loader": "1.1.5",
158
161
  "file-saver": "2.0.5",
159
162
  "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",
163
+ "firedev-crud": "~13.1.48",
164
+ "firedev-crud-deamon": "~13.1.38",
165
+ "firedev-ports": "~13.1.42",
166
+ "firedev-storage": "~13.2.35",
167
+ "firedev-typeorm": "~13.1.30",
168
+ "firedev-ui": "~13.2.7",
166
169
  "fkill": "6.1.0",
167
170
  "font-awesome": "4.7.0",
168
171
  "form-data": "4.0.0",
@@ -171,21 +174,22 @@
171
174
  "glob": "7.1.2",
172
175
  "gulp": "3.9.1",
173
176
  "hostile": "1.3.3",
177
+ "howler": "2.2.3",
174
178
  "http-proxy": "1.16.2",
175
179
  "http-proxy-middleware": "0.19.1",
176
180
  "http-server": "0.11.1",
177
181
  "immutable": "4.3.0",
178
- "incremental-compiler": "~13.1.22",
182
+ "incremental-compiler": "~13.1.24",
179
183
  "inquirer": "7.3.3",
180
184
  "inquirer-autocomplete-prompt": "1.3.0",
181
185
  "is-elevated": "3.0.0",
182
- "isomorphic-region-loader": "~13.1.34",
186
+ "isomorphic-region-loader": "~13.1.36",
183
187
  "istanbul-instrumenter-loader": "2.0.0",
184
188
  "jasmine-core": "4.0.0",
185
189
  "jscodeshift": "0.6.3",
186
190
  "json-stringify-safe": "5.0.1",
187
- "json10": "~13.1.41",
188
- "json10-writer": "~13.1.37",
191
+ "json10": "~13.1.43",
192
+ "json10-writer": "~13.1.39",
189
193
  "json5": "2.1.3",
190
194
  "json5-writer": "0.2.0",
191
195
  "jszip": "3.10.1",
@@ -199,25 +203,22 @@
199
203
  "localforage": "1.10.0",
200
204
  "lockfile": "1.0.4",
201
205
  "lodash": "4.17.4",
202
- "lodash-walk-object": "~13.1.41",
206
+ "lodash-walk-object": "~13.1.43",
203
207
  "lowdb": "1.0.0",
204
- "magic-renamer": "~13.1.38",
208
+ "magic-renamer": "~13.1.40",
205
209
  "material-design-icons": "3.0.1",
206
210
  "method-override": "2.3.10",
207
211
  "minimist": "1.2.0",
208
212
  "mkdirp": "0.5.1",
209
213
  "mocha": "5.2.0",
210
214
  "moment": "2.22.2",
211
- "morphi": "~13.2.4",
215
+ "morphi": "~13.2.10",
216
+ "ng-in-viewport": "13.0.1",
212
217
  "ng-packagr": "13.0.0",
213
218
  "ng-talkback": "~13.1.19",
214
- "ng2-file-upload": "1.3.0",
215
- "ng2-logger": "~13.1.21",
216
- "ng2-rest": "~13.2.4",
217
- "ng4-icons": "~13.1.21",
218
- "ng4-modal": "~13.1.23",
219
+ "ng2-logger": "~13.1.23",
220
+ "ng2-rest": "~13.2.7",
219
221
  "ngx-ace-wrapper": "12",
220
- "ngx-bootstrap": "2.0.2",
221
222
  "ngx-editor": "12.2.1",
222
223
  "ngx-highlightjs": "6.1.3",
223
224
  "ngx-moment": "6.0.2",
@@ -225,8 +226,7 @@
225
226
  "ngx-progressbar": "8.0.0",
226
227
  "ngx-scrollbar": "9.0.2",
227
228
  "ngx-store": "3.1.1",
228
- "ngx-toastr": "14.2.2",
229
- "ngx-wig": "1.2.7",
229
+ "ngx-typed-js": "2.1.1",
230
230
  "node-cli-tester": "~13.1.19",
231
231
  "node-localstorage": "2.1.6",
232
232
  "node-notifier": "6.0.0",
@@ -239,6 +239,7 @@
239
239
  "passport": "0.3.2",
240
240
  "passport-http-bearer": "1.0.1",
241
241
  "password-hash": "1.2.2",
242
+ "pica": "9.0.1",
242
243
  "portfinder": "1.0.21",
243
244
  "prettier": "2.5.1",
244
245
  "progress": "2.0.3",
@@ -257,28 +258,29 @@
257
258
  "socket.io": "2.4.1",
258
259
  "sort-package-json": "1.11.0",
259
260
  "sql.js": "1.8.0",
260
- "static-columns": "~13.3.2",
261
+ "static-columns": "~13.3.6",
261
262
  "string-similarity": "4.0.2",
262
263
  "sudo-block": "3.0.0",
263
264
  "systeminformation": "3.45.7",
264
265
  "task.js": "0.1.5",
265
- "tnp-cli": "~13.1.56",
266
- "tnp-config": "~13.1.72",
267
- "tnp-db": "~13.1.18",
268
- "tnp-helpers": "~13.1.29",
269
- "tnp-models": "~13.1.21",
270
- "tnp-ui": "~13.1.27",
266
+ "threads": "1.7.0",
267
+ "tnp-cli": "~13.1.58",
268
+ "tnp-config": "~13.1.74",
269
+ "tnp-db": "~13.1.20",
270
+ "tnp-helpers": "~13.1.37",
271
+ "tnp-models": "~13.1.26",
271
272
  "ts-debug": "1.3.0",
272
273
  "ts-loader": "2.3.1",
273
274
  "ts-node": "10.7.0",
274
275
  "tslib": "~2.3.0",
275
276
  "typeorm": "~0.3.10",
276
277
  "typescript": "~4.6.2",
277
- "typescript-class-helpers": "~13.2.6",
278
+ "typescript-class-helpers": "~13.2.11",
278
279
  "typescript-formatter": "~7.2.2",
279
280
  "underscore": "1.9.1",
280
281
  "uuid": "8.3.2",
281
282
  "validator": "9.2.0",
283
+ "video.js": "8.3.0",
282
284
  "vpn-split": "~13.1.23",
283
285
  "watch": "1.0.2",
284
286
  "yup": "1.1.1",
@@ -288,20 +290,21 @@
288
290
  "private": false,
289
291
  "main": "index.js",
290
292
  "name": "tnp-config",
291
- "version": "13.1.73",
292
- "lastBuildTagHash": "f9546a26c18c7cc8c8ede811d2dcb7fb95fc72cf"
293
+ "version": "13.1.75",
294
+ "lastBuildTagHash": "d30d7e58cd6904783e9d208799fc653b1bafac58"
293
295
  },
294
296
  "build": {
295
- "number": 491,
296
- "date": "2023-05-01T23:07:34.000Z",
297
- "hash": "41ddf5b9649979838108ce56d308d6917887177a",
297
+ "number": 498,
298
+ "date": "2023-06-01T12:39:24.000Z",
299
+ "hash": "3e46448f82b81cd706a8c2d478c20e3c5f93ecf4",
298
300
  "options": {}
299
301
  },
300
302
  "currentProjectName": "tnp-config",
303
+ "currentProjectGenericName": "tnp-config",
301
304
  "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
305
  "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
306
  "currentProjectType": "isomorphic-lib",
304
- "currentFrameworkVersion": "13.1.188",
307
+ "currentFrameworkVersion": "13.1.198",
305
308
  "currentProjectIsStrictSite": false,
306
309
  "currentProjectIsDependencySite": false,
307
310
  "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.