@agility-luhn/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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.1.1](https://github.com/flaviorafaelo-agility/luhn-workspace/compare/cli-v1.1.0...cli-v1.1.1) (2026-07-07)
2
+
1
3
  ## [1.1.0](https://github.com/flaviorafaelo-agility/luhn-workspace/compare/cli-v1.0.0...cli-v1.1.0) (2026-07-07)
2
4
 
3
5
  ## 1.0.0 (2026-07-07)
@@ -412,7 +412,7 @@ function initCommand() {
412
412
  dependencies['@agility-luhn/compiler'] = '^1.1.0';
413
413
  }
414
414
  if (installCli) {
415
- devDependencies['@agility-luhn/cli'] = '^0.1.0';
415
+ devDependencies['@agility-luhn/cli'] = '^1.1.0';
416
416
  }
417
417
  if (createServer) {
418
418
  devDependencies.tsx = '^4.20.6';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility-luhn/cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "CLI oficial para inicializacao e compilacao de projetos LUHN.",
6
6
  "license": "MIT",