@aex.is/zero 0.1.15 → 0.1.16
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/bin/zero-darwin-amd64
CHANGED
|
Binary file
|
package/bin/zero-darwin-arm64
CHANGED
|
Binary file
|
package/bin/zero-linux-amd64
CHANGED
|
Binary file
|
package/bin/zero-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/config/modules.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const modules = [
|
|
2
2
|
{
|
|
3
3
|
id: 'neon',
|
|
4
|
-
label: '
|
|
5
|
-
description: 'Serverless Postgres
|
|
4
|
+
label: 'DB',
|
|
5
|
+
description: 'Serverless Postgres via Neon.',
|
|
6
6
|
connect: {
|
|
7
7
|
label: 'Connect to Neon',
|
|
8
8
|
url: 'https://console.neon.tech/'
|
|
@@ -21,8 +21,8 @@ export const modules = [
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
id: 'clerk',
|
|
24
|
-
label: 'Auth
|
|
25
|
-
description: 'Authentication
|
|
24
|
+
label: 'Auth',
|
|
25
|
+
description: 'Authentication via Clerk.',
|
|
26
26
|
connect: {
|
|
27
27
|
label: 'Connect to Clerk',
|
|
28
28
|
url: 'https://dashboard.clerk.com'
|
|
@@ -46,8 +46,8 @@ export const modules = [
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
id: 'payload',
|
|
49
|
-
label: 'CMS
|
|
50
|
-
description: 'Headless CMS
|
|
49
|
+
label: 'CMS',
|
|
50
|
+
description: 'Headless CMS via Payload.',
|
|
51
51
|
connect: {
|
|
52
52
|
label: 'Generate Payload Secret',
|
|
53
53
|
url: 'https://payloadcms.com/docs'
|
|
@@ -71,8 +71,8 @@ export const modules = [
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
id: 'stripe',
|
|
74
|
-
label: 'Payments
|
|
75
|
-
description: 'Payments via Stripe
|
|
74
|
+
label: 'Payments',
|
|
75
|
+
description: 'Payments via Stripe.',
|
|
76
76
|
connect: {
|
|
77
77
|
label: 'Connect to Stripe',
|
|
78
78
|
url: 'https://dashboard.stripe.com/apikeys'
|