@dotted-labs/ngx-supabase-stripe 0.2.4 → 0.3.0
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 +10 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
# ngx-supabase-stripe
|
|
1
|
+
# ngx-supabase-stripe
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-stripe)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
An Angular
|
|
6
|
+
An Angular library for integrating Supabase and Stripe into your applications, providing ready-to-use components and Supabase Edge Functions that simplify the implementation of payments and subscriptions.
|
|
7
7
|
|
|
8
|
-
##
|
|
8
|
+
## Projects
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
| Project | Description |
|
|
11
|
+
|---|---|
|
|
12
|
+
| [`projects/ngx-supabase-stripe`](./projects/ngx-supabase-stripe) | Angular library with components, stores and services |
|
|
13
|
+
| [`projects/supabase`](./projects/supabase) | Supabase project with Edge Functions and configuration |
|
|
12
14
|
|
|
13
|
-
## Supabase-stripe-core
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
## Quick Start
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
A library for integrating Supabase and Stripe into your Angular applications, providing ready-to-use components that simplify the implementation of payments and subscriptions.
|
|
18
|
+
See the full setup guide in [`projects/ngx-supabase-stripe/README.md`](./projects/ngx-supabase-stripe/README.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotted-labs/ngx-supabase-stripe",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "An Angular library for integrating Supabase and Stripe into your applications, providing ready-to-use components that simplify the implementation of payments and subscriptions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|