@depup/globalart__nestjs-logger 2.3.0-depup.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 ADDED
@@ -0,0 +1,91 @@
1
+ {
2
+ "name": "@depup/globalart__nestjs-logger",
3
+ "version": "2.3.0-depup.0",
4
+ "description": "A advanced logger for NestJS (with updated dependencies)",
5
+ "author": {
6
+ "name": "GlobalArt, Inc"
7
+ },
8
+ "license": "MIT",
9
+ "type": "module",
10
+ "files": [
11
+ "dist",
12
+ "README.md",
13
+ "LICENSE",
14
+ "changes.json"
15
+ ],
16
+ "main": "./dist/index.cjs",
17
+ "module": "./dist/index.mjs",
18
+ "types": "./dist/index.d.cts",
19
+ "exports": {
20
+ ".": {
21
+ "import": {
22
+ "types": "./dist/index.d.mts",
23
+ "default": "./dist/index.mjs"
24
+ },
25
+ "require": {
26
+ "types": "./dist/index.d.cts",
27
+ "default": "./dist/index.cjs"
28
+ }
29
+ }
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/GlobalArtInc/ecosystem.git#main"
34
+ },
35
+ "keywords": [
36
+ "@globalart/nestjs-logger",
37
+ "depup",
38
+ "updated-dependencies",
39
+ "security",
40
+ "latest",
41
+ "patched",
42
+ "nestjs",
43
+ "logger"
44
+ ],
45
+ "scripts": {
46
+ "format": "prettier --write \"**/*.ts\"",
47
+ "test": "jest --runInBand --passWithNoTests",
48
+ "test:cov": "jest --coverage --passWithNoTests",
49
+ "coveralls": "yarn run test:cov --coverageReporters=text-lcov | coveralls",
50
+ "build": "tsdown",
51
+ "build:watch": "tsdown --watch",
52
+ "publish:dev": "npm publish --access public --tag dev",
53
+ "publish:npm": "release-it --config ../../.release-it.json"
54
+ },
55
+ "peerDependencies": {
56
+ "@nestjs/common": "^10.0.0 || ^11.0.0",
57
+ "@nestjs/core": "^10.0.0 || ^11.0.0",
58
+ "@nestjs/microservices": "^10.0.0 || ^11.0.0",
59
+ "@nestjs/swagger": "^10.0.0 || ^11.0.0",
60
+ "@nestjs/testing": "^10.0.0 || ^11.0.0",
61
+ "@nestjs/typeorm": "^10.0.0 || ^11.0.0"
62
+ },
63
+ "devDependencies": {
64
+ "@types/jest": "^30.0.0",
65
+ "@types/node": "25.5.0",
66
+ "coveralls": "^3.1.1",
67
+ "jest": "^30.2.0",
68
+ "prettier": "3.8.1",
69
+ "reflect-metadata": "^0.2.2",
70
+ "release-it": "19.2.4",
71
+ "rxjs": "^7.8.2",
72
+ "ts-jest": "29.4.6",
73
+ "ts-node": "^10.9.2",
74
+ "tsdown": "0.21.4",
75
+ "typescript": "^5.9.3",
76
+ "@types/express": "^5.0.6"
77
+ },
78
+ "dependencies": {
79
+ "nestjs-cls": "6.2.0",
80
+ "nanoid": "^5.1.7",
81
+ "express": "^5.2.1"
82
+ },
83
+ "depup": {
84
+ "changes": {},
85
+ "depsUpdated": 0,
86
+ "originalPackage": "@globalart/nestjs-logger",
87
+ "originalVersion": "2.3.0",
88
+ "processedAt": "2026-03-22T00:37:25.175Z",
89
+ "smokeTest": "passed"
90
+ }
91
+ }