@teispace/next-maker 4.0.2 → 5.0.0

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 (4) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +119 -875
  3. package/dist/index.js +779 -1045
  4. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.0](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.2...next-maker-v5.0.0) (2026-09-05)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **next-maker:** compose projects from the starter manifest (next-maker 5) ([#156](https://github.com/teispace/npm-packages/issues/156))
9
+
10
+ ### Features
11
+
12
+ * **next-maker:** compose projects from the starter manifest (next-maker 5) ([#156](https://github.com/teispace/npm-packages/issues/156)) ([8a279c3](https://github.com/teispace/npm-packages/commit/8a279c3693740ed6860de9c37873fbcb9a0d30b7))
13
+
3
14
  ## [4.0.2](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.1...next-maker-v4.0.2) (2026-09-05)
4
15
 
5
16