tnp-config 13.1.39 → 13.1.46

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.
@@ -10,6 +10,7 @@
10
10
  },
11
11
 
12
12
  linkedProjects: [],
13
+ smartContainerBuildTarget: '',
13
14
  linkedRepos: [],
14
15
 
15
16
  libReleaseOptions: {
@@ -18,6 +19,7 @@
18
19
  ugly: false,
19
20
  },
20
21
 
22
+ smartContainerTarget: '',
21
23
  type: "isomorphic-lib",
22
24
  isCoreProject: false,
23
25
  useFramework: false,
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "domain": "tnp-config.example.domain.com",
3
3
  "name": "local",
4
- "isCoreProject": false,
5
4
  "ip": "localhost",
6
5
  "packageJSON": {
7
6
  "tnp": {
@@ -18,12 +17,14 @@
18
17
  "linkedFolders": []
19
18
  },
20
19
  "linkedProjects": [],
20
+ "smartContainerBuildTarget": "",
21
21
  "linkedRepos": [],
22
22
  "libReleaseOptions": {
23
23
  "nodts": false,
24
24
  "obscure": false,
25
25
  "ugly": false
26
26
  },
27
+ "smartContainerTarget": "",
27
28
  "type": "isomorphic-lib",
28
29
  "isCoreProject": false,
29
30
  "useFramework": false,
@@ -39,39 +40,38 @@
39
40
  "main": "index.js",
40
41
  "workerPlugins": {}
41
42
  },
42
- "": {},
43
43
  "dependencies": {
44
- "tnp-core": "~13.1.23"
44
+ "tnp-core": "~13.1.30"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@angular-devkit/build-angular": "~13.3.9",
48
48
  "@angular-devkit/core": "~13.3.9",
49
- "@angular/cdk": "~13.3.9",
49
+ "@angular/cdk": "^13.3.9",
50
50
  "@angular/cli": "~13.3.9",
51
51
  "@angular/common": "~13.3.0",
52
52
  "@angular/compiler": "~13.3.0",
53
53
  "@angular/compiler-cli": "~13.3.0",
54
54
  "@angular/core": "~13.3.0",
55
- "@angular/flex-layout": "~13.0.0-beta.38",
55
+ "@angular/flex-layout": "13.0.0-beta.38",
56
56
  "@angular/forms": "~13.3.0",
57
- "@angular/material": "~13.3.9",
57
+ "@angular/material": "^13.3.9",
58
58
  "@angular/platform-browser": "~13.3.0",
59
59
  "@angular/platform-browser-dynamic": "~13.3.0",
60
60
  "@angular/pwa": "~13.3.9",
61
61
  "@angular/router": "~13.3.0",
62
62
  "@angular/service-worker": "~13.3.11",
63
- "@babel/cli": "7.18.6",
63
+ "@babel/cli": "^7.18.6",
64
64
  "@iconify/icons-fa-solid": "1.2.2",
65
65
  "@iconify/icons-mdi": "1.2.1",
66
66
  "@mdi/js": "6.5.95",
67
- "@ngrx/component-store": "~13.0.2",
68
- "@ngrx/data": "~13.0.2",
69
- "@ngrx/effects": "~13.0.2",
70
- "@ngrx/entity": "~13.0.2",
71
- "@ngrx/router-store": "~13.0.2",
72
- "@ngrx/schematics": "~13.0.2",
73
- "@ngrx/store": "~13.0.2",
74
- "@ngrx/store-devtools": "~13.0.2",
67
+ "@ngrx/component-store": "^13.0.2",
68
+ "@ngrx/data": "^13.0.2",
69
+ "@ngrx/effects": "^13.0.2",
70
+ "@ngrx/entity": "^13.0.2",
71
+ "@ngrx/router-store": "^13.0.2",
72
+ "@ngrx/schematics": "^13.0.2",
73
+ "@ngrx/store": "^13.0.2",
74
+ "@ngrx/store-devtools": "^13.0.2",
75
75
  "@ngx-formly/bootstrap": "6.0.0-next.8",
76
76
  "@ngx-formly/core": "6.0.0-next.8",
77
77
  "@ngx-formly/ionic": "6.0.0-next.8",
@@ -82,135 +82,134 @@
82
82
  "@ngx-translate/core": "14.0.0",
83
83
  "@ngx-translate/http-loader": "7.0.0",
84
84
  "@swimlane/ngx-datatable": "20.0.0",
85
- "@types/chai": "4.1.2",
85
+ "@types/chai": "^4.1.2",
86
86
  "@types/chokidar": "2.1.3",
87
- "@types/dateformat": "1.0.1",
88
- "@types/diff": "3.2.2",
89
- "@types/express": "4.11.0",
90
- "@types/express-fileupload": "0.1.1",
91
- "@types/fs-extra": "7.0.0",
92
- "@types/glob": "5.0.35",
93
- "@types/http-proxy": "1.16.0",
87
+ "@types/dateformat": "^1.0.1",
88
+ "@types/diff": "^3.2.2",
89
+ "@types/express": "^4.11.0",
90
+ "@types/express-fileupload": "^0.1.1",
91
+ "@types/fs-extra": "^7.0.0",
92
+ "@types/glob": "^5.0.35",
93
+ "@types/http-proxy": "^1.16.0",
94
94
  "@types/http-proxy-middleware": "0.19.2",
95
- "@types/inquirer": "7.3.1",
96
- "@types/jasmine": "3.10.0",
97
- "@types/json-stringify-safe": "5.0.0",
95
+ "@types/inquirer": "~7.3.1",
96
+ "@types/jasmine": "~3.10.0",
97
+ "@types/json-stringify-safe": "^5.0.0",
98
98
  "@types/json5": "0.0.29",
99
- "@types/lockfile": "1.0.0",
99
+ "@types/lockfile": "^1.0.0",
100
100
  "@types/lodash": "4.14.92",
101
- "@types/lowdb": "1.0.6",
102
- "@types/mocha": "5.2.5",
103
- "@types/node": "12.11.1",
104
- "@types/node-notifier": "5.4.0",
105
- "@types/oauth2orize": "1.8.0",
106
- "@types/password-hash": "1.2.19",
107
- "@types/progress": "2.0.3",
101
+ "@types/lowdb": "^1.0.6",
102
+ "@types/mocha": "^5.2.5",
103
+ "@types/node": "^12.11.1",
104
+ "@types/node-notifier": "^5.4.0",
105
+ "@types/oauth2orize": "^1.8.0",
106
+ "@types/password-hash": "^1.2.19",
107
+ "@types/progress": "^2.0.3",
108
108
  "@types/q": "1.5.5",
109
- "@types/rimraf": "2.0.2",
109
+ "@types/rimraf": "^2.0.2",
110
110
  "@types/semver": "6.0.1",
111
- "@types/systeminformation": "3.23.0",
112
- "@types/vinyl": "2.0.2",
113
- "@types/watch": "1.0.0",
114
- "accepts": "1.3.4",
115
- "any-project-cli": "~13.1.12",
116
- "axios": "0.17.1",
117
- "background-worker-process": "~13.1.27",
111
+ "@types/systeminformation": "^3.23.0",
112
+ "@types/vinyl": "^2.0.2",
113
+ "@types/watch": "^1.0.0",
114
+ "accepts": "^1.3.4",
115
+ "any-project-cli": "~13.1.13",
116
+ "axios": "^0.17.1",
117
+ "background-worker-process": "~13.1.28",
118
118
  "bcryptjs": "2.4.3",
119
119
  "better-sqlite3": "7.6.2",
120
- "body-parser": "1.18.2",
121
- "bootstrap": "5.1.3",
120
+ "body-parser": "^1.18.2",
121
+ "bootstrap": "^5.1.3",
122
122
  "bs4-breakpoint": "13.0.32",
123
- "buffer-shims": "1.0.0",
123
+ "buffer-shims": "^1.0.0",
124
124
  "callsite-record": "4.1.3",
125
- "chai": "4.2.0",
126
- "chalk": "2.3.2",
127
- "check-node-version": "3.2.0",
125
+ "chai": "^4.2.0",
126
+ "chalk": "^2.3.2",
127
+ "check-node-version": "^3.2.0",
128
128
  "cheerio": "1.0.0-rc.3",
129
129
  "chokidar": "3.5.1",
130
- "circular-json": "0.5.1",
131
- "command-exists": "1.2.2",
130
+ "circular-json": "^0.5.1",
131
+ "command-exists": "^1.2.2",
132
132
  "compression": "1.7.4",
133
- "concurrently": "3.5.1",
134
- "content-type": "1.0.4",
135
- "cookie-parser": "1.4.3",
136
- "copy-paste": "1.3.0",
137
- "cors": "2.8.4",
138
- "cpr": "3.0.1",
139
- "cross-spawn": "7.0.3",
140
- "dateformat": "3.0.3",
133
+ "concurrently": "^3.5.1",
134
+ "content-type": "^1.0.4",
135
+ "cookie-parser": "^1.4.3",
136
+ "copy-paste": "~1.3.0",
137
+ "cors": "^2.8.4",
138
+ "cpr": "^3.0.1",
139
+ "cross-spawn": "~7.0.3",
140
+ "dateformat": "^3.0.3",
141
141
  "detect-mocha": "0.1.0",
142
- "diff": "3.2.0",
142
+ "diff": "^3.2.0",
143
143
  "element-resize-detector": "1.1.15",
144
- "enquirer": "2.3.0",
144
+ "enquirer": "^2.3.0",
145
145
  "enum-values": "1.2.1",
146
- "errorhandler": "1.5.0",
146
+ "errorhandler": "^1.5.0",
147
147
  "eslint": "7.13.0",
148
148
  "eslint-plugin-import": "2.22.1",
149
149
  "eslint-plugin-jsdoc": "30.7.8",
150
150
  "eslint-plugin-prefer-arrow": "1.2.2",
151
- "express": "4.16.3",
152
- "express-fileupload": "0.4.0",
151
+ "express": "^4.16.3",
152
+ "express-fileupload": "^0.4.0",
153
153
  "express-session": "1.17.3",
154
- "fbgraph": "1.4.1",
155
- "file-loader": "1.1.5",
156
- "firedev": "^13",
157
- "firedev-crud": "~13.1.31",
158
- "firedev-crud-deamon": "~13.1.22",
159
- "firedev-ports": "~13.1.25",
160
- "firedev-storage": "~13.1.17",
161
- "firedev-typeorm": "~13.1.2",
154
+ "fbgraph": "^1.4.1",
155
+ "file-loader": "^1.1.5",
156
+ "firedev-crud": "~13.1.33",
157
+ "firedev-crud-deamon": "~13.1.23",
158
+ "firedev-ports": "~13.1.27",
159
+ "firedev-storage": "~13.1.18",
160
+ "firedev-typeorm": "~13.1.4",
162
161
  "fkill": "6.1.0",
163
- "font-awesome": "4.7.0",
162
+ "font-awesome": "^4.7.0",
164
163
  "fs-extra": "8.1.0",
165
- "fuzzy": "0.1.3",
166
- "glob": "7.1.2",
167
- "gulp": "3.9.1",
168
- "hostile": "1.3.3",
169
- "http-proxy": "1.16.2",
164
+ "fuzzy": "^0.1.3",
165
+ "glob": "^7.1.2",
166
+ "gulp": "^3.9.1",
167
+ "hostile": "~1.3.3",
168
+ "http-proxy": "^1.16.2",
170
169
  "http-proxy-middleware": "0.19.1",
171
170
  "http-server": "0.11.1",
172
- "incremental-compiler": "~13.1.3",
173
- "inquirer": "7.3.3",
174
- "inquirer-autocomplete-prompt": "1.3.0",
175
- "is-elevated": "3.0.0",
171
+ "incremental-compiler": "~13.1.5",
172
+ "inquirer": "~7.3.3",
173
+ "inquirer-autocomplete-prompt": "~1.3.0",
174
+ "is-elevated": "~3.0.0",
176
175
  "isomorphic-region-loader": "~1.0.2",
177
- "istanbul-instrumenter-loader": "2.0.0",
178
- "jasmine-core": "4.0.0",
179
- "jscodeshift": "0.6.3",
180
- "json-stringify-safe": "5.0.1",
181
- "json10": "~13.1.24",
182
- "json10-writer": "~13.1.22",
183
- "json5": "2.1.3",
184
- "json5-writer": "0.2.0",
185
- "karma": "6.3.0",
186
- "karma-chrome-launcher": "3.1.0",
187
- "karma-cli": "1.0.1",
188
- "karma-coverage": "2.1.0",
189
- "karma-jasmine": "4.0.0",
190
- "karma-jasmine-html-reporter": "1.7.0",
191
- "lnk": "1.0.1",
192
- "lockfile": "1.0.4",
193
- "lodash": "4.17.4",
194
- "lodash-walk-object": "~13.1.24",
176
+ "istanbul-instrumenter-loader": "^2.0.0",
177
+ "jasmine-core": "~4.0.0",
178
+ "jscodeshift": "^0.6.3",
179
+ "json-stringify-safe": "^5.0.1",
180
+ "json10": "~13.1.26",
181
+ "json10-writer": "~13.1.24",
182
+ "json5": "~2.1.3",
183
+ "json5-writer": "~0.2.0",
184
+ "karma": "~6.3.0",
185
+ "karma-chrome-launcher": "~3.1.0",
186
+ "karma-cli": "~1.0.1",
187
+ "karma-coverage": "~2.1.0",
188
+ "karma-jasmine": "~4.0.0",
189
+ "karma-jasmine-html-reporter": "~1.7.0",
190
+ "lnk": "~1.0.1",
191
+ "lockfile": "^1.0.4",
192
+ "lodash": "^4.17.4",
193
+ "lodash-walk-object": "~13.1.26",
195
194
  "lodash.get": ">= 4",
196
195
  "lodash.isequal": ">= 4",
197
196
  "lodash.merge": ">= 4",
198
197
  "lodash.set": ">= 4",
199
- "lowdb": "1.0.0",
200
- "magic-renamer": "~13.1.14",
198
+ "lowdb": "^1.0.0",
199
+ "magic-renamer": "~13.1.15",
201
200
  "material-design-icons": "3.0.1",
202
- "method-override": "2.3.10",
203
- "minimist": "1.2.0",
204
- "mkdirp": "0.5.1",
205
- "mocha": "5.2.0",
206
- "moment": "2.22.2",
207
- "morphi": "~13.1.4",
208
- "ng-packagr": "13.0.0",
209
- "ng-talkback": "~13.1.16",
210
- "ng2-logger": "~13.1.2",
211
- "ng2-rest": "~13.1.2",
212
- "ng4-icons": "~13.1.18",
213
- "ng4-modal": "~13.1.20",
201
+ "method-override": "^2.3.10",
202
+ "minimist": "^1.2.0",
203
+ "mkdirp": "^0.5.1",
204
+ "mocha": "^5.2.0",
205
+ "moment": "^2.22.2",
206
+ "morphi": "~13.1.6",
207
+ "ng-packagr": "^13.0.0",
208
+ "ng-talkback": "~13.1.17",
209
+ "ng2-logger": "~13.1.4",
210
+ "ng2-rest": "~13.1.4",
211
+ "ng4-icons": "~13.1.19",
212
+ "ng4-modal": "~13.1.21",
214
213
  "ngx-bootstrap": "8.0.0",
215
214
  "ngx-editor": "12.2.1",
216
215
  "ngx-moment": "6.0.2",
@@ -218,73 +217,73 @@
218
217
  "ngx-store": "3.1.1",
219
218
  "ngx-toastr": "14.2.2",
220
219
  "ngx-wig": "13.0.3",
221
- "node-cli-tester": "~13.1.16",
220
+ "node-cli-tester": "~13.1.17",
222
221
  "node-localstorage": "2.1.6",
223
- "node-notifier": "6.0.0",
224
- "nodemon": "1.14.11",
225
- "npm-get-dependents": "1.0.1",
226
- "npm-run": "4.1.2",
227
- "omelette": "0.4.5",
222
+ "node-notifier": "^6.0.0",
223
+ "nodemon": "^1.14.11",
224
+ "npm-get-dependents": "^1.0.1",
225
+ "npm-run": "^4.1.2",
226
+ "omelette": "^0.4.5",
228
227
  "open": "7.2.1",
229
228
  "ora": "3.4.0",
230
- "passport": "0.3.2",
231
- "passport-http-bearer": "1.0.1",
232
- "password-hash": "1.2.2",
229
+ "passport": "^0.3.2",
230
+ "passport-http-bearer": "^1.0.1",
231
+ "password-hash": "^1.2.2",
233
232
  "portfinder": "1.0.21",
234
233
  "prettier": "2.5.1",
235
- "progress": "2.0.3",
236
- "prompts": "0.1.8",
234
+ "progress": "^2.0.3",
235
+ "prompts": "^0.1.8",
237
236
  "ps-list": "6.1.0",
238
- "ps-node": "0.1.6",
239
- "q": "1.5.1",
240
- "randomcolor": "0.5.3",
241
- "record-replay-req-res-scenario": "~13.1.17",
242
- "reflect-metadata": "0.1.10",
243
- "rimraf": "2.6.2",
237
+ "ps-node": "^0.1.6",
238
+ "q": "^1.5.1",
239
+ "randomcolor": "^0.5.3",
240
+ "record-replay-req-res-scenario": "~13.1.18",
241
+ "reflect-metadata": "^0.1.10",
242
+ "rimraf": "^2.6.2",
244
243
  "rxjs": "~7.5.0",
245
244
  "semver": "6.3.0",
246
- "simple-git": "1.96.0",
247
- "sloc": "0.2.0",
248
- "socket.io": "2.4.1",
249
- "sort-package-json": "1.11.0",
250
- "sql.js": "1.8.0",
251
- "static-columns": "~13.1.25",
252
- "string-similarity": "4.0.2",
253
- "sudo-block": "3.0.0",
254
- "systeminformation": "3.45.7",
255
- "task.js": "0.1.5",
256
- "tnp-cli": "~13.1.28",
257
- "tnp-config": "~13.1.38",
258
- "tnp-db": "~13.1.2",
259
- "tnp-helpers": "~13.1.2",
260
- "tnp-models": "~13.1.2",
261
- "tnp-ui": "~13.1.21",
262
- "ts-debug": "1.3.0",
263
- "ts-loader": "2.3.1",
264
- "ts-node": "10.7.0",
265
- "tslib": "~2.3.0",
266
- "typeorm": "~0.3.10",
245
+ "simple-git": "^1.96.0",
246
+ "sloc": "^0.2.0",
247
+ "socket.io": "~2.4.1",
248
+ "sort-package-json": "^1.11.0",
249
+ "sql.js": "^1.8.0",
250
+ "static-columns": "~13.1.27",
251
+ "string-similarity": "~4.0.2",
252
+ "sudo-block": "~3.0.0",
253
+ "systeminformation": "^3.45.7",
254
+ "task.js": "^0.1.5",
255
+ "tnp-cli": "~13.1.30",
256
+ "tnp-config": "~13.1.45",
257
+ "tnp-db": "~13.1.3",
258
+ "tnp-helpers": "~13.1.4",
259
+ "tnp-models": "~13.1.4",
260
+ "tnp-ui": "~13.1.24",
261
+ "ts-debug": "^1.3.0",
262
+ "ts-loader": "^2.3.1",
263
+ "ts-node": "~10.7.0",
264
+ "tslib": "^2.3.0",
265
+ "typeorm": "^0.3.10",
267
266
  "typescript": "~4.6.2",
268
- "typescript-class-helpers": "~13.1.3",
269
- "typescript-formatter": "~7.2.2",
270
- "underscore": "1.9.1",
271
- "uuid": "8.3.2",
272
- "validator": "9.2.0",
273
- "vpn-split": "~13.1.21",
274
- "watch": "1.0.2",
267
+ "typescript-class-helpers": "~13.1.5",
268
+ "typescript-formatter": "7.2.2",
269
+ "underscore": "^1.9.1",
270
+ "uuid": "^8.3.2",
271
+ "validator": "^9.2.0",
272
+ "vpn-split": "~13.1.22",
273
+ "watch": "~1.0.2",
275
274
  "zone.js": "~0.11.4"
276
275
  },
277
276
  "license": "MIT",
278
277
  "private": false,
279
278
  "main": "index.js",
280
279
  "name": "tnp-config",
281
- "version": "13.1.39",
282
- "lastBuildTagHash": "540b044cc02d474768c2bb68077a98361ee8b57b"
280
+ "version": "13.1.46",
281
+ "lastBuildTagHash": "e38793294790f5397e63449cd293df89c5784458"
283
282
  },
284
283
  "build": {
285
- "number": 400,
286
- "date": "2022-11-23T06:18:54.000Z",
287
- "hash": "eae9980830491e9698fe1ef2c0d7528fc9264324",
284
+ "number": 413,
285
+ "date": "2022-12-04T21:32:02.000Z",
286
+ "hash": "c51afbe5814e9f5e54202d70d95d59c296512630",
288
287
  "options": {}
289
288
  },
290
289
  "currentProjectName": "tnp-config",
@@ -292,7 +291,7 @@
292
291
  "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\"]}]}",
293
292
  "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\"}]}",
294
293
  "currentProjectType": "isomorphic-lib",
295
- "currentFrameworkVersion": "13.1.105",
294
+ "currentFrameworkVersion": "13.1.108",
296
295
  "currentProjectIsStrictSite": false,
297
296
  "currentProjectIsDependencySite": false,
298
297
  "currentProjectIsStatic": false,