@eqxjs/nest-common 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG +8 -0
  2. package/package.json +15 -1
package/CHANGELOG CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.2.4](https://github.com/corp-ais/cronus-eqxjs-common-library-common/compare/v0.2.3...v0.2.4) (2026-02-17)
6
+
7
+
8
+ ### 🧹 Miscellaneous Chores
9
+
10
+ * add overrides and resolutions for dependencies ([a10f266](https://github.com/corp-ais/cronus-eqxjs-common-library-common/commit/a10f266843dcd7fe0fe7a52257d9e65fcc79e81b))
11
+ * **deps:** add qs dependency to package.json ([837c00c](https://github.com/corp-ais/cronus-eqxjs-common-library-common/commit/837c00cdf67da859f1999ade125a09875b2af43c))
12
+
5
13
  ### [0.2.3](https://github.com/corp-ais/cronus-eqxjs-common-library-common/compare/v0.2.0...v0.2.3) (2026-02-17)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eqxjs/nest-common",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A common library for NestJS provides shared constants, enums, and utilities.",
5
5
  "author": "Cronus ESBM",
6
6
  "license": "ISC",
@@ -71,5 +71,19 @@
71
71
  "typescript-eslint": "^8.56.0",
72
72
  "webpack": "^5.105.2"
73
73
  },
74
+ "overrides": {
75
+ "@conventional-changelog/git-client": "^2.0.0",
76
+ "diff": "^4.0.4",
77
+ "lodash": "^4.17.23",
78
+ "qs": "^6.15.0",
79
+ "tmp": "^0.2.4"
80
+ },
81
+ "resolutions": {
82
+ "@conventional-changelog/git-client": "^2.0.0",
83
+ "diff": "^4.0.4",
84
+ "lodash": "^4.17.23",
85
+ "qs": "^6.15.0",
86
+ "tmp": "^0.2.4"
87
+ },
74
88
  "packageManager": "yarn@4.12.0"
75
89
  }