@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.
- package/CHANGELOG.md +20 -0
- package/README.md +420 -281
- package/dist/index.js +400 -164
- package/dist/index.js.map +4 -4
- package/dist/src/commands/app.d.ts.map +1 -1
- package/dist/src/commands/doctor.d.ts +3 -0
- package/dist/src/commands/doctor.d.ts.map +1 -0
- package/dist/src/commands/env.d.ts +3 -0
- package/dist/src/commands/env.d.ts.map +1 -0
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/layout.d.ts +3 -0
- package/dist/src/commands/layout.d.ts.map +1 -0
- package/dist/src/commands/provider.d.ts +3 -0
- package/dist/src/commands/provider.d.ts.map +1 -0
- package/dist/src/commands/remove.d.ts +3 -0
- package/dist/src/commands/remove.d.ts.map +1 -0
- package/dist/src/commands/setup.d.ts.map +1 -1
- package/dist/src/generators/index.d.ts +4 -0
- package/dist/src/generators/index.d.ts.map +1 -1
- package/dist/src/generators/layout.generator.d.ts +22 -0
- package/dist/src/generators/layout.generator.d.ts.map +1 -0
- package/dist/src/generators/provider.generator.d.ts +14 -0
- package/dist/src/generators/provider.generator.d.ts.map +1 -0
- package/dist/src/generators/templates/layout.template.d.ts +13 -0
- package/dist/src/generators/templates/layout.template.d.ts.map +1 -0
- package/dist/src/generators/templates/provider.template.d.ts +12 -0
- package/dist/src/generators/templates/provider.template.d.ts.map +1 -0
- package/dist/src/manifests/bundle-analyzer.manifest.d.ts +3 -0
- package/dist/src/manifests/bundle-analyzer.manifest.d.ts.map +1 -0
- package/dist/src/manifests/commitizen.manifest.d.ts +3 -0
- package/dist/src/manifests/commitizen.manifest.d.ts.map +1 -0
- package/dist/src/manifests/dark-theme.manifest.d.ts +3 -0
- package/dist/src/manifests/dark-theme.manifest.d.ts.map +1 -0
- package/dist/src/manifests/http-client.manifest.d.ts +3 -0
- package/dist/src/manifests/http-client.manifest.d.ts.map +1 -0
- package/dist/src/manifests/i18n.manifest.d.ts +3 -0
- package/dist/src/manifests/i18n.manifest.d.ts.map +1 -0
- package/dist/src/manifests/index.d.ts +23 -0
- package/dist/src/manifests/index.d.ts.map +1 -0
- package/dist/src/manifests/react-compiler.manifest.d.ts +3 -0
- package/dist/src/manifests/react-compiler.manifest.d.ts.map +1 -0
- package/dist/src/manifests/redux.manifest.d.ts +9 -0
- package/dist/src/manifests/redux.manifest.d.ts.map +1 -0
- package/dist/src/manifests/runner.d.ts +37 -0
- package/dist/src/manifests/runner.d.ts.map +1 -0
- package/dist/src/manifests/security-headers.manifest.d.ts +3 -0
- package/dist/src/manifests/security-headers.manifest.d.ts.map +1 -0
- package/dist/src/manifests/tests.manifest.d.ts +3 -0
- package/dist/src/manifests/tests.manifest.d.ts.map +1 -0
- package/dist/src/manifests/types.d.ts +119 -0
- package/dist/src/manifests/types.d.ts.map +1 -0
- package/dist/src/manifests/validate-scripts.manifest.d.ts +3 -0
- package/dist/src/manifests/validate-scripts.manifest.d.ts.map +1 -0
- package/dist/src/modifiers/env-var.modifier.d.ts +60 -0
- package/dist/src/modifiers/env-var.modifier.d.ts.map +1 -0
- package/dist/src/modifiers/index.d.ts +2 -0
- package/dist/src/modifiers/index.d.ts.map +1 -1
- package/dist/src/modifiers/root-provider.modifier.d.ts +26 -0
- package/dist/src/modifiers/root-provider.modifier.d.ts.map +1 -0
- package/dist/src/services/setup/commitizen/index.d.ts +3 -0
- package/dist/src/services/setup/commitizen/index.d.ts.map +1 -0
- package/dist/src/services/setup/commitizen/package-modifier.d.ts +17 -0
- package/dist/src/services/setup/commitizen/package-modifier.d.ts.map +1 -0
- package/dist/src/services/setup/security-headers/headers.d.ts +29 -0
- package/dist/src/services/setup/security-headers/headers.d.ts.map +1 -0
- package/dist/src/services/setup/security-headers/index.d.ts +3 -0
- package/dist/src/services/setup/security-headers/index.d.ts.map +1 -0
- package/dist/src/services/setup/validate-scripts/index.d.ts +4 -0
- package/dist/src/services/setup/validate-scripts/index.d.ts.map +1 -0
- package/dist/src/services/setup/validate-scripts/package-modifier.d.ts +19 -0
- package/dist/src/services/setup/validate-scripts/package-modifier.d.ts.map +1 -0
- package/dist/src/services/setup/validate-scripts/scripts.d.ts +12 -0
- package/dist/src/services/setup/validate-scripts/scripts.d.ts.map +1 -0
- 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
|
|