@leonardofirme/deploy-nextjs16 1.1.4 → 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.
- package/README.md +1 -1
- package/package.json +2 -2
- package/src/app/page.tsx +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Estrutura profissional (Scaffold) para desenvolvimento de SaaS e ERPs dinâmicos
|
|
|
14
14
|
Para iniciar um novo projeto utilizando este scaffold, execute o comando abaixo no seu terminal:
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npx @
|
|
17
|
+
npx @leonardofirme/deploy-nextjs16 meu-novo-projeto
|
|
18
18
|
|
|
19
19
|
```
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leonardofirme/deploy-nextjs16",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Estruturas profissionais de ERP e SaaS - Leonardo Firme",
|
|
6
6
|
"bin": {
|
|
@@ -37,4 +37,4 @@
|
|
|
37
37
|
"tailwindcss": "^4",
|
|
38
38
|
"typescript": "^5"
|
|
39
39
|
}
|
|
40
|
-
}
|
|
40
|
+
}
|
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.
|
|
31
|
+
ESTRUTURA V1.1.7 VALIDADA
|
|
32
32
|
</Badge>
|
|
33
33
|
</motion.div>
|
|
34
34
|
|