wabe 0.5.4 → 0.5.6
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 +2 -2
- package/dist/argon2.linux-x64-gnu-mv01cvnq.node +0 -0
- package/dist/argon2.linux-x64-musl-aaw3xv61.node +0 -0
- package/dist/index.d.ts +481 -298
- package/dist/index.js +26875 -42161
- package/generated/schema.graphql +258 -0
- package/generated/wabe.ts +1167 -1034
- package/package.json +4 -7
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://wabe.dev"><img src="https://www.wabe.dev/logo.
|
|
2
|
+
<a href="https://wabe.dev"><img src="https://www.wabe.dev/logo.webp" alt="Wabe logo" height=170></a>
|
|
3
3
|
</p>
|
|
4
4
|
<h1 align="center">Wabe</h1>
|
|
5
5
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## What is Wabe?
|
|
11
11
|
|
|
12
|
-
Wabe is an open-source backend that allows you to create your own fully customizable backend in just a few minutes. It handles database access, automatic GraphQL API generation, authentication with various methods (classic or OAuth), permissions, security, and more for you.
|
|
12
|
+
Wabe is an open-source backend that allows you to create your own fully customizable backend in just a few minutes. It handles database access, automatic GraphQL API generation, authentication with various methods (classic or OAuth), permissions, security, payment, emails, and more for you.
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
Binary file
|
|
Binary file
|