@leonardofirme/deploy-nextjs16 1.1.6 → 1.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/app/page.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardofirme/deploy-nextjs16",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "private": false,
5
5
  "description": "Estruturas profissionais de ERP e SaaS - Leonardo Firme",
6
6
  "bin": {
package/src/app/page.tsx CHANGED
@@ -28,7 +28,7 @@ export default function HomePage() {
28
28
  {/* Badge de Versão */}
29
29
  <motion.div variants={ITEM_VARIANTS}>
30
30
  <Badge className="bg-v0-50 px-5 py-1.5 font-orbitron tracking-[0.2em] text-v0-600 border-v0-200 dark:bg-v0-950/30 dark:border-v0-900">
31
- ESTRUTURA V1.1.3 VALIDADA
31
+ ESTRUTURA V1.1.7 VALIDADA
32
32
  </Badge>
33
33
  </motion.div>
34
34