@teispace/next-maker 1.15.1 → 1.16.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +420 -281
  3. package/dist/index.js +400 -164
  4. package/dist/index.js.map +4 -4
  5. package/dist/src/commands/app.d.ts.map +1 -1
  6. package/dist/src/commands/doctor.d.ts +3 -0
  7. package/dist/src/commands/doctor.d.ts.map +1 -0
  8. package/dist/src/commands/env.d.ts +3 -0
  9. package/dist/src/commands/env.d.ts.map +1 -0
  10. package/dist/src/commands/index.d.ts.map +1 -1
  11. package/dist/src/commands/layout.d.ts +3 -0
  12. package/dist/src/commands/layout.d.ts.map +1 -0
  13. package/dist/src/commands/provider.d.ts +3 -0
  14. package/dist/src/commands/provider.d.ts.map +1 -0
  15. package/dist/src/commands/remove.d.ts +3 -0
  16. package/dist/src/commands/remove.d.ts.map +1 -0
  17. package/dist/src/commands/setup.d.ts.map +1 -1
  18. package/dist/src/generators/index.d.ts +4 -0
  19. package/dist/src/generators/index.d.ts.map +1 -1
  20. package/dist/src/generators/layout.generator.d.ts +22 -0
  21. package/dist/src/generators/layout.generator.d.ts.map +1 -0
  22. package/dist/src/generators/provider.generator.d.ts +14 -0
  23. package/dist/src/generators/provider.generator.d.ts.map +1 -0
  24. package/dist/src/generators/templates/layout.template.d.ts +13 -0
  25. package/dist/src/generators/templates/layout.template.d.ts.map +1 -0
  26. package/dist/src/generators/templates/provider.template.d.ts +12 -0
  27. package/dist/src/generators/templates/provider.template.d.ts.map +1 -0
  28. package/dist/src/manifests/bundle-analyzer.manifest.d.ts +3 -0
  29. package/dist/src/manifests/bundle-analyzer.manifest.d.ts.map +1 -0
  30. package/dist/src/manifests/commitizen.manifest.d.ts +3 -0
  31. package/dist/src/manifests/commitizen.manifest.d.ts.map +1 -0
  32. package/dist/src/manifests/dark-theme.manifest.d.ts +3 -0
  33. package/dist/src/manifests/dark-theme.manifest.d.ts.map +1 -0
  34. package/dist/src/manifests/http-client.manifest.d.ts +3 -0
  35. package/dist/src/manifests/http-client.manifest.d.ts.map +1 -0
  36. package/dist/src/manifests/i18n.manifest.d.ts +3 -0
  37. package/dist/src/manifests/i18n.manifest.d.ts.map +1 -0
  38. package/dist/src/manifests/index.d.ts +23 -0
  39. package/dist/src/manifests/index.d.ts.map +1 -0
  40. package/dist/src/manifests/react-compiler.manifest.d.ts +3 -0
  41. package/dist/src/manifests/react-compiler.manifest.d.ts.map +1 -0
  42. package/dist/src/manifests/redux.manifest.d.ts +9 -0
  43. package/dist/src/manifests/redux.manifest.d.ts.map +1 -0
  44. package/dist/src/manifests/runner.d.ts +37 -0
  45. package/dist/src/manifests/runner.d.ts.map +1 -0
  46. package/dist/src/manifests/security-headers.manifest.d.ts +3 -0
  47. package/dist/src/manifests/security-headers.manifest.d.ts.map +1 -0
  48. package/dist/src/manifests/tests.manifest.d.ts +3 -0
  49. package/dist/src/manifests/tests.manifest.d.ts.map +1 -0
  50. package/dist/src/manifests/types.d.ts +119 -0
  51. package/dist/src/manifests/types.d.ts.map +1 -0
  52. package/dist/src/manifests/validate-scripts.manifest.d.ts +3 -0
  53. package/dist/src/manifests/validate-scripts.manifest.d.ts.map +1 -0
  54. package/dist/src/modifiers/env-var.modifier.d.ts +60 -0
  55. package/dist/src/modifiers/env-var.modifier.d.ts.map +1 -0
  56. package/dist/src/modifiers/index.d.ts +2 -0
  57. package/dist/src/modifiers/index.d.ts.map +1 -1
  58. package/dist/src/modifiers/root-provider.modifier.d.ts +26 -0
  59. package/dist/src/modifiers/root-provider.modifier.d.ts.map +1 -0
  60. package/dist/src/services/setup/commitizen/index.d.ts +3 -0
  61. package/dist/src/services/setup/commitizen/index.d.ts.map +1 -0
  62. package/dist/src/services/setup/commitizen/package-modifier.d.ts +17 -0
  63. package/dist/src/services/setup/commitizen/package-modifier.d.ts.map +1 -0
  64. package/dist/src/services/setup/security-headers/headers.d.ts +29 -0
  65. package/dist/src/services/setup/security-headers/headers.d.ts.map +1 -0
  66. package/dist/src/services/setup/security-headers/index.d.ts +3 -0
  67. package/dist/src/services/setup/security-headers/index.d.ts.map +1 -0
  68. package/dist/src/services/setup/validate-scripts/index.d.ts +4 -0
  69. package/dist/src/services/setup/validate-scripts/index.d.ts.map +1 -0
  70. package/dist/src/services/setup/validate-scripts/package-modifier.d.ts +19 -0
  71. package/dist/src/services/setup/validate-scripts/package-modifier.d.ts.map +1 -0
  72. package/dist/src/services/setup/validate-scripts/scripts.d.ts +12 -0
  73. package/dist/src/services/setup/validate-scripts/scripts.d.ts.map +1 -0
  74. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.16.1](https://github.com/teispace/npm-packages/compare/next-maker-v1.16.0...next-maker-v1.16.1) (2026-04-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **next-maker:** eliminate concurrent spinners in init flow ([aa0f9d2](https://github.com/teispace/npm-packages/commit/aa0f9d255772b3b76d76a3963e95ecb73ec07d2b))
9
+ * **next-maker:** never auto-delete user-content dirs in remove ([f862698](https://github.com/teispace/npm-packages/commit/f862698fa9ab63e6fde56494a2286e65b45e2afd))
10
+
11
+ ## [1.16.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.15.1...next-maker-v1.16.0) (2026-04-26)
12
+
13
+
14
+ ### Features
15
+
16
+ * **next-maker:** add layout/provider/env generators, doctor & remove commands ([c5c8db3](https://github.com/teispace/npm-packages/commit/c5c8db3da73c55ef01e32c3f4aa08441e4849a56))
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * **deps:** bump biome, commitlint, ora, vitest, types, tailwind ([245f464](https://github.com/teispace/npm-packages/commit/245f464ddca8163e549042ae3cfcab17aa09a7ed))
22
+
3
23
  ## [1.15.1](https://github.com/teispace/npm-packages/compare/next-maker-v1.15.0...next-maker-v1.15.1) (2026-04-24)
4
24
 
5
25