@navservice/assinatura 1.54.0 → 1.55.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.
|
@@ -2,4 +2,5 @@ export { CheckoutStripe } from "./componentes/checkout/Stripe";
|
|
|
2
2
|
export { CheckoutAssinaturaStripe } from "./componentes/checkout/CheckoutAssinaturaStripe";
|
|
3
3
|
export { default as TypesAssinatura } from "../../shared/types";
|
|
4
4
|
export { contexto_assinatura } from "./contexto/contexto_assinatura";
|
|
5
|
+
export { contexto_creditos } from "./contexto/contexto_creditos";
|
|
5
6
|
export { VisualizarCreditos } from "./componentes/geral/VisualizarCreditos";
|
package/build/es/index.js
CHANGED
|
@@ -19793,4 +19793,4 @@ function VisualizarCreditos({ label = "Créditos" }) {
|
|
|
19793
19793
|
]
|
|
19794
19794
|
});
|
|
19795
19795
|
}
|
|
19796
|
-
export { CheckoutAssinaturaStripe, CheckoutStripe, shared_types as TypesAssinatura, VisualizarCreditos, contexto_assinatura };
|
|
19796
|
+
export { CheckoutAssinaturaStripe, CheckoutStripe, shared_types as TypesAssinatura, VisualizarCreditos, contexto_assinatura, contexto_creditos };
|