@rxap/nest-logger 11.0.0-dev.3 → 11.0.0-dev.4
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/CHANGELOG.md +4 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [11.0.0-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/nest-logger@11.0.0-dev.3...@rxap/nest-logger@11.0.0-dev.4) (2025-09-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/nest-logger
|
|
9
|
+
|
|
6
10
|
# [11.0.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/nest-logger@11.0.0-dev.2...@rxap/nest-logger@11.0.0-dev.3) (2025-09-01)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/nest-logger
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "11.0.0-dev.
|
|
2
|
+
"version": "11.0.0-dev.4",
|
|
3
3
|
"name": "@rxap/nest-logger",
|
|
4
4
|
"description": "A NestJS logger module that integrates with Google Cloud Logging and provides enhanced message formatting. It allows for custom print message functions and circular dependency handling. This package offers a convenient way to standardize and enrich logging within NestJS applications.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/ts-morph": "^1.6.0-dev.
|
|
9
|
-
"@rxap/workspace-utilities": "^19.8.1-dev.
|
|
8
|
+
"@rxap/ts-morph": "^1.6.0-dev.1",
|
|
9
|
+
"@rxap/workspace-utilities": "^19.8.1-dev.1",
|
|
10
10
|
"tslib": "2.6.2"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@nestjs/common": "^11.1.1",
|
|
14
|
-
"@rxap/nest-utilities": "^11.0.0-dev.
|
|
14
|
+
"@rxap/nest-utilities": "^11.0.0-dev.7",
|
|
15
15
|
"@rxap/utilities": "^16.4.5-dev.0"
|
|
16
16
|
},
|
|
17
17
|
"author": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"package": "@rxap/nest-utilities",
|
|
62
|
-
"version": "11.0.0-dev.
|
|
62
|
+
"version": "11.0.0-dev.7"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"package": "@rxap/utilities",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"schematics": "./generators.json",
|
|
80
80
|
"type": "commonjs",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "e3bb0ca983f56d75192a8e5eff1d3ecab00a3c63",
|
|
82
82
|
"types": "./src/index.d.ts",
|
|
83
83
|
"main": "./src/index.js"
|
|
84
84
|
}
|