rapidkit 0.12.9 → 0.13.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # rapidkit
1
+ # RapidKit CLI
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/rapidkit.svg?style=flat-square)](https://www.npmjs.com/package/rapidkit)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/rapidkit.svg?style=flat-square)](https://www.npmjs.com/package/rapidkit)
@@ -185,7 +185,7 @@ npm run dev
185
185
  ## Related Projects
186
186
 
187
187
  - **RapidKit Python** - The core framework (coming soon to PyPI)
188
- - **RapidKit Docs** - https://rapidkit.top
188
+ - **RapidKit Docs** - https://getrapidkit.com
189
189
  - **GitHub**: https://github.com/getrapidkit
190
190
 
191
191
  ## License
@@ -195,10 +195,12 @@ MIT
195
195
  ## Support
196
196
 
197
197
  - 🐛 Report issues: [GitHub Issues](https://github.com/getrapidkit/rapidkit-npm/issues)
198
- - 📚 Docs: https://rapidkit.top
198
+ - 📚 Docs: https://getrapidkit.com
199
199
 
200
200
  ---
201
201
 
202
+ **v0.13.0** - NestJS test coverage boost (75%→90%), demo-kit improvements
203
+
202
204
  **v0.12.4** - Friendly shell activation UX with green headers and robust fallback logic
203
205
 
204
206
  **v0.12.2** - Simplified CLI: `rapidkit init` now handles environment activation automatically
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.12.9",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.12.9",
3
+ "version": "0.13.1",
4
4
  "type": "module",
5
5
  "description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
6
6
  "keywords": [
@@ -100,7 +100,7 @@ curl http://localhost:8000/health
100
100
  ## 📖 Learn More
101
101
 
102
102
  - [NestJS Documentation](https://docs.nestjs.com)
103
- - [RapidKit Documentation](https://rapidkit.top)
103
+ - [RapidKit Documentation](https://getrapidkit.com)
104
104
 
105
105
  ## 📄 License
106
106