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
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "dependencies": {
3
- "tnp-core": "~13.2.15"
3
+ "tnp-core": "~13.2.19"
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,14 +72,16 @@
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.26",
76
77
  "axios": "1.3.5",
77
- "background-worker-process": "~13.1.41",
78
+ "background-worker-process": "~13.1.43",
78
79
  "base32": "0.0.7",
79
80
  "bcryptjs": "2.4.3",
80
81
  "better-sqlite3": "7.6.2",
81
82
  "body-parser": "1.18.2",
82
83
  "bootstrap": "4.6.2",
84
+ "bs4-breakpoint": "13.0.33",
83
85
  "buffer-shims": "1.0.0",
84
86
  "callsite-record": "4.1.3",
85
87
  "chai": "4.2.0",
@@ -88,6 +90,7 @@
88
90
  "cheerio": "1.0.0-rc.3",
89
91
  "chokidar": "3.5.1",
90
92
  "circular-json": "0.5.1",
93
+ "class-validator": "0.14.0",
91
94
  "command-exists": "1.2.2",
92
95
  "compression": "1.7.4",
93
96
  "concurrently": "3.5.1",
@@ -111,16 +114,15 @@
111
114
  "express": "4.16.3",
112
115
  "express-fileupload": "1.4.0",
113
116
  "express-session": "1.17.3",
114
- "fbgraph": "1.4.1",
115
117
  "file-loader": "1.1.5",
116
118
  "file-saver": "2.0.5",
117
119
  "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",
120
+ "firedev-crud": "~13.1.48",
121
+ "firedev-crud-deamon": "~13.1.38",
122
+ "firedev-ports": "~13.1.42",
123
+ "firedev-storage": "~13.2.35",
124
+ "firedev-typeorm": "~13.1.30",
125
+ "firedev-ui": "~13.2.7",
124
126
  "fkill": "6.1.0",
125
127
  "font-awesome": "4.7.0",
126
128
  "form-data": "4.0.0",
@@ -129,21 +131,22 @@
129
131
  "glob": "7.1.2",
130
132
  "gulp": "3.9.1",
131
133
  "hostile": "1.3.3",
134
+ "howler": "2.2.3",
132
135
  "http-proxy": "1.16.2",
133
136
  "http-proxy-middleware": "0.19.1",
134
137
  "http-server": "0.11.1",
135
138
  "immutable": "4.3.0",
136
- "incremental-compiler": "~13.1.22",
139
+ "incremental-compiler": "~13.1.24",
137
140
  "inquirer": "7.3.3",
138
141
  "inquirer-autocomplete-prompt": "1.3.0",
139
142
  "is-elevated": "3.0.0",
140
- "isomorphic-region-loader": "~13.1.34",
143
+ "isomorphic-region-loader": "~13.1.36",
141
144
  "istanbul-instrumenter-loader": "2.0.0",
142
145
  "jasmine-core": "4.0.0",
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.43",
149
+ "json10-writer": "~13.1.39",
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.43",
161
164
  "lowdb": "1.0.0",
162
- "magic-renamer": "~13.1.38",
165
+ "magic-renamer": "~13.1.40",
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.10",
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.21",
174
- "ng2-rest": "~13.2.4",
175
- "ng4-icons": "~13.1.21",
176
- "ng4-modal": "~13.1.23",
176
+ "ng2-logger": "~13.1.23",
177
+ "ng2-rest": "~13.2.7",
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,28 +215,29 @@
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
222
  "task.js": "0.1.5",
223
- "tnp-cli": "~13.1.56",
224
- "tnp-config": "~13.1.72",
225
- "tnp-db": "~13.1.18",
226
- "tnp-helpers": "~13.1.29",
227
- "tnp-models": "~13.1.21",
228
- "tnp-ui": "~13.1.27",
223
+ "threads": "1.7.0",
224
+ "tnp-cli": "~13.1.58",
225
+ "tnp-config": "~13.1.74",
226
+ "tnp-db": "~13.1.20",
227
+ "tnp-helpers": "~13.1.37",
228
+ "tnp-models": "~13.1.26",
229
229
  "ts-debug": "1.3.0",
230
230
  "ts-loader": "2.3.1",
231
231
  "ts-node": "10.7.0",
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.11",
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.73",
250
- "lastBuildTagHash": "f9546a26c18c7cc8c8ede811d2dcb7fb95fc72cf"
250
+ "version": "13.1.75",
251
+ "lastBuildTagHash": "d30d7e58cd6904783e9d208799fc653b1bafac58"
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';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["./src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/tnp-config/tmp-bundle-release/bundle/project/tnp-config/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}