create-better-notify 1.0.0-beta.3 → 1.0.0-beta.4

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # create-better-notify
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/create-better-notify)](https://www.npmjs.com/package/create-better-notify)
4
+ [![npm downloads](https://img.shields.io/npm/dm/create-better-notify)](https://www.npmjs.com/package/create-better-notify)
5
+ [![license](https://img.shields.io/npm/l/create-better-notify)](https://github.com/better-notify/better-notify/blob/main/LICENSE)
6
+
3
7
  Scaffold a [Better Notify](https://github.com/better-notify/better-notify) project with your preferred framework and RPC layer. One command gives you a working server with typed notifications, OpenAPI playground, and email templates ready to go.
4
8
 
5
9
  <p>
@@ -7,18 +7,18 @@
7
7
  "start": "tsx src/server.ts"
8
8
  },
9
9
  "dependencies": {
10
- "@betternotify/core": "1.0.0-beta.6",
11
- "@betternotify/email": "1.0.0-beta.2",
12
- "@betternotify/react-email": "1.0.0-beta.1",
13
- "@betternotify/resend": "1.0.0-beta.2",
14
- "@betternotify/smtp": "1.0.0-beta.1",
15
- "@hono/node-server": "2.0.1",
10
+ "@betternotify/core": "1.0.0-beta.7",
11
+ "@betternotify/email": "1.0.0-beta.3",
12
+ "@betternotify/react-email": "1.0.0-beta.2",
13
+ "@betternotify/resend": "1.0.0-beta.3",
14
+ "@betternotify/smtp": "1.0.0-beta.2",
15
+ "@hono/node-server": "2.0.2",
16
16
  "@orpc/json-schema": "1.14.2",
17
17
  "@orpc/openapi": "1.14.2",
18
18
  "@orpc/server": "1.14.2",
19
19
  "@orpc/zod": "1.14.2",
20
20
  "hono": "4.12.18",
21
- "react": "19.2.5",
21
+ "react": "19.2.6",
22
22
  "react-email": "6.0.8",
23
23
  "zod": "4.4.3"
24
24
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-notify",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "Scaffold a better-notify project with your preferred framework and RPC layer.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "incur": "0.4.5"
23
23
  },
24
24
  "devDependencies": {
25
- "rolldown": "1.0.0",
25
+ "rolldown": "1.0.1",
26
26
  "tsx": "4.21.0",
27
27
  "typescript": "6.0.3",
28
28
  "vitest": "2.1.9",