ng2-logger 8.0.23 → 8.0.28

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.
@@ -1,4 +1,4 @@
1
- export declare class AppComponent {
1
+ export declare class Ng2LoggerComponent {
2
2
  processes: any[];
3
3
  ngOnInit(): Promise<void>;
4
4
  }
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppComponent = void 0;
3
+ exports.Ng2LoggerComponent = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var core_1 = require("@angular/core");
6
6
  var lib_1 = require("../lib");
7
7
  var log = lib_1.Log.create('my logger!');
8
- var AppComponent = /** @class */ (function () {
9
- function AppComponent() {
8
+ var Ng2LoggerComponent = /** @class */ (function () {
9
+ function Ng2LoggerComponent() {
10
10
  this.processes = [];
11
11
  }
12
- AppComponent.prototype.ngOnInit = function () {
12
+ Ng2LoggerComponent.prototype.ngOnInit = function () {
13
13
  return (0, tslib_1.__awaiter)(this, void 0, void 0, function () {
14
14
  return (0, tslib_1.__generator)(this, function (_a) {
15
15
  // const processes = await PROCESS.getAll();
@@ -18,14 +18,14 @@ var AppComponent = /** @class */ (function () {
18
18
  });
19
19
  });
20
20
  };
21
- AppComponent = (0, tslib_1.__decorate)([
21
+ Ng2LoggerComponent = (0, tslib_1.__decorate)([
22
22
  (0, core_1.Component)({
23
23
  selector: 'app-ng2-logger',
24
24
  template: ' <h1> Hello from component! </h1> ',
25
25
  })
26
- ], AppComponent);
27
- return AppComponent;
26
+ ], Ng2LoggerComponent);
27
+ return Ng2LoggerComponent;
28
28
  }());
29
- exports.AppComponent = AppComponent;
29
+ exports.Ng2LoggerComponent = Ng2LoggerComponent;
30
30
  //# sourceMappingURL=ng2-logger.component.js.map
31
31
  // @fixed
@@ -1 +1 @@
1
- {"version":3,"file":"ng2-logger.component.js","sourceRoot":"","sources":["../../src/app/ng2-logger.component.ts"],"names":[],"mappings":";;;;AAAA,sCAAoD;AACpD,8BAA6B;AAE7B,IAAM,GAAG,GAAG,SAAG,CAAC,MAAM,CAAC,YAAY,CAAC,CAAA;AAMpC;IAAA;QACE,cAAS,GAAG,EAAE,CAAC;IAMjB,CAAC;IALO,+BAAQ,GAAd;;;gBACE,4CAA4C;gBAC5C,GAAG,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC;;;;KAE3B;IANU,YAAY;QAJxB,IAAA,gBAAS,EAAC;YACT,QAAQ,EAAE,gBAAgB;YAC1B,QAAQ,EAAE,wCAAwC;SACnD,CAAC;OACW,YAAY,CAOxB;IAAD,mBAAC;CAAA,AAPD,IAOC;AAPY,oCAAY"}
1
+ {"version":3,"file":"ng2-logger.component.js","sourceRoot":"","sources":["../../src/app/ng2-logger.component.ts"],"names":[],"mappings":";;;;AAAA,sCAAoD;AACpD,8BAA6B;AAE7B,IAAM,GAAG,GAAG,SAAG,CAAC,MAAM,CAAC,YAAY,CAAC,CAAA;AAMpC;IAAA;QACE,cAAS,GAAG,EAAE,CAAC;IAMjB,CAAC;IALO,qCAAQ,GAAd;;;gBACE,4CAA4C;gBAC5C,GAAG,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC;;;;KAE3B;IANU,kBAAkB;QAJ9B,IAAA,gBAAS,EAAC;YACT,QAAQ,EAAE,gBAAgB;YAC1B,QAAQ,EAAE,wCAAwC;SACnD,CAAC;OACW,kBAAkB,CAO9B;IAAD,yBAAC;CAAA,AAPD,IAOC;AAPY,gDAAkB"}
@@ -14,10 +14,11 @@ var Ng2LoggerModule = /** @class */ (function () {
14
14
  platform_browser_1.BrowserModule,
15
15
  ],
16
16
  declarations: [
17
- ng2_logger_component_1.AppComponent,
17
+ ng2_logger_component_1.Ng2LoggerComponent,
18
18
  ],
19
- providers: [],
20
- exports: [ng2_logger_component_1.AppComponent]
19
+ exports: [
20
+ ng2_logger_component_1.Ng2LoggerComponent
21
+ ]
21
22
  })
22
23
  ], Ng2LoggerModule);
23
24
  return Ng2LoggerModule;
@@ -1 +1 @@
1
- {"version":3,"file":"ng2-logger.module.js","sourceRoot":"","sources":["../../src/app/ng2-logger.module.ts"],"names":[],"mappings":";;;;AACA,sCAAyC;AACzC,8DAA0D;AAC1D,+DAAsD;AAatD;IAAA;IAA+B,CAAC;IAAnB,eAAe;QAV3B,IAAA,eAAQ,EAAC;YACR,OAAO,EAAE;gBACP,gCAAa;aACd;YACD,YAAY,EAAE;gBACZ,mCAAY;aACb;YACD,SAAS,EAAE,EAAE;YACb,OAAO,EAAE,CAAC,mCAAY,CAAC;SACxB,CAAC;OACW,eAAe,CAAI;IAAD,sBAAC;CAAA,AAAhC,IAAgC;AAAnB,0CAAe"}
1
+ {"version":3,"file":"ng2-logger.module.js","sourceRoot":"","sources":["../../src/app/ng2-logger.module.ts"],"names":[],"mappings":";;;;AACA,sCAAyC;AACzC,8DAA0D;AAC1D,+DAA4D;AAc5D;IAAA;IAA+B,CAAC;IAAnB,eAAe;QAX3B,IAAA,eAAQ,EAAC;YACR,OAAO,EAAE;gBACP,gCAAa;aACd;YACD,YAAY,EAAE;gBACZ,yCAAkB;aACnB;YACD,OAAO,EAAE;gBACP,yCAAkB;aACnB;SACF,CAAC;OACW,eAAe,CAAI;IAAD,sBAAC;CAAA,AAAhC,IAAgC;AAAnB,0CAAe"}
package/app.d.ts ADDED
File without changes
package/app.js ADDED
@@ -0,0 +1,2 @@
1
+ //# sourceMappingURL=app.js.map
2
+ // @fixed
package/app.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
1
  import { Level } from './level';
2
2
  export declare function consoleLog(data: string, level: Level): void;
3
- export declare function displayParams(params: any[] | undefined, level: Level): void;
3
+ export declare function displayParams(params: any[], level: Level): void;
4
4
  export declare function istartedInVscode(): void;
@@ -1,4 +1,4 @@
1
1
  import { Level } from './level';
2
2
  export declare function consoleLog(data: string, level: Level): void;
3
- export declare function displayParams(params: any[] | undefined, level: Level): void;
3
+ export declare function displayParams(params: any[], level: Level): void;
4
4
  export declare function istartedInVscode(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng2-logger",
3
- "version": "8.0.23",
3
+ "version": "8.0.28",
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": "~2.0.22"
33
+ "tnp-cli": "~2.0.25"
34
34
  },
35
35
  "license": "MIT",
36
36
  "private": false,
@@ -1,54 +1,42 @@
1
1
  {
2
- "resources": [
3
- "README.md",
4
- "screen.png",
5
- "server.png"
6
- ],
7
-
8
- "overrided": {
9
- "includeAsDev": "*",
10
- "includeOnly": [
2
+ resources: ["README.md", "screen.png", "server.png"],
3
+ overrided: {
4
+ includeAsDev: "*",
5
+ includeOnly: [
11
6
  "chalk",
12
7
  "json-stringify-safe",
13
8
  "json5",
14
9
  "randomcolor",
15
- "tnp-cli"
10
+ "tnp-cli",
16
11
  ],
17
- "dependencies": {},
18
- "ignoreDepsPattern": [],
19
- "linkedFolders": []
12
+ dependencies: {},
13
+ ignoreDepsPattern: [],
14
+ linkedFolders: [],
20
15
  },
21
- "linkedProjects": [],
22
-
23
- "libReleaseOptions": {
24
- "nodts": false,
25
- "obscure": false,
26
- "ugly": false
16
+ linkedProjects: [],
17
+ libReleaseOptions: {
18
+ nodts: false,
19
+ obscure: false,
20
+ ugly: false,
27
21
  },
28
-
29
- "type": "isomorphic-lib",
30
-
31
- "version": 'v3',
32
-
33
- "description": "isomorphic logger for browser/server in typescript",
34
- "license": "MIT",
35
- "private": false,
36
-
37
- "author": {
38
- "name": "Dariusz Filipiak"
22
+ type: "isomorphic-lib",
23
+ version: "v3",
24
+ additionalNpmNames: ["firedev-logger"],
25
+ description: "isomorphic logger for browser/server in typescript",
26
+ license: "MIT",
27
+ private: false,
28
+ author: {
29
+ name: "Dariusz Filipiak",
39
30
  },
40
-
41
- "homepage": "https://github.com/darekf77/ng2-logger#readme",
42
-
43
- "keywords": [
31
+ homepage: "https://github.com/darekf77/ng2-logger#readme",
32
+ keywords: [
44
33
  "isomorphic",
45
34
  "logger",
46
35
  "logging",
47
36
  "logowanie",
48
37
  "log",
49
- "typescript"
38
+ "typescript",
50
39
  ],
51
-
52
- 'main': 'esm2015/ng2-logger.js',
53
- 'workerPlugins': {},
54
- }
40
+ main: "esm2015/ng2-logger.js",
41
+ workerPlugins: {},
42
+ }
@@ -31,6 +31,9 @@
31
31
  },
32
32
  "type": "isomorphic-lib",
33
33
  "version": "v3",
34
+ "additionalNpmNames": [
35
+ "firedev-logger"
36
+ ],
34
37
  "description": "isomorphic logger for browser/server in typescript",
35
38
  "license": "MIT",
36
39
  "private": false,
@@ -50,7 +53,7 @@
50
53
  "workerPlugins": {}
51
54
  },
52
55
  "name": "ng2-logger",
53
- "version": "8.0.23",
56
+ "version": "8.0.28",
54
57
  "description": "isomorphic logger for browser/server in typescript",
55
58
  "repository": {
56
59
  "type": "git",
@@ -80,7 +83,7 @@
80
83
  "json-stringify-safe": "5.0.1",
81
84
  "json5": "2.1.3",
82
85
  "randomcolor": "0.5.3",
83
- "tnp-cli": "~2.0.22"
86
+ "tnp-cli": "~2.0.25"
84
87
  },
85
88
  "license": "MIT",
86
89
  "private": false,
@@ -146,6 +149,7 @@
146
149
  "bcryptjs": "2.4.3",
147
150
  "body-parser": "1.18.2",
148
151
  "bootstrap": "5.1.3",
152
+ "bs4-breakpoint": "~2.0.43",
149
153
  "buffer-shims": "1.0.0",
150
154
  "callsite-record": "4.1.3",
151
155
  "chai": "4.2.0",
@@ -193,7 +197,7 @@
193
197
  "is-elevated": "3.0.0",
194
198
  "istanbul-instrumenter-loader": "2.0.0",
195
199
  "jasmine-core": "4.0.0",
196
- "json10": "~1.0.34",
200
+ "json10": "~1.0.36",
197
201
  "json5-writer": "0.2.0",
198
202
  "karma": "6.3.0",
199
203
  "karma-chrome-launcher": "3.1.0",
@@ -204,7 +208,7 @@
204
208
  "lnk": "1.0.1",
205
209
  "lockfile": "1.0.4",
206
210
  "lodash": "4.17.4",
207
- "lodash-walk-object": "~1.0.35",
211
+ "lodash-walk-object": "~1.0.37",
208
212
  "lowdb": "1.0.0",
209
213
  "magic-renamer": "~0.0.20",
210
214
  "material-design-icons": "3.0.1",
@@ -216,7 +220,7 @@
216
220
  "morphi": "~4.0.54",
217
221
  "ng-packagr": "13.0.0",
218
222
  "ng-talkback": "~2.4.25",
219
- "ng2-logger": "~8.0.23",
223
+ "ng2-logger": "~8.0.26",
220
224
  "ng2-rest": "~11.0.42",
221
225
  "node-cli-test": "0.0.2",
222
226
  "node-cli-tester": "~0.0.22",
@@ -249,8 +253,8 @@
249
253
  "sudo-block": "3.0.0",
250
254
  "systeminformation": "3.45.7",
251
255
  "task.js": "0.1.5",
252
- "tnp-config": "~1.0.23",
253
- "tnp-core": "~1.0.37",
256
+ "tnp-config": "~1.0.27",
257
+ "tnp-core": "~1.0.57",
254
258
  "tnp-db": "~0.0.44",
255
259
  "tnp-helpers": "~0.0.73",
256
260
  "tnp-models": "~0.0.37",
@@ -259,7 +263,7 @@
259
263
  "tslib": "~2.3.0",
260
264
  "typeorm": "~0.2.7",
261
265
  "typescript": "~4.5.2",
262
- "typescript-class-helpers": "~1.0.42",
266
+ "typescript-class-helpers": "~1.0.45",
263
267
  "typescript-formatter": "~7.2.2",
264
268
  "underscore": "1.9.1",
265
269
  "uuid": "8.3.2",
@@ -270,9 +274,9 @@
270
274
  }
271
275
  },
272
276
  "build": {
273
- "number": 409,
274
- "date": "2022-03-06T00:11:49.000Z",
275
- "hash": "d672c3913758adbaf765ea64c17656b25594ad9e",
277
+ "number": 414,
278
+ "date": "2022-03-06T19:14:04.000Z",
279
+ "hash": "ce524dda98dd4d7e93face00251fc7998fe9ab7f",
276
280
  "options": {}
277
281
  },
278
282
  "currentProjectName": "ng2-logger",