ng2-logger 8.0.23 → 8.0.24
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,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
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
|
|
9
|
-
function
|
|
8
|
+
var Ng2LoggerComponent = /** @class */ (function () {
|
|
9
|
+
function Ng2LoggerComponent() {
|
|
10
10
|
this.processes = [];
|
|
11
11
|
}
|
|
12
|
-
|
|
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
|
-
|
|
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
|
-
],
|
|
27
|
-
return
|
|
26
|
+
], Ng2LoggerComponent);
|
|
27
|
+
return Ng2LoggerComponent;
|
|
28
28
|
}());
|
|
29
|
-
exports.
|
|
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
|
|
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"}
|
package/app/ng2-logger.module.js
CHANGED
|
@@ -14,10 +14,11 @@ var Ng2LoggerModule = /** @class */ (function () {
|
|
|
14
14
|
platform_browser_1.BrowserModule,
|
|
15
15
|
],
|
|
16
16
|
declarations: [
|
|
17
|
-
ng2_logger_component_1.
|
|
17
|
+
ng2_logger_component_1.Ng2LoggerComponent,
|
|
18
18
|
],
|
|
19
|
-
|
|
20
|
-
|
|
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,+
|
|
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/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"workerPlugins": {}
|
|
51
51
|
},
|
|
52
52
|
"name": "ng2-logger",
|
|
53
|
-
"version": "8.0.
|
|
53
|
+
"version": "8.0.24",
|
|
54
54
|
"description": "isomorphic logger for browser/server in typescript",
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"morphi": "~4.0.54",
|
|
217
217
|
"ng-packagr": "13.0.0",
|
|
218
218
|
"ng-talkback": "~2.4.25",
|
|
219
|
-
"ng2-logger": "~8.0.
|
|
219
|
+
"ng2-logger": "~8.0.24",
|
|
220
220
|
"ng2-rest": "~11.0.42",
|
|
221
221
|
"node-cli-test": "0.0.2",
|
|
222
222
|
"node-cli-tester": "~0.0.22",
|
|
@@ -270,9 +270,9 @@
|
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
"build": {
|
|
273
|
-
"number":
|
|
274
|
-
"date": "2022-03-06T00:
|
|
275
|
-
"hash": "
|
|
273
|
+
"number": 410,
|
|
274
|
+
"date": "2022-03-06T00:31:51.000Z",
|
|
275
|
+
"hash": "209068a67224cc3069e4aa58a831819ba58300b2",
|
|
276
276
|
"options": {}
|
|
277
277
|
},
|
|
278
278
|
"currentProjectName": "ng2-logger",
|