create-raredays-app 0.3.0 → 0.3.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/package.json +1 -1
- package/scaffold-fragments/billing/module.json +2 -2
- package/scaffold-fragments/cms/module.json +2 -2
- package/scaffold-fragments/email/module.json +2 -2
- package/scaffold-fragments/i18n/module.json +1 -1
- package/scaffold-fragments/identity/module.json +2 -2
- package/scaffold-fragments/jobs/module.json +1 -1
- package/scaffold-fragments/notifications/module.json +1 -1
- package/scaffold-fragments/organizations/module.json +1 -1
- package/scaffold-fragments/telemetry/module.json +3 -3
- package/templates/client/package.json +3 -3
- package/templates/full-stack/package.json +4 -4
- package/templates/static/package.json +2 -2
package/package.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"label": "Billing (subscriptions + webhooks)",
|
|
4
4
|
"description": "Plan registry, subscription state, webhook handler with idempotency + event-bus fan-out.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/billing": "^0.3.
|
|
6
|
+
"@raredays/billing": "^0.3.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [
|
|
9
9
|
{
|
|
10
10
|
"key": "stripe",
|
|
11
11
|
"label": "Stripe",
|
|
12
12
|
"deps": {
|
|
13
|
-
"@raredays/billing-stripe": "^0.1.
|
|
13
|
+
"@raredays/billing-stripe": "^0.1.2"
|
|
14
14
|
},
|
|
15
15
|
"env": [
|
|
16
16
|
"STRIPE_SECRET_KEY",
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"label": "CMS (headless content + rich text)",
|
|
4
4
|
"description": "Vendor-neutral CMS port. In-memory dev driver for development; swap to Hygraph (or another adapter) for production.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/cms": "^0.2.
|
|
6
|
+
"@raredays/cms": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [
|
|
9
9
|
{
|
|
10
10
|
"key": "hygraph",
|
|
11
11
|
"label": "Hygraph",
|
|
12
12
|
"deps": {
|
|
13
|
-
"@raredays/cms-hygraph": "^0.
|
|
13
|
+
"@raredays/cms-hygraph": "^0.2.1"
|
|
14
14
|
},
|
|
15
15
|
"env": [
|
|
16
16
|
"HYGRAPH_ENDPOINT",
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"label": "Transactional email",
|
|
4
4
|
"description": "Vendor-neutral email port. Console adapter for dev; swap to Resend for production.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/email": "^0.2.
|
|
6
|
+
"@raredays/email": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [
|
|
9
9
|
{
|
|
10
10
|
"key": "resend",
|
|
11
11
|
"label": "Resend",
|
|
12
12
|
"deps": {
|
|
13
|
-
"@raredays/email-resend": "^0.1.
|
|
13
|
+
"@raredays/email-resend": "^0.1.3"
|
|
14
14
|
},
|
|
15
15
|
"env": [
|
|
16
16
|
"RESEND_API_KEY"
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"label": "Identity (auth, sessions, organizations, roles)",
|
|
4
4
|
"description": "Identity port is always wired with an in-memory dev provider. Select a vendor to add the production adapter, env vars, mock handlers, and Next.js auth route stub.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/identity": "^0.1.
|
|
6
|
+
"@raredays/identity": "^0.1.2"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [
|
|
9
9
|
{
|
|
10
10
|
"key": "better-auth",
|
|
11
11
|
"label": "Better Auth (self-hosted)",
|
|
12
12
|
"deps": {
|
|
13
|
-
"@raredays/identity-better-auth": "^0.2.
|
|
13
|
+
"@raredays/identity-better-auth": "^0.2.1",
|
|
14
14
|
"better-auth": "1.6.11"
|
|
15
15
|
},
|
|
16
16
|
"env": [
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"label": "Background jobs (in-process runner)",
|
|
4
4
|
"description": "Type-safe job definitions, retries, idempotency. In-process runner by default; swap to Inngest/Trigger.dev for durable execution.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/jobs": "^0.2.
|
|
6
|
+
"@raredays/jobs": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [],
|
|
9
9
|
"templates": [
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"label": "Notifications (multi-channel send)",
|
|
4
4
|
"description": "Notification definitions, channels (email + in-app), user preferences, dedupe, delivery logging.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/notifications": "^0.2.
|
|
6
|
+
"@raredays/notifications": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [],
|
|
9
9
|
"templates": [
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"label": "Organizations (multi-tenancy)",
|
|
4
4
|
"description": "Domain types + role-based permissions for organizations, memberships, and invitations. Pairs with a postgres provider for storage.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/organizations": "^0.2.
|
|
6
|
+
"@raredays/organizations": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [],
|
|
9
9
|
"templates": [
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"label": "Telemetry (logging, errors, metrics, events)",
|
|
4
4
|
"description": "Vendor-neutral observability port. Console adapters for dev; swap to Sentry + Axiom for production.",
|
|
5
5
|
"deps": {
|
|
6
|
-
"@raredays/telemetry": "^0.2.
|
|
6
|
+
"@raredays/telemetry": "^0.2.1"
|
|
7
7
|
},
|
|
8
8
|
"vendors": [
|
|
9
9
|
{
|
|
10
10
|
"key": "sentry",
|
|
11
11
|
"label": "Sentry (error reporting)",
|
|
12
12
|
"deps": {
|
|
13
|
-
"@raredays/telemetry-sentry": "^0.1
|
|
13
|
+
"@raredays/telemetry-sentry": "^0.2.1"
|
|
14
14
|
},
|
|
15
15
|
"env": [
|
|
16
16
|
"SENTRY_DSN"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"key": "axiom",
|
|
25
25
|
"label": "Axiom (logging)",
|
|
26
26
|
"deps": {
|
|
27
|
-
"@raredays/telemetry-axiom": "^0.1.
|
|
27
|
+
"@raredays/telemetry-axiom": "^0.1.2"
|
|
28
28
|
},
|
|
29
29
|
"env": [
|
|
30
30
|
"AXIOM_TOKEN",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"check": "raredays check && tsc --noEmit"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@raredays/components": "^0.
|
|
30
|
-
"@raredays/core": "^0.
|
|
31
|
-
"@raredays/identity": "^0.1.
|
|
29
|
+
"@raredays/components": "^0.4.0",
|
|
30
|
+
"@raredays/core": "^0.4.0",
|
|
31
|
+
"@raredays/identity": "^0.1.2",
|
|
32
32
|
"@raredays/mocks": "^0.2.0",
|
|
33
33
|
"@raredays/style": "^0.3.0",
|
|
34
34
|
"lucide-react": "1.14.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"check": "raredays check && tsc --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@raredays/components": "^0.
|
|
36
|
-
"@raredays/core": "^0.
|
|
37
|
-
"@raredays/identity": "^0.1.
|
|
35
|
+
"@raredays/components": "^0.4.0",
|
|
36
|
+
"@raredays/core": "^0.4.0",
|
|
37
|
+
"@raredays/identity": "^0.1.2",
|
|
38
38
|
"@raredays/mocks": "^0.2.0",
|
|
39
|
-
"@raredays/postgres": "^0.3.
|
|
39
|
+
"@raredays/postgres": "^0.3.1",
|
|
40
40
|
"@raredays/postgres-neon": "^0.2.1",
|
|
41
41
|
"@raredays/postgres-pglite": "^0.2.1",
|
|
42
42
|
"@raredays/style": "^0.3.0",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"check": "raredays check && tsc --noEmit"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@raredays/components": "^0.
|
|
26
|
-
"@raredays/core": "^0.
|
|
25
|
+
"@raredays/components": "^0.4.0",
|
|
26
|
+
"@raredays/core": "^0.4.0",
|
|
27
27
|
"@raredays/style": "^0.3.0",
|
|
28
28
|
"lucide-react": "1.14.0",
|
|
29
29
|
"next": "16.2.9",
|