forlogic-core 1.11.5 → 1.11.7

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/README.md CHANGED
@@ -27,6 +27,12 @@ npm install forlogic-core
27
27
 
28
28
  **Nota**: O npm/yarn irá alertar automaticamente se alguma peer dependency estiver faltando ou com versão incompatível.
29
29
 
30
+ ### Baixar documentação atualizada
31
+
32
+ ```bash
33
+ npx forlogic-core-pull-docs
34
+ ```
35
+
30
36
  ### ⚠️ IMPORTANTE: Imports de i18n
31
37
 
32
38
  **Sempre** importe hooks de internacionalização do `forlogic-core`, nunca diretamente de `react-i18next`:
package/dist/README.md CHANGED
@@ -27,6 +27,12 @@ npm install forlogic-core
27
27
 
28
28
  **Nota**: O npm/yarn irá alertar automaticamente se alguma peer dependency estiver faltando ou com versão incompatível.
29
29
 
30
+ ### Baixar documentação atualizada
31
+
32
+ ```bash
33
+ npx forlogic-core-pull-docs
34
+ ```
35
+
30
36
  ### ⚠️ IMPORTANTE: Imports de i18n
31
37
 
32
38
  **Sempre** importe hooks de internacionalização do `forlogic-core`, nunca diretamente de `react-i18next`: