create-better-t-stack 3.4.0 → 3.4.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/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as createBtsCli } from "./src-oHcpd_LW.js";
2
+ import { n as createBtsCli } from "./src-_EdtPnBT.js";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-oHcpd_LW.js";
2
+ import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-_EdtPnBT.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -977,7 +977,7 @@ async function getFrontendChoice(frontendOptions, backend, auth) {
977
977
  {
978
978
  value: "native-uniwind",
979
979
  label: "Uniwind",
980
- hint: "Use Tailwind CSS for React Native"
980
+ hint: "Fastest Tailwind bindings for React Native with HeroUI Native"
981
981
  },
982
982
  {
983
983
  value: "native-unistyles",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",