@amirulabu/create-recurring-rabbit-app 0.2.45 → 0.2.46
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> A production-ready CLI tool that scaffolds an opinionated micro‑SaaS starter with TanStack Start, tRPC, Drizzle, Better-auth, and Tailwind CSS.
|
|
4
4
|
|
|
5
|
-
**Current Version**: v0.2.
|
|
5
|
+
**Current Version**: v0.2.45 | **Status**: ✅ Production Ready - Ready for Public Launch
|
|
6
6
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
package/dist/index.js
CHANGED
|
@@ -95,7 +95,7 @@ async function generatePackageJson(targetDir, config) {
|
|
|
95
95
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
96
96
|
"@typescript-eslint/parser": "^8.0.0",
|
|
97
97
|
"@vitejs/plugin-react": "^4.3.0",
|
|
98
|
-
"@vitest/coverage-v8": "^
|
|
98
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
99
99
|
eslint: "^9.39.2",
|
|
100
100
|
"eslint-plugin-react": "^7.37.0",
|
|
101
101
|
"eslint-plugin-react-hooks": "^5.0.0",
|
package/package.json
CHANGED