tnp-config 13.1.50 → 13.1.52
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.
- package/browser/esm2020/lib/config.mjs +375 -272
- package/browser/fesm2015/tnp-config.mjs +376 -248
- package/browser/fesm2020/tnp-config.mjs +374 -271
- package/browser/lib/config.d.ts +19 -167
- package/client/esm2020/lib/config.mjs +375 -272
- package/client/fesm2015/tnp-config.mjs +376 -248
- package/client/fesm2020/tnp-config.mjs +374 -271
- package/client/lib/config.d.ts +19 -167
- package/lib/config.js +95 -33
- package/package.json +3 -3
- package/tmp-environment.json +27 -27
- package/websql/esm2020/lib/config.mjs +375 -272
- package/websql/fesm2015/tnp-config.mjs +376 -248
- package/websql/fesm2020/tnp-config.mjs +374 -271
- package/websql/lib/config.d.ts +19 -167
package/tmp-environment.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
"workerPlugins": {}
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"tnp-core": "~13.1.
|
46
|
+
"tnp-core": "~13.1.58"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -114,9 +114,9 @@
|
|
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.
|
117
|
+
"any-project-cli": "~13.1.18",
|
118
118
|
"axios": "0.17.1",
|
119
|
-
"background-worker-process": "~13.1.
|
119
|
+
"background-worker-process": "~13.1.32",
|
120
120
|
"bcryptjs": "2.4.3",
|
121
121
|
"better-sqlite3": "7.6.2",
|
122
122
|
"body-parser": "1.18.2",
|
@@ -156,11 +156,11 @@
|
|
156
156
|
"fbgraph": "1.4.1",
|
157
157
|
"file-loader": "1.1.5",
|
158
158
|
"firedev": "^13",
|
159
|
-
"firedev-crud": "~13.1.
|
160
|
-
"firedev-crud-deamon": "~13.1.
|
161
|
-
"firedev-ports": "~13.1.
|
162
|
-
"firedev-storage": "~13.1.
|
163
|
-
"firedev-typeorm": "~13.1.
|
159
|
+
"firedev-crud": "~13.1.37",
|
160
|
+
"firedev-crud-deamon": "~13.1.27",
|
161
|
+
"firedev-ports": "~13.1.31",
|
162
|
+
"firedev-storage": "~13.1.23",
|
163
|
+
"firedev-typeorm": "~13.1.11",
|
164
164
|
"fkill": "6.1.0",
|
165
165
|
"font-awesome": "4.7.0",
|
166
166
|
"fs-extra": "8.1.0",
|
@@ -171,7 +171,7 @@
|
|
171
171
|
"http-proxy": "1.16.2",
|
172
172
|
"http-proxy-middleware": "0.19.1",
|
173
173
|
"http-server": "0.11.1",
|
174
|
-
"incremental-compiler": "~13.1.
|
174
|
+
"incremental-compiler": "~13.1.10",
|
175
175
|
"inquirer": "7.3.3",
|
176
176
|
"inquirer-autocomplete-prompt": "1.3.0",
|
177
177
|
"is-elevated": "3.0.0",
|
@@ -180,8 +180,8 @@
|
|
180
180
|
"jasmine-core": "4.0.0",
|
181
181
|
"jscodeshift": "0.6.3",
|
182
182
|
"json-stringify-safe": "5.0.1",
|
183
|
-
"json10": "~13.1.
|
184
|
-
"json10-writer": "~13.1.
|
183
|
+
"json10": "~13.1.30",
|
184
|
+
"json10-writer": "~13.1.28",
|
185
185
|
"json5": "2.1.3",
|
186
186
|
"json5-writer": "0.2.0",
|
187
187
|
"karma": "6.3.0",
|
@@ -193,7 +193,7 @@
|
|
193
193
|
"lnk": "1.0.1",
|
194
194
|
"lockfile": "1.0.4",
|
195
195
|
"lodash": "4.17.4",
|
196
|
-
"lodash-walk-object": "~13.1.
|
196
|
+
"lodash-walk-object": "~13.1.30",
|
197
197
|
"lodash.get": ">= 4",
|
198
198
|
"lodash.isequal": ">= 4",
|
199
199
|
"lodash.merge": ">= 4",
|
@@ -206,11 +206,11 @@
|
|
206
206
|
"mkdirp": "0.5.1",
|
207
207
|
"mocha": "5.2.0",
|
208
208
|
"moment": "2.22.2",
|
209
|
-
"morphi": "~13.1.
|
209
|
+
"morphi": "~13.1.29",
|
210
210
|
"ng-packagr": "13.0.0",
|
211
211
|
"ng-talkback": "~13.1.19",
|
212
|
-
"ng2-logger": "~13.1.
|
213
|
-
"ng2-rest": "~13.1.
|
212
|
+
"ng2-logger": "~13.1.9",
|
213
|
+
"ng2-rest": "~13.1.8",
|
214
214
|
"ng4-icons": "~13.1.21",
|
215
215
|
"ng4-modal": "~13.1.23",
|
216
216
|
"ngx-bootstrap": "8.0.0",
|
@@ -255,11 +255,11 @@
|
|
255
255
|
"sudo-block": "3.0.0",
|
256
256
|
"systeminformation": "3.45.7",
|
257
257
|
"task.js": "0.1.5",
|
258
|
-
"tnp-cli": "~13.1.
|
259
|
-
"tnp-config": "~13.1.
|
260
|
-
"tnp-db": "~13.1.
|
261
|
-
"tnp-helpers": "~13.1.
|
262
|
-
"tnp-models": "~13.1.
|
258
|
+
"tnp-cli": "~13.1.41",
|
259
|
+
"tnp-config": "~13.1.51",
|
260
|
+
"tnp-db": "~13.1.7",
|
261
|
+
"tnp-helpers": "~13.1.10",
|
262
|
+
"tnp-models": "~13.1.8",
|
263
263
|
"tnp-ui": "~13.1.27",
|
264
264
|
"ts-debug": "1.3.0",
|
265
265
|
"ts-loader": "2.3.1",
|
@@ -267,7 +267,7 @@
|
|
267
267
|
"tslib": "~2.3.0",
|
268
268
|
"typeorm": "~0.3.10",
|
269
269
|
"typescript": "~4.6.2",
|
270
|
-
"typescript-class-helpers": "~13.1.
|
270
|
+
"typescript-class-helpers": "~13.1.9",
|
271
271
|
"typescript-formatter": "~7.2.2",
|
272
272
|
"underscore": "1.9.1",
|
273
273
|
"uuid": "8.3.2",
|
@@ -280,13 +280,13 @@
|
|
280
280
|
"private": false,
|
281
281
|
"main": "index.js",
|
282
282
|
"name": "tnp-config",
|
283
|
-
"version": "13.1.
|
284
|
-
"lastBuildTagHash": "
|
283
|
+
"version": "13.1.52",
|
284
|
+
"lastBuildTagHash": "dab1aa93a2137e18b6bdc041fe818798ddf15080"
|
285
285
|
},
|
286
286
|
"build": {
|
287
|
-
"number":
|
288
|
-
"date": "2023-01-
|
289
|
-
"hash": "
|
287
|
+
"number": 432,
|
288
|
+
"date": "2023-01-10T10:18:29.000Z",
|
289
|
+
"hash": "334d262c0b6b10af6a5d5cc7592e5a7b54315b46",
|
290
290
|
"options": {}
|
291
291
|
},
|
292
292
|
"currentProjectName": "tnp-config",
|
@@ -294,7 +294,7 @@
|
|
294
294
|
"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\"]}]}",
|
295
295
|
"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\"}]}",
|
296
296
|
"currentProjectType": "isomorphic-lib",
|
297
|
-
"currentFrameworkVersion": "13.1.
|
297
|
+
"currentFrameworkVersion": "13.1.153",
|
298
298
|
"currentProjectIsStrictSite": false,
|
299
299
|
"currentProjectIsDependencySite": false,
|
300
300
|
"currentProjectIsStatic": false,
|