@rxap/nest-logger 10.3.1-dev.2 → 10.3.1-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 CHANGED
@@ -3,6 +3,18 @@
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
+ ## [10.3.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/nest-logger@10.3.1-dev.3...@rxap/nest-logger@10.3.1-dev.4) (2025-02-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update package groups ([d7297d7](https://gitlab.com/rxap/packages/commit/d7297d70ae488cd81c73761cea1d4fbe1d22203d))
11
+
12
+ ## [10.3.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/nest-logger@10.3.1-dev.2...@rxap/nest-logger@10.3.1-dev.3) (2025-02-18)
13
+
14
+ ### Bug Fixes
15
+
16
+ - update package groups ([4afd316](https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34))
17
+
6
18
  ## [10.3.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/nest-logger@10.3.1-dev.1...@rxap/nest-logger@10.3.1-dev.2) (2025-02-18)
7
19
 
8
20
  **Note:** Version bump only for package @rxap/nest-logger
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @rxap/nest-logger
19
19
  ```
20
20
  **Install peer dependencies:**
21
21
  ```bash
22
- yarn add @nestjs/common@^10.3.8 @rxap/nest-utilities@^10.4.1-dev.0 @rxap/utilities@^16.4.3-dev.0
22
+ yarn add @nestjs/common@^10.3.8 @rxap/nest-utilities@^10.4.1-dev.1 @rxap/utilities@^16.4.3-dev.0
23
23
  ```
24
24
  **Execute the init generator:**
25
25
  ```bash
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "10.3.1-dev.2",
2
+ "version": "10.3.1-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",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "@nestjs/common": "^10.3.8",
14
- "@rxap/nest-utilities": "^10.4.1-dev.0",
14
+ "@rxap/nest-utilities": "^10.4.1-dev.1",
15
15
  "@rxap/utilities": "^16.4.3-dev.0"
16
16
  },
17
17
  "author": {
@@ -59,7 +59,7 @@
59
59
  },
60
60
  {
61
61
  "package": "@rxap/nest-utilities",
62
- "version": "10.4.1-dev.0"
62
+ "version": "10.4.1-dev.1"
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": "56dd8f41988cee44681204be2f9ad1cb7725cb7f",
81
+ "gitHead": "8058138ff98d9e37b711846892c79ebc45ed17d4",
82
82
  "types": "./src/index.d.ts",
83
83
  "main": "./src/index.js"
84
84
  }