create-better-t-stack 2.46.0-canary.94b70bca → 2.46.0-canary.c8dd04fa

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 { createBtsCli } from "./src-DIcX7b9o.js";
2
+ import { createBtsCli } from "./src-lN80CwOs.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 { builder, createBtsCli, docs, init, router, sponsors } from "./src-DIcX7b9o.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-lN80CwOs.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -121,7 +121,7 @@ const dependencyVersionMap = {
121
121
  "@trpc/tanstack-react-query": "^11.5.0",
122
122
  "@trpc/server": "^11.5.0",
123
123
  "@trpc/client": "^11.5.0",
124
- convex: "^1.27.0",
124
+ convex: "^1.25.4",
125
125
  "@convex-dev/react-query": "^0.0.0-alpha.8",
126
126
  "convex-svelte": "^0.0.11",
127
127
  "convex-nuxt": "0.1.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.46.0-canary.94b70bca",
3
+ "version": "2.46.0-canary.c8dd04fa",
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",