@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.
Files changed (2) hide show
  1. package/README.md +10 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,18 @@
1
- # ngx-supabase-stripe: Angular library for integrating Supabase and Stripe
1
+ # ngx-supabase-stripe
2
2
 
3
- [![npm version](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-auth.svg)](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-auth)
3
+ [![npm version](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-stripe.svg)](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-stripe)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- An Angular proyect for integrating Supabase and Stripe into your applications, providing ready-to-use components that simplify the implementation of payments and subscriptions.
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
- ## Proyects
8
+ ## Projects
9
9
 
10
- - [supabase-stripe-core](./projects/supabase-stripe-core)
11
- - [supabase-stripe-angular](./projects/supabase-stripe-angular)
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
- A library for integrating Supabase and Stripe into your applications, providing ready-to-use components that simplify the implementation of payments and subscriptions.
16
+ ## Quick Start
16
17
 
17
- ## Supabase-stripe-angular
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.2.4",
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",