@brunoluizdesiqueira/bbuilder-cli 1.0.18 → 1.0.19

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # bbuilder-cli
2
2
 
3
- CLI para build local de projetos Delphi do Bimer.
3
+ CLI para build local de projetos Delphi.
4
4
 
5
- Substitui o `build_local.bat` com:
6
5
  - seleção interativa de projeto, modo e versão
7
6
  - suporte a `FAST`, `DEBUG` e `RELEASE`
8
7
  - configuração por arquivo `bbuilder.config.json`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brunoluizdesiqueira/bbuilder-cli",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "CLI de build local para projetos Delphi do Bimer",
5
5
  "license": "ISC",
6
6
  "repository": {