@teispace/next-maker 1.5.2 → 1.7.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 +76 -73
- package/dist/index.js.map +4 -4
- package/dist/src/core/package-manager.d.ts +2 -0
- package/dist/src/core/package-manager.d.ts.map +1 -1
- package/dist/src/services/init/cleanup.service.d.ts.map +1 -1
- package/dist/src/services/setup/http-client/assets.d.ts +1 -0
- 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 +2 -0
- 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.7.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.6.0...next-maker-v1.7.0) (2025-12-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* enhance removeHttpExports to manage common types exports ([f7a2e23](https://github.com/teispace/npm-packages/commit/f7a2e2301e1f79d0dc21a88351541f8d34438f00))
|
|
9
|
+
|
|
10
|
+
## [1.6.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.5.2...next-maker-v1.6.0) (2025-12-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add cleanupHttpTypes function to remove unused axios module declaration ([2b53fd7](https://github.com/teispace/npm-packages/commit/2b53fd78bd900d05ca9c23c88116c47b57a85206))
|
|
16
|
+
* add uninstall and cleanup functionalities for HTTP clients and types ([1dae325](https://github.com/teispace/npm-packages/commit/1dae32590d377a1c1ad8f9ec84f05909f442b0de))
|
|
17
|
+
|
|
3
18
|
## [1.5.2](https://github.com/teispace/npm-packages/compare/next-maker-v1.5.1...next-maker-v1.5.2) (2025-12-04)
|
|
4
19
|
|
|
5
20
|
|