appflare 0.2.51 → 0.2.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appflare",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -26,33 +26,78 @@
26
26
  "lint": "tsc --noEmit",
27
27
  "prepublishOnly": "bun run build"
28
28
  },
29
+ "engines": {
30
+ "bun": ">=1.3.9"
31
+ },
29
32
  "peerDependencies": {
33
+ "@better-auth/cli": ">=1.4.21",
34
+ "@hono/standard-validator": ">=0.2.2",
30
35
  "@tanstack/react-query": "^5.90.21",
31
- "react": ">=18"
36
+ "better-auth": "^1.5.5",
37
+ "better-auth-cloudflare": ">=0.2.9",
38
+ "drizzle-kit": ">=0.31.9",
39
+ "drizzle-orm": ">=0.45.1",
40
+ "hono": ">=4.12.0",
41
+ "react": ">=18",
42
+ "typescript": ">=5.8.0",
43
+ "wrangler": ">=4.67.0"
44
+ },
45
+ "peerDependenciesMeta": {
46
+ "@better-auth/cli": {
47
+ "optional": true
48
+ },
49
+ "@hono/standard-validator": {
50
+ "optional": true
51
+ },
52
+ "@tanstack/react-query": {
53
+ "optional": true
54
+ },
55
+ "better-auth": {
56
+ "optional": true
57
+ },
58
+ "better-auth-cloudflare": {
59
+ "optional": true
60
+ },
61
+ "drizzle-kit": {
62
+ "optional": true
63
+ },
64
+ "drizzle-orm": {
65
+ "optional": true
66
+ },
67
+ "hono": {
68
+ "optional": true
69
+ },
70
+ "react": {
71
+ "optional": true
72
+ },
73
+ "typescript": {
74
+ "optional": true
75
+ },
76
+ "wrangler": {
77
+ "optional": true
78
+ }
32
79
  },
33
80
  "devDependencies": {
34
- "@cloudflare/workers-types": "^4.20260219.0",
35
- "@types/react": "^19.2.0",
36
- "@tanstack/react-query": "^5.90.21",
37
- "@types/bun": "^1.3.9",
38
- "@types/node": "^25.3.0",
39
- "npm-check-updates": "^19.4.0",
40
- "tsup": "^8.3.6"
81
+ "@better-auth/cli": "^1.4.21",
82
+ "@cloudflare/workers-types": "^4.20260603.1",
83
+ "@hono/standard-validator": "^0.2.2",
84
+ "@tanstack/react-query": "^5.101.0",
85
+ "@types/bun": "^1.3.14",
86
+ "@types/node": "^25.9.1",
87
+ "@types/react": "^19.2.16",
88
+ "better-auth": "^1.6.14",
89
+ "better-auth-cloudflare": "^0.3.0",
90
+ "drizzle-kit": "^0.31.10",
91
+ "drizzle-orm": "^0.45.2",
92
+ "hono": "^4.12.23",
93
+ "npm-check-updates": "^22.2.1",
94
+ "tsup": "^8.5.1",
95
+ "typescript": "^6.0.3",
96
+ "wrangler": "^4.97.0"
41
97
  },
42
98
  "dependencies": {
43
- "@better-auth/cli": "^1.4.21",
44
- "@hono/standard-validator": "0.2.2",
45
- "better-auth": "^1.5.5",
46
- "better-auth-cloudflare": "0.2.9",
47
- "better-fetch": "1.1.2",
48
- "bun": "1.3.9",
49
- "chokidar": "5.0.0",
50
- "commander": "14.0.3",
51
- "drizzle-kit": "0.31.9",
52
- "drizzle-orm": "0.45.1",
53
- "hono": "4.12.0",
54
- "typescript": "6.0.3",
55
- "wrangler": "4.67.0",
56
- "zod": "4.3.6"
99
+ "chokidar": "^5.0.0",
100
+ "commander": "^14.0.3",
101
+ "zod": "^4.4.3"
57
102
  }
58
103
  }
package/tsconfig.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
3
  "compilerOptions": {
4
- "rootDir": "."
4
+ "rootDir": ".",
5
+ "skipLibCheck": true,
6
+ "types": ["@types/node", "@types/bun"]
5
7
  }
6
8
  }
package/tsup.config.ts CHANGED
@@ -19,7 +19,6 @@ export default defineConfig([
19
19
  "drizzle-kit",
20
20
  "drizzle-orm",
21
21
  "bun",
22
- "better-fetch",
23
22
  "react",
24
23
  "@tanstack/react-query",
25
24
  ],
@@ -48,7 +47,6 @@ export default defineConfig([
48
47
  "drizzle-orm",
49
48
  "chokidar",
50
49
  "bun",
51
- "better-fetch",
52
50
  "@better-auth/cli",
53
51
  "@hono/standard-validator",
54
52
  "react",