@ramonclaudio/create-vexpo 0.1.1 → 0.1.2

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/index.js CHANGED
@@ -11,7 +11,7 @@ import prompts from 'prompts';
11
11
 
12
12
  // package.json
13
13
  var package_default = {
14
- version: "0.1.1"};
14
+ version: "0.1.2"};
15
15
 
16
16
  // src/index.ts
17
17
  var here = dirname(fileURLToPath(import.meta.url));
@@ -155,4 +155,4 @@ Every `expo-*` package tracks the same SDK 56 release. Mismatched versions cause
155
155
 
156
156
  `@convex-dev/better-auth@0.12.0` is the minimum compatible with `better-auth@1.6.x` (peer-dep range is `>=1.6.9 <1.7.0`). Earlier versions peer-dep `better-auth <1.6.0` and reject the `mode` field newer better-auth adds to adapter queries, breaking signup. The template pins `better-auth@1.6.16` + `@convex-dev/better-auth@0.12.3`.
157
157
 
158
- `convex` holds at 1.40.0 for now: 1.41.0 adds a `transactionLimits` options param to `runMutation` that `@convex-dev/resend@0.2.4`'s ctx types reject, which breaks the `convex/http.ts` typecheck. The `^1.40.0` range picks 1.41 up automatically once resend widens its types.
158
+ `convex` is pinned `~1.40.0` for now: 1.41.0 adds a `transactionLimits` options param to `runMutation` that `@convex-dev/resend@0.2.4`'s ctx types reject, which breaks the `convex/http.ts` typecheck. Widen the range back to `^1.40.0` once resend's types accept 1.41.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vexpo",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": true,
5
5
  "main": "expo-router/entry",
6
6
  "scripts": {
@@ -53,7 +53,7 @@
53
53
  "@expo/ui": "~56.0.16",
54
54
  "better-auth": "1.6.16",
55
55
  "cbor-x": "^1.6.4",
56
- "convex": "^1.40.0",
56
+ "convex": "~1.40.0",
57
57
  "convex-helpers": "^0.1.118",
58
58
  "expo": "~56.0.9",
59
59
  "expo-apple-authentication": "~56.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramonclaudio/create-vexpo",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Scaffold a new vexpo project. Expo SDK 56 + Convex + Better Auth + Resend, wired for iOS, real auth, real push, real OTA, real App Store submission.",
5
5
  "keywords": [
6
6
  "better-auth",