ng2-logger 13.0.4 → 13.0.5
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/package.json +2 -2
- package/tmp-environment.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng2-logger",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.5",
|
|
4
4
|
"description": "isomorphic logger for browser/server in typescript",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"json-stringify-safe": "5.0.1",
|
|
31
31
|
"json5": "2.1.3",
|
|
32
32
|
"randomcolor": "0.5.3",
|
|
33
|
-
"tnp-cli": "~13.0.
|
|
33
|
+
"tnp-cli": "~13.0.5"
|
|
34
34
|
},
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"private": false,
|
package/tmp-environment.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"name": "ng2-logger",
|
|
54
|
-
"version": "13.0.
|
|
54
|
+
"version": "13.0.5",
|
|
55
55
|
"description": "isomorphic logger for browser/server in typescript",
|
|
56
56
|
"repository": {
|
|
57
57
|
"type": "git",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"json-stringify-safe": "5.0.1",
|
|
82
82
|
"json5": "2.1.3",
|
|
83
83
|
"randomcolor": "0.5.3",
|
|
84
|
-
"tnp-cli": "~13.0.
|
|
84
|
+
"tnp-cli": "~13.0.5"
|
|
85
85
|
},
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"private": false,
|
|
@@ -284,14 +284,14 @@
|
|
|
284
284
|
"sudo-block": "3.0.0",
|
|
285
285
|
"systeminformation": "3.45.7",
|
|
286
286
|
"task.js": "0.1.5",
|
|
287
|
-
"tnp": "
|
|
288
|
-
"tnp-
|
|
289
|
-
"tnp-core": "~13.0.2",
|
|
287
|
+
"tnp-config": "~13.0.7",
|
|
288
|
+
"tnp-core": "~13.0.12",
|
|
290
289
|
"tnp-db": "~13.0.3",
|
|
291
290
|
"tnp-helpers": "~13.0.8",
|
|
292
291
|
"tnp-models": "~13.0.4",
|
|
293
292
|
"tnp-ui": "~13.0.1",
|
|
294
293
|
"ts-debug": "1.3.0",
|
|
294
|
+
"ts-loader": "2.3.1",
|
|
295
295
|
"ts-node": "10.7.0",
|
|
296
296
|
"tslib": "~2.3.0",
|
|
297
297
|
"typeorm": "~0.2.45",
|
|
@@ -306,9 +306,9 @@
|
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"build": {
|
|
309
|
-
"number":
|
|
310
|
-
"date": "2022-03-
|
|
311
|
-
"hash": "
|
|
309
|
+
"number": 432,
|
|
310
|
+
"date": "2022-03-17T04:44:33.000Z",
|
|
311
|
+
"hash": "3658efd8496468c44e7a3b20e424c3b14beb6ad8",
|
|
312
312
|
"options": {}
|
|
313
313
|
},
|
|
314
314
|
"currentProjectName": "ng2-logger",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"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%22ng2-logger%22%0A%7D\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"],\"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>/**\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
317
317
|
"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\"}]}",
|
|
318
318
|
"currentProjectType": "isomorphic-lib",
|
|
319
|
-
"currentFrameworkVersion": "13.0.
|
|
319
|
+
"currentFrameworkVersion": "13.0.31",
|
|
320
320
|
"currentProjectIsStrictSite": false,
|
|
321
321
|
"currentProjectIsDependencySite": false,
|
|
322
322
|
"currentProjectIsStatic": false,
|