Released V1.0.5

This commit is contained in:
Hein 2025-10-10 13:43:16 +02:00
parent 3ca78de94c
commit 9054713385
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# @warkypublic/monorepo-dep-checker # @warkypublic/monorepo-dep-checker
## 1.0.5
### Patch Changes
- Added Strict Mode
## 1.0.4 ## 1.0.4
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@warkypublic/monorepo-dep-checker", "name": "@warkypublic/monorepo-dep-checker",
"version": "1.0.4", "version": "1.0.5",
"description": "A CLI tool to check and manage dependencies across packages in a monorepo", "description": "A CLI tool to check and manage dependencies across packages in a monorepo",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",