@teispace/next-maker 4.0.1 → 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.
- package/CHANGELOG.md +18 -0
- package/README.md +119 -875
- package/dist/index.js +781 -1041
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
14
|
+
## [4.0.2](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.1...next-maker-v4.0.2) (2026-09-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **next-maker:** pin the starter to v1.1.1 and report the package manager's output when an install fails ([#158](https://github.com/teispace/npm-packages/issues/158)) ([3fb1b4d](https://github.com/teispace/npm-packages/commit/3fb1b4d80dc72b791d1c919fa73aefd59f4d0a72))
|
|
20
|
+
|
|
3
21
|
## [4.0.1](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.0...next-maker-v4.0.1) (2026-09-05)
|
|
4
22
|
|
|
5
23
|
|