@nexo-labs/payload-stripe-inventory 1.6.1
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 +24 -0
- package/dist/index-lWjbVzU5.d.mts +2282 -0
- package/dist/index-lWjbVzU5.d.mts.map +1 -0
- package/dist/index.d.mts +123 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +3 -0
- package/dist/server/index.d.mts +24589 -0
- package/dist/server/index.d.mts.map +1 -0
- package/dist/server/index.mjs +1031 -0
- package/dist/server/index.mjs.map +1 -0
- package/dist/src-BmlQoR4x.mjs +193 -0
- package/dist/src-BmlQoR4x.mjs.map +1 -0
- package/package.json +63 -0
package/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Payload Stripe Inventory
|
|
2
|
+
|
|
3
|
+
Sistema de inventario y suscripciones con Stripe para Payload CMS, integrado con el sistema de control de acceso.
|
|
4
|
+
|
|
5
|
+
## Características
|
|
6
|
+
|
|
7
|
+
- Integración con Stripe para pagos y suscripciones
|
|
8
|
+
- Gestión de inventario para productos digitales y físicos
|
|
9
|
+
- Sincronización automática de permisos basada en suscripciones
|
|
10
|
+
- Compatible con el paquete payload-access-control
|
|
11
|
+
|
|
12
|
+
## Instalación
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install payload-stripe-inventory
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Uso
|
|
19
|
+
|
|
20
|
+
Por implementar.
|
|
21
|
+
|
|
22
|
+
## Licencia
|
|
23
|
+
|
|
24
|
+
MIT
|