@fastcar/core 0.2.40 → 0.2.41

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastcar/core",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "homepage": "https://github.com/williamDazhangyu/fast-car",
5
5
  "main": "target/index.js",
6
6
  "author": "william_zhong",
@@ -25,7 +25,7 @@ import { ProcessType } from "./type/ProcessType";
25
25
  import { FileHotterDesc } from "./type/FileHotterDesc";
26
26
  import { LifeCycleType } from "./annotation/lifeCycle/AddLifeCycleItem";
27
27
  import { WinstonLoggerType } from "./type/WinstonLoggerType";
28
- import { Log } from "./annotation";
28
+ import Log from "./annotation/stereotype/Log";
29
29
 
30
30
  @Component
31
31
  class FastCarApplication extends Events {
@@ -29,7 +29,7 @@ const Component_1 = require("./annotation/stereotype/Component");
29
29
  const WinstonLogger_1 = require("./model/WinstonLogger");
30
30
  const winston = require("winston");
31
31
  const DateUtil_1 = require("./utils/DateUtil");
32
- const annotation_1 = require("./annotation");
32
+ const Log_1 = require("./annotation/stereotype/Log");
33
33
  let FastCarApplication = FastCarApplication_1 = class FastCarApplication extends Events {
34
34
  constructor() {
35
35
  super();
@@ -657,7 +657,7 @@ let FastCarApplication = FastCarApplication_1 = class FastCarApplication extends
657
657
  }
658
658
  };
659
659
  __decorate([
660
- (0, annotation_1.Log)("sys"),
660
+ (0, Log_1.default)("sys"),
661
661
  __metadata("design:type", Object)
662
662
  ], FastCarApplication.prototype, "sysLogger", void 0);
663
663
  FastCarApplication = FastCarApplication_1 = __decorate([