ng2-logger 19.0.20 → 19.0.21
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/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/package.json +15 -10
- package/package.json_devDependencies.json +184 -0
- package/package.json_tnp.json5 +57 -0
- package/scss/global.scss +44 -0
- package/scss/index.scss +2 -0
- package/scss/lib/index.scss +1 -0
- package/tmp-environment.json +6 -6
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
|
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6
6
|
exports.PROJECT_NPM_NAME = 'ng2-logger';
|
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.21';
|
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng2-logger",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.21",
|
|
4
4
|
"scripts": {
|
|
5
|
+
"taon init": "taon init",
|
|
6
|
+
"taon start": "taon start",
|
|
5
7
|
"taon build:lib": "taon build:lib",
|
|
8
|
+
"taon build:watch:lib": "taon build:watch:lib",
|
|
6
9
|
"taon build:watch:app": "taon build:watch:app",
|
|
7
10
|
"taon build:watch:electron": "taon build:watch:electron",
|
|
8
|
-
"taon build:watch:lib": "taon build:watch:lib",
|
|
9
|
-
"taon clear": "taon clear",
|
|
10
11
|
"taon docs": "taon docs",
|
|
11
12
|
"taon docs:watch": "taon docs:watch",
|
|
12
|
-
"taon
|
|
13
|
-
"taon migration:create": "taon migration:create",
|
|
14
|
-
"taon migration:revert": "taon migration:revert",
|
|
15
|
-
"taon migration:run": "taon migration:run",
|
|
13
|
+
"taon clear": "taon clear",
|
|
16
14
|
"taon release": "taon release",
|
|
17
15
|
"taon release:auto": "taon release:auto",
|
|
18
16
|
"taon release:install:locally": "taon release:install:locally",
|
|
19
|
-
"taon
|
|
20
|
-
"taon
|
|
21
|
-
"taon
|
|
17
|
+
"taon migration:create": "taon migration:create",
|
|
18
|
+
"taon migration:run": "taon migration:run",
|
|
19
|
+
"taon migration:revert": "taon migration:revert",
|
|
20
|
+
"taon vscode:temp:show": "taon vscode:temp:show",
|
|
21
|
+
"taon vscode:temp:hide": "taon vscode:temp:hide"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": {
|
|
@@ -51,5 +51,10 @@
|
|
|
51
51
|
"url": "git+https://github.com/darekf77/ng2-logger.git"
|
|
52
52
|
},
|
|
53
53
|
"bin": {},
|
|
54
|
+
"exports": {
|
|
55
|
+
".": {
|
|
56
|
+
"style": "./scss/index.scss"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
54
59
|
"peerDependencies": {}
|
|
55
60
|
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@angular-devkit/build-angular": "~13.1.4",
|
|
3
|
+
"@angular/animations": "~13.1.0",
|
|
4
|
+
"@angular/cdk": "~13.1.3",
|
|
5
|
+
"@angular/cli": "~13.1.4",
|
|
6
|
+
"@angular/common": "~13.1.0",
|
|
7
|
+
"@angular/compiler": "~13.1.0",
|
|
8
|
+
"@angular/compiler-cli": "~13.1.0",
|
|
9
|
+
"@angular/core": "~13.1.0",
|
|
10
|
+
"@angular/forms": "~13.1.0",
|
|
11
|
+
"@angular/material": "~13.1.3",
|
|
12
|
+
"@angular/platform-browser": "~13.1.0",
|
|
13
|
+
"@angular/platform-browser-dynamic": "~13.1.0",
|
|
14
|
+
"@angular/pwa": "~13.1.4",
|
|
15
|
+
"@angular/router": "~13.1.0",
|
|
16
|
+
"@angular/service-worker": "~13.1.0",
|
|
17
|
+
"@mdi/js": "5.8.55",
|
|
18
|
+
"@ngrx/component-store": "~13.0.2",
|
|
19
|
+
"@ngrx/data": "~13.0.2",
|
|
20
|
+
"@ngrx/effects": "~13.0.2",
|
|
21
|
+
"@ngrx/entity": "~13.0.2",
|
|
22
|
+
"@ngrx/router-store": "~13.0.2",
|
|
23
|
+
"@ngrx/schematics": "~13.0.2",
|
|
24
|
+
"@ngrx/store": "~13.0.2",
|
|
25
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
26
|
+
"@types/chai": "4.1.2",
|
|
27
|
+
"@types/chokidar": "2.1.3",
|
|
28
|
+
"@types/dateformat": "1.0.1",
|
|
29
|
+
"@types/diff": "3.2.2",
|
|
30
|
+
"@types/express": "4.11.0",
|
|
31
|
+
"@types/express-fileupload": "0.1.1",
|
|
32
|
+
"@types/fs-extra": "7.0.0",
|
|
33
|
+
"@types/glob": "5.0.35",
|
|
34
|
+
"@types/http-proxy": "1.16.0",
|
|
35
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
36
|
+
"@types/inquirer": "7.3.1",
|
|
37
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
38
|
+
"@types/json5": "0.0.29",
|
|
39
|
+
"@types/lockfile": "1.0.0",
|
|
40
|
+
"@types/lodash": "4.14.92",
|
|
41
|
+
"@types/lowdb": "1.0.6",
|
|
42
|
+
"@types/mocha": "5.2.5",
|
|
43
|
+
"@types/node": "14.18.9",
|
|
44
|
+
"@types/node-notifier": "5.4.0",
|
|
45
|
+
"@types/oauth2orize": "1.8.0",
|
|
46
|
+
"@types/password-hash": "1.2.19",
|
|
47
|
+
"@types/progress": "2.0.3",
|
|
48
|
+
"@types/q": "1.5.5",
|
|
49
|
+
"@types/rimraf": "2.0.2",
|
|
50
|
+
"@types/systeminformation": "3.23.0",
|
|
51
|
+
"@types/vinyl": "2.0.2",
|
|
52
|
+
"@types/watch": "1.0.0",
|
|
53
|
+
"accepts": "1.3.4",
|
|
54
|
+
"angular-tree-component": "7.0.0",
|
|
55
|
+
"axios": "0.17.1",
|
|
56
|
+
"background-worker-process": "~0.0.35",
|
|
57
|
+
"bcryptjs": "2.4.3",
|
|
58
|
+
"body-parser": "1.18.2",
|
|
59
|
+
"bootstrap": "5.1.3",
|
|
60
|
+
"bs4-breakpoint": "~2.0.40",
|
|
61
|
+
"buffer-shims": "1.0.0",
|
|
62
|
+
"button-dropdown": "~1.0.45",
|
|
63
|
+
"callsite-record": "4.1.3",
|
|
64
|
+
"chai": "4.2.0",
|
|
65
|
+
"check-node-version": "3.2.0",
|
|
66
|
+
"cheerio": "1.0.0-rc.3",
|
|
67
|
+
"chokidar": "3.5.1",
|
|
68
|
+
"circular-json": "0.5.1",
|
|
69
|
+
"command-exists": "1.2.2",
|
|
70
|
+
"compression": "1.7.4",
|
|
71
|
+
"concurrently": "3.5.1",
|
|
72
|
+
"content-type": "1.0.4",
|
|
73
|
+
"cookie-parser": "1.4.3",
|
|
74
|
+
"copy-paste": "1.3.0",
|
|
75
|
+
"cors": "2.8.4",
|
|
76
|
+
"cpr": "3.0.1",
|
|
77
|
+
"cross-spawn": "7.0.3",
|
|
78
|
+
"dateformat": "3.0.3",
|
|
79
|
+
"detect-mocha": "0.1.0",
|
|
80
|
+
"diff": "3.2.0",
|
|
81
|
+
"element-resize-detector": "1.1.15",
|
|
82
|
+
"enquirer": "2.3.0",
|
|
83
|
+
"enum-values": "1.2.1",
|
|
84
|
+
"errorhandler": "1.5.0",
|
|
85
|
+
"eslint": "7.13.0",
|
|
86
|
+
"eslint-plugin-import": "2.22.1",
|
|
87
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
88
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
89
|
+
"express": "4.16.3",
|
|
90
|
+
"express-fileupload": "0.4.0",
|
|
91
|
+
"fbgraph": "1.4.1",
|
|
92
|
+
"file-loader": "1.1.5",
|
|
93
|
+
"fkill": "6.1.0",
|
|
94
|
+
"font-awesome": "4.7.0",
|
|
95
|
+
"fs-extra": "8.1.0",
|
|
96
|
+
"fuzzy": "0.1.3",
|
|
97
|
+
"glob": "7.1.2",
|
|
98
|
+
"gulp": "3.9.1",
|
|
99
|
+
"hostile": "1.3.3",
|
|
100
|
+
"http-proxy": "1.16.2",
|
|
101
|
+
"http-proxy-middleware": "0.19.1",
|
|
102
|
+
"http-server": "0.11.1",
|
|
103
|
+
"incremental-compiler": "~1.1.53",
|
|
104
|
+
"inquirer": "7.3.3",
|
|
105
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
106
|
+
"is-elevated": "3.0.0",
|
|
107
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
108
|
+
"json10": "~1.0.34",
|
|
109
|
+
"json5-writer": "0.2.0",
|
|
110
|
+
"karma-cli": "1.0.1",
|
|
111
|
+
"lnk": "1.0.1",
|
|
112
|
+
"lockfile": "1.0.4",
|
|
113
|
+
"lodash": "4.17.4",
|
|
114
|
+
"lodash-walk-object": "~1.0.35",
|
|
115
|
+
"lowdb": "1.0.0",
|
|
116
|
+
"magic-renamer": "~0.0.20",
|
|
117
|
+
"material-design-icons": "3.0.1",
|
|
118
|
+
"method-override": "2.3.10",
|
|
119
|
+
"minimist": "1.2.0",
|
|
120
|
+
"mkdirp": "0.5.1",
|
|
121
|
+
"mocha": "5.2.0",
|
|
122
|
+
"moment": "2.22.2",
|
|
123
|
+
"morphi": "~4.0.54",
|
|
124
|
+
"ng-modal-lib": "0.0.6",
|
|
125
|
+
"ng-talkback": "~2.4.25",
|
|
126
|
+
"ng2-file-upload": "1.3.0",
|
|
127
|
+
"ng2-logger": "~8.0.20",
|
|
128
|
+
"ng2-rest": "~11.0.42",
|
|
129
|
+
"ng4-icons": "~0.0.30",
|
|
130
|
+
"ng4-modal": "~0.0.30",
|
|
131
|
+
"ngx-breadcrumbs": "0.0.3",
|
|
132
|
+
"ngx-store": "2.1.0",
|
|
133
|
+
"node-cli-test": "0.0.2",
|
|
134
|
+
"node-cli-tester": "~0.0.22",
|
|
135
|
+
"node-localstorage": "2.1.6",
|
|
136
|
+
"node-notifier": "6.0.0",
|
|
137
|
+
"nodemon": "1.14.11",
|
|
138
|
+
"npm-get-dependents": "1.0.1",
|
|
139
|
+
"npm-run": "4.1.2",
|
|
140
|
+
"omelette": "0.4.5",
|
|
141
|
+
"open": "7.2.1",
|
|
142
|
+
"ora": "3.4.0",
|
|
143
|
+
"passport": "0.3.2",
|
|
144
|
+
"passport-http-bearer": "1.0.1",
|
|
145
|
+
"password-hash": "1.2.2",
|
|
146
|
+
"portfinder": "1.0.21",
|
|
147
|
+
"progress": "2.0.3",
|
|
148
|
+
"prompts": "0.1.8",
|
|
149
|
+
"ps-list": "6.1.0",
|
|
150
|
+
"ps-node": "0.1.6",
|
|
151
|
+
"q": "1.5.1",
|
|
152
|
+
"record-replay-req-res-scenario": "~0.0.26",
|
|
153
|
+
"reflect-metadata": "0.1.10",
|
|
154
|
+
"rimraf": "2.6.2",
|
|
155
|
+
"rxjs": "~7.4.0",
|
|
156
|
+
"simple-git": "1.96.0",
|
|
157
|
+
"sloc": "0.2.0",
|
|
158
|
+
"socket.io": "2.4.1",
|
|
159
|
+
"sort-package-json": "1.11.0",
|
|
160
|
+
"static-columns": "~2.0.17",
|
|
161
|
+
"string-similarity": "4.0.2",
|
|
162
|
+
"sudo-block": "3.0.0",
|
|
163
|
+
"systeminformation": "3.45.7",
|
|
164
|
+
"task.js": "0.1.5",
|
|
165
|
+
"tnp-config": "~1.0.20",
|
|
166
|
+
"tnp-core": "~1.0.35",
|
|
167
|
+
"tnp-db": "~0.0.44",
|
|
168
|
+
"tnp-helpers": "~0.0.73",
|
|
169
|
+
"tnp-models": "~0.0.37",
|
|
170
|
+
"tnp-tools": "~0.0.46",
|
|
171
|
+
"tnp-ui": "~0.0.33",
|
|
172
|
+
"tsickle": "0.26.0",
|
|
173
|
+
"tslib": "~2.3.0",
|
|
174
|
+
"typeorm": "~0.2.7",
|
|
175
|
+
"typescript": "~4.5.2",
|
|
176
|
+
"typescript-class-helpers": "~1.0.42",
|
|
177
|
+
"typescript-formatter": "~7.2.2",
|
|
178
|
+
"underscore": "1.9.1",
|
|
179
|
+
"uuid": "8.3.2",
|
|
180
|
+
"validator": "9.2.0",
|
|
181
|
+
"vpn-split": "~0.0.18",
|
|
182
|
+
"watch": "1.0.2",
|
|
183
|
+
"zone.js": "~0.11.4"
|
|
184
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
resources: ["README.md", "screen.png", "server.png"],
|
|
3
|
+
|
|
4
|
+
overrided: {
|
|
5
|
+
includeAsDev: [],
|
|
6
|
+
|
|
7
|
+
includeOnly: [
|
|
8
|
+
"chalk",
|
|
9
|
+
"json-stringify-safe",
|
|
10
|
+
"json5",
|
|
11
|
+
"randomcolor",
|
|
12
|
+
"tnp-config",
|
|
13
|
+
],
|
|
14
|
+
|
|
15
|
+
dependencies: {},
|
|
16
|
+
ignoreDepsPattern: [],
|
|
17
|
+
linkedFolders: [],
|
|
18
|
+
npmFixes: [],
|
|
19
|
+
},
|
|
20
|
+
|
|
21
|
+
linkedProjects: [],
|
|
22
|
+
smartContainerBuildTarget: '',
|
|
23
|
+
linkedRepos: [],
|
|
24
|
+
|
|
25
|
+
libReleaseOptions: {
|
|
26
|
+
nodts: false,
|
|
27
|
+
obscure: false,
|
|
28
|
+
ugly: false,
|
|
29
|
+
includeNodeModules: false,
|
|
30
|
+
cliBuildNoDts: false,
|
|
31
|
+
cliBuildObscure: false,
|
|
32
|
+
cliBuildIncludeNodeModules: false,
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
smartContainerTarget: '',
|
|
36
|
+
type: "isomorphic-lib",
|
|
37
|
+
version: 'v4',
|
|
38
|
+
additionalNpmNames: ["firedev-logger"],
|
|
39
|
+
description: "isomorphic logger for browser/server in typescript",
|
|
40
|
+
license: "MIT",
|
|
41
|
+
private: false,
|
|
42
|
+
|
|
43
|
+
author: {
|
|
44
|
+
name: "Dariusz Filipiak",
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
homepage: "https://github.com/darekf77/ng2-logger#readme",
|
|
48
|
+
|
|
49
|
+
keywords: [
|
|
50
|
+
"isomorphic",
|
|
51
|
+
"logger",
|
|
52
|
+
"logging",
|
|
53
|
+
"logowanie",
|
|
54
|
+
"log",
|
|
55
|
+
"typescript",
|
|
56
|
+
],
|
|
57
|
+
}
|
package/scss/global.scss
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
@use './vars.scss' as vars;
|
|
2
|
+
@use 'primeflex/primeflex.scss';
|
|
3
|
+
/* You can add global styles to this file, and also import other style files */
|
|
4
|
+
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
|
5
|
+
|
|
6
|
+
// @import "primeng/resources/themes/lara-light-blue/theme.css"; // not needed anymore
|
|
7
|
+
// @import "primeng/resources/primeng.css"; // not needed anymore
|
|
8
|
+
@import 'primeicons/primeicons.css';
|
|
9
|
+
@import 'animate.css/animate.min.css';
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Material Icons';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: 400;
|
|
15
|
+
src: url("#{ vars.$basename }assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
|
|
16
|
+
format('woff2');
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.material-icons {
|
|
20
|
+
font-family: 'Material Icons';
|
|
21
|
+
font-weight: normal;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-size: 24px;
|
|
24
|
+
line-height: 1;
|
|
25
|
+
letter-spacing: normal;
|
|
26
|
+
text-transform: none;
|
|
27
|
+
display: inline-block;
|
|
28
|
+
white-space: nowrap;
|
|
29
|
+
word-wrap: normal;
|
|
30
|
+
direction: ltr;
|
|
31
|
+
-webkit-font-feature-settings: 'liga';
|
|
32
|
+
-webkit-font-smoothing: antialiased;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ng-scroll-content {
|
|
36
|
+
// TODO QUICK_FIX for modal mode
|
|
37
|
+
display: block !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// TODO QUICK FIX for weird chrome padding
|
|
41
|
+
body {
|
|
42
|
+
margin: 0px !important;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
package/scss/index.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
|
package/tmp-environment.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
11
|
"ports": {
|
|
12
|
-
"ngNormalAppPort":
|
|
13
|
-
"ngWebsqlAppPort":
|
|
14
|
-
"nodeBeAppPort":
|
|
12
|
+
"ngNormalAppPort": 4227,
|
|
13
|
+
"ngWebsqlAppPort": 4228,
|
|
14
|
+
"nodeBeAppPort": 4111
|
|
15
15
|
},
|
|
16
16
|
"init": {},
|
|
17
17
|
"build": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"releaseType": "manual",
|
|
31
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
32
|
"envName": "__",
|
|
33
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.21"
|
|
34
34
|
},
|
|
35
35
|
"copyToManager": {},
|
|
36
36
|
"buildInfo": {
|
|
37
|
-
"date": "2025-05-
|
|
38
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-24T17:23:52.000Z",
|
|
38
|
+
"hash": "86fef46796d508aa6b98f903643738455f08fb44"
|
|
39
39
|
},
|
|
40
40
|
"currentProjectName": "ng2-logger",
|
|
41
41
|
"currentProjectType": "isomorphic-lib",
|