@precisa-saude/cli 1.1.0 → 1.1.1
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.
|
@@ -29,6 +29,10 @@ permissions:
|
|
|
29
29
|
pull-requests: write
|
|
30
30
|
deployments: write
|
|
31
31
|
id-token: write
|
|
32
|
+
# `models: read` é necessário porque review.yml (reusable) pode chamar
|
|
33
|
+
# GitHub Models via GITHUB_TOKEN no fallback. Workflows reusáveis só
|
|
34
|
+
# conseguem pedir permissões que o caller também concede.
|
|
35
|
+
models: read
|
|
32
36
|
|
|
33
37
|
concurrency:
|
|
34
38
|
group: ${{ github.workflow }}-${{ github.ref }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@precisa-saude/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Bootstrap and sync Precisa Saúde repositories — the `precisa` CLI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/prompts": "^2.4.9",
|
|
46
46
|
"tsup": "^8.3.5",
|
|
47
47
|
"typescript": "~5.7.3",
|
|
48
|
-
"@precisa-saude/tsconfig": "1.1.
|
|
48
|
+
"@precisa-saude/tsconfig": "1.1.1"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=22.0.0"
|