@teispace/next-maker 1.8.0 → 1.10.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 +15 -0
- package/dist/index.js +126 -123
- package/dist/index.js.map +3 -3
- package/dist/src/core/git.d.ts +1 -1
- package/dist/src/core/git.d.ts.map +1 -1
- package/dist/src/prompts/create-app.prompt.d.ts +1 -0
- package/dist/src/prompts/create-app.prompt.d.ts.map +1 -1
- package/dist/src/services/setup/http-client/assets.d.ts.map +1 -1
- package/dist/src/services/setup/http-client/index.d.ts.map +1 -1
- package/dist/src/services/setup/http-client/injectors.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.10.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.9.0...next-maker-v1.10.0) (2025-12-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add option to push changes to remote during Git initialization ([38fc89f](https://github.com/teispace/npm-packages/commit/38fc89faf0dcc41bc5d350a17a96199f375a63dc))
|
|
9
|
+
* enhance git initialization by adding remote fetch, merge, and push ([386ea7e](https://github.com/teispace/npm-packages/commit/386ea7eb0ca9e2ae42626a19de65f0f1d74411e9))
|
|
10
|
+
|
|
11
|
+
## [1.9.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.8.0...next-maker-v1.9.0) (2025-12-04)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* refine cleanup logic and enhance export management for HTTP clients ([2379186](https://github.com/teispace/npm-packages/commit/2379186d647b3b4b427a8288e3c333e7d20a2f23))
|
|
17
|
+
|
|
3
18
|
## [1.8.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.7.0...next-maker-v1.8.0) (2025-12-04)
|
|
4
19
|
|
|
5
20
|
|