@icd-iot-aicf/nestjs-logger 1.0.0 → 1.1.0

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": "@icd-iot-aicf/nestjs-logger",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -12,26 +12,25 @@
12
12
  },
13
13
  "scripts": {
14
14
  "build": "nest build",
15
- "prepare": "yarn build",
16
15
  "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
17
16
  "start": "env-cmd nest start",
18
17
  "start:dev": "env-cmd nest start --watch",
19
18
  "start:debug": "nest start --debug --watch",
20
19
  "start:prod": "node dist/main",
21
20
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
22
- "test:amqp": "yarn build && cd examples-test/test-logs && yarn run autorun:amqp",
23
- "test:http": "yarn build && cd examples-test/test-logs && yarn run autorun:http",
21
+ "test:amqp": "nest build && cd examples-test/test-logs && nest run autorun:amqp",
22
+ "test:http": "nest build && cd examples-test/test-logs && nest run autorun:http",
24
23
  "test": "jest",
25
24
  "test:watch": "jest --watch",
26
25
  "test:cov": "jest --coverage",
27
26
  "test:e2e": "jest --config ./test/jest-e2e.json"
28
27
  },
29
28
  "peerDependencies": {
30
- "@nestjs/core": "^11.0.11",
29
+ "@nestjs/axios": "^4.0.0",
31
30
  "@nestjs/common": "^11.0.11",
32
- "@nestjs/platform-express": "^11.0.11",
33
31
  "@nestjs/config": "^4.0.1",
34
- "@nestjs/axios": "^4.0.0",
32
+ "@nestjs/core": "^11.0.11",
33
+ "@nestjs/platform-express": "^11.0.11",
35
34
  "@willsoto/nestjs-prometheus": "^6.0.2",
36
35
  "class-transformer": "^0.5.1",
37
36
  "mongoose": "^8.0.0",
@@ -39,27 +38,23 @@
39
38
  },
40
39
  "dependencies": {
41
40
  "@types/microtime": "^2.1.2",
41
+ "axios": "^1.8.3",
42
42
  "babel-plugin-transform-imports": "^2.0.0",
43
+ "dayjs": "^1.11.13",
43
44
  "microtime": "^3.1.1",
44
45
  "moment-timezone": "^0.5.47",
45
46
  "prom-client": "^15.1.3",
46
- "axios": "^1.8.3",
47
- "dayjs": "^1.11.13",
48
47
  "uuid": "^11.1.0",
49
48
  "winston": "^3.17.0",
50
49
  "winston-daily-rotate-file": "^5.0.0"
51
50
  },
52
51
  "devDependencies": {
53
- "@nestjs/core": "^11.0.11",
54
- "@nestjs/common": "^11.0.11",
55
- "@nestjs/platform-express": "^11.0.11",
56
- "@nestjs/config": "^4.0.1",
57
52
  "@nestjs/axios": "^4.0.0",
58
- "@willsoto/nestjs-prometheus": "^6.0.2",
59
- "class-transformer": "^0.5.1",
60
- "mongoose": "^8.19.3",
61
- "rxjs": "^7.8.2",
62
53
  "@nestjs/cli": "^11.0.5",
54
+ "@nestjs/common": "^11.0.11",
55
+ "@nestjs/config": "^4.0.1",
56
+ "@nestjs/core": "^11.0.11",
57
+ "@nestjs/platform-express": "^11.0.11",
63
58
  "@nestjs/schematics": "^11.0.2",
64
59
  "@nestjs/testing": "^11.0.11",
65
60
  "@types/express": "^5.0.0",
@@ -68,19 +63,23 @@
68
63
  "@types/supertest": "^6.0.2",
69
64
  "@typescript-eslint/eslint-plugin": "^8.26.1",
70
65
  "@typescript-eslint/parser": "^8.26.1",
66
+ "@willsoto/nestjs-prometheus": "^6.0.2",
67
+ "class-transformer": "^0.5.1",
68
+ "env-cmd": "^10.1.0",
71
69
  "eslint": "^9.22.0",
72
70
  "eslint-config-prettier": "^10.1.1",
73
71
  "eslint-plugin-prettier": "^5.2.3",
74
- "jest": "^29.7.0",
72
+ "jest": "^30.2.0",
73
+ "mongoose": "^8.19.3",
75
74
  "prettier": "^3.5.3",
75
+ "rxjs": "^7.8.2",
76
76
  "source-map-support": "^0.5.21",
77
77
  "supertest": "^7.0.0",
78
- "ts-jest": "^29.2.6",
78
+ "ts-jest": "^29.4.6",
79
79
  "ts-loader": "^9.5.2",
80
- "ts-node": "^10.9.2",
80
+ "ts-node": "^1.7.1",
81
81
  "tsconfig-paths": "^4.2.0",
82
- "typescript": "^5.8.2",
83
- "env-cmd": "^10.1.0"
82
+ "typescript": "^5.8.2"
84
83
  },
85
84
  "jest": {
86
85
  "moduleFileExtensions": [