@mocoto/mahoraga 0.14.9 → 0.15.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.
Files changed (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@ Proveniência e Autoria: Este documento integra o projeto @mocoto/mahoraga (lice
10
10
 
11
11
  Caso queira ajudar com relatorios de bugs e erros ou com sugesões entre em contato por esse e-mail abaixo.
12
12
 
13
- [ProtonMail](mailto:mahoraga.slacked565@passinbox.com)
13
+ [ProtonMail](mailto:mahoraga.civil062@passinbox.com)
14
14
 
15
15
  ---
16
16
 
@@ -248,10 +248,6 @@ O Mahoraga lê um arquivo `mahoraga.config.json` na raiz do seu projeto (ou vari
248
248
  | `LOG_ESTRUTURADO` | Logs em JSON | `false` |
249
249
  | `MAHORAGA_DEBUG` | Modo debug | não definido |
250
250
  | `MAHORAGA_STATE_DIR` | Diretório de estado | `.mahoraga` |
251
- | `MAHORAGA_API_PORT` | Porta do GitHub App | `3100` |
252
- | `GITHUB_APP_ID` | ID do GitHub App | não definido |
253
- | `GITHUB_PRIVATE_KEY` | Chave RSA do GitHub App | não definido |
254
- | `GITHUB_WEBHOOK_SECRET` | Webhook secret | não definido |
255
251
 
256
252
  ---
257
253
 
@@ -301,7 +297,7 @@ npm run lint # ESLint
301
297
 
302
298
  Contribuições são bem-vindas! Como o projeto não está mais no GitHub:
303
299
 
304
- 1. Entre em contato pelo e-mail: **mocoto.persona@gmail.com**
300
+ 1. Entre em contato pelo e-mail: [ProtonMail](mailto:mahoraga.civil062@passinbox.com)
305
301
  2. Envie patches ou sugestões por e-mail
306
302
  3. Reporte bugs com descrição detalhada e exemplo mínimo
307
303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mocoto/mahoraga",
3
- "version": "0.14.9",
3
+ "version": "0.15.0",
4
4
  "type": "module",
5
5
  "description": "C.L.I modular para análise, diagnóstico e manutenção de projetos JavaScript/TypeScript e multi-stack leve",
6
6
  "author": "Italo Lopes",
@@ -122,7 +122,7 @@
122
122
  "openpgp": "^6.3.1",
123
123
  "ora": "^9.4.1",
124
124
  "p-limit": "^7.3.0",
125
- "postcss": "^8.5.18",
125
+ "postcss": "^8.5.19",
126
126
  "postcss-sass": "^0.5.0",
127
127
  "postcss-scss": "^4.0.9",
128
128
  "xxhashjs": "^0.2.2",
@@ -133,12 +133,12 @@
133
133
  "@types/node": "^26.1.1",
134
134
  "@vitest/coverage-istanbul": "^4.1.8",
135
135
  "@vitest/coverage-v8": "^4.1.8",
136
- "autoprefixer": "^10.5.2",
136
+ "autoprefixer": "^10.5.3",
137
137
  "husky": "^9.1.7",
138
138
  "license-checker-rseidelsohn": "^5.0.1",
139
139
  "lint-staged": "^17.0.8",
140
140
  "rimraf": "^6.1.3",
141
- "tsc-alias": "^1.9.0",
141
+ "tsc-alias": "^1.9.1",
142
142
  "tsx": "^4.23.1",
143
143
  "typescript": "^7.0.2",
144
144
  "vitest": "^4.1.8"