next-accelerate 0.2.1 → 0.2.2

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/dist/index.js +0 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1892,7 +1892,6 @@ export const Footer: React.FC = () => {
1892
1892
  </div>
1893
1893
  </div>
1894
1894
  <p className="font-sans p-8 text-start md:text-center md:text-lg md:p-4">
1895
- Aqui fica meus agradecimento a toda a equipe do framework pelos padr\xF5es desenvolvidos e pelo trabalho impec\xE1vel que vem sendo realizado nessa ferramenta,
1896
1895
  \xA9 2025 Template Deloped by <a href="https://github.com/brito-response" target="_blank" rel="noopener noreferrer">Neto.</a></p>
1897
1896
  </div>
1898
1897
  </footer>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-accelerate",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "cli to speed up feature creation in Next.js",
5
5
  "bin": {
6
6
  "next-accelerate": "dist/index.js"
@@ -18,16 +18,16 @@
18
18
  "author": "Clodoaldo Neto",
19
19
  "license": "ISC",
20
20
  "devDependencies": {
21
+ "@types/jest": "^30.0.0",
21
22
  "@types/node": "^20.11.0",
22
23
  "@types/pluralize": "^0.0.33",
24
+ "jest": "^30.2.0",
25
+ "ts-jest": "^29.4.6",
23
26
  "ts-node": "^10.9.2",
24
27
  "tsup": "^8.5.1",
25
28
  "typescript": "^5.9.3"
26
29
  },
27
30
  "dependencies": {
28
- "@types/jest": "^30.0.0",
29
- "jest": "^30.2.0",
30
- "pluralize": "^8.0.0",
31
- "ts-jest": "^29.4.6"
31
+ "pluralize": "^8.0.0"
32
32
  }
33
33
  }