@precisa-saude/worktree-cli 1.3.0 → 1.5.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@precisa-saude/worktree-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Shared git-worktree lifecycle CLI for Precisa Saúde repositories — creates/dev-runs/tears-down feature worktrees with per-repo port allocation. Drop-in replacement for each repo's `scripts/worktree.sh`.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git-worktree",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@types/node": "^22.10.0",
|
|
40
40
|
"tsup": "^8.3.5",
|
|
41
41
|
"typescript": "~5.7.3",
|
|
42
|
-
"@precisa-saude/tsconfig": "1.
|
|
42
|
+
"@precisa-saude/tsconfig": "1.5.0"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=22.0.0"
|