diff --git a/CHANGELOG.md b/CHANGELOG.md index 309084c..e6a0d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,16 @@ ## v1.1.1 -[compare changes](https://github.com/fuentesloic/nuxt3-stripe/compare/v1.1.0...v1.1.1) +[compare changes](https://github.com/fuentesloic/nuxt-stripe/compare/v1.1.0...v1.1.1) ### 🩹 Fixes - - Contributors in changelog ([f30914b](https://github.com/fuentesloic/nuxt3-stripe/commit/f30914b)) + - Contributors in changelog ([f30914b](https://github.com/fuentesloic/nuxt-stripe/commit/f30914b)) ### 🏡 Chore - - Package naming as no ownership in @nuxtjs ([81b710d](https://github.com/fuentesloic/nuxt3-stripe/commit/81b710d)) + - Package naming as no ownership in @nuxtjs ([81b710d](https://github.com/fuentesloic/nuxt-stripe/commit/81b710d)) ### ❤️ Contributors @@ -23,34 +23,34 @@ ### 🚀 Enhancements - - Adding typing for server side ([bc6ec38](https://github.com/fuentesloic/nuxt3-stripe/commit/bc6ec38)) - - Adding license ([e267906](https://github.com/fuentesloic/nuxt3-stripe/commit/e267906)) - - Remove locale ([#8](https://github.com/fuentesloic/nuxt3-stripe/pull/8)) - - Client playground UI ([#10](https://github.com/fuentesloic/nuxt3-stripe/pull/10)) + - Adding typing for server side ([bc6ec38](https://github.com/fuentesloic/nuxt-stripe/commit/bc6ec38)) + - Adding license ([e267906](https://github.com/fuentesloic/nuxt-stripe/commit/e267906)) + - Remove locale ([#8](https://github.com/fuentesloic/nuxt-stripe/pull/8)) + - Client playground UI ([#10](https://github.com/fuentesloic/nuxt-stripe/pull/10)) ### 🩹 Fixes - - Add alias via tsConfig paths ([#9](https://github.com/fuentesloic/nuxt3-stripe/pull/9)) + - Add alias via tsConfig paths ([#9](https://github.com/fuentesloic/nuxt-stripe/pull/9)) ### 💅 Refactors - - Use template dst to define the final path ([a1584df](https://github.com/fuentesloic/nuxt3-stripe/commit/a1584df)) + - Use template dst to define the final path ([a1584df](https://github.com/fuentesloic/nuxt-stripe/commit/a1584df)) ### 📖 Documentation - - Update documentation ([1e5c0aa](https://github.com/fuentesloic/nuxt3-stripe/commit/1e5c0aa)) + - Update documentation ([1e5c0aa](https://github.com/fuentesloic/nuxt-stripe/commit/1e5c0aa)) ### 🏡 Chore - - Initial commit ([f1cee19](https://github.com/fuentesloic/nuxt3-stripe/commit/f1cee19)) - - Adding code of conduct ([873d054](https://github.com/fuentesloic/nuxt3-stripe/commit/873d054)) - - Adding runtime transpilationg ([757a586](https://github.com/fuentesloic/nuxt3-stripe/commit/757a586)) - - Updating path and runtime folders ([6d4fa8d](https://github.com/fuentesloic/nuxt3-stripe/commit/6d4fa8d)) - - Fix path of import ([926d239](https://github.com/fuentesloic/nuxt3-stripe/commit/926d239)) - - Clean imports ([bc3a877](https://github.com/fuentesloic/nuxt3-stripe/commit/bc3a877)) - - Cleanup defu ([204483d](https://github.com/fuentesloic/nuxt3-stripe/commit/204483d)) - - Updating type definition with add template ([0c80308](https://github.com/fuentesloic/nuxt3-stripe/commit/0c80308)) - - Update package name ([b93dea5](https://github.com/fuentesloic/nuxt3-stripe/commit/b93dea5)) + - Initial commit ([f1cee19](https://github.com/fuentesloic/nuxt-stripe/commit/f1cee19)) + - Adding code of conduct ([873d054](https://github.com/fuentesloic/nuxt-stripe/commit/873d054)) + - Adding runtime transpilationg ([757a586](https://github.com/fuentesloic/nuxt-stripe/commit/757a586)) + - Updating path and runtime folders ([6d4fa8d](https://github.com/fuentesloic/nuxt-stripe/commit/6d4fa8d)) + - Fix path of import ([926d239](https://github.com/fuentesloic/nuxt-stripe/commit/926d239)) + - Clean imports ([bc3a877](https://github.com/fuentesloic/nuxt-stripe/commit/bc3a877)) + - Cleanup defu ([204483d](https://github.com/fuentesloic/nuxt-stripe/commit/204483d)) + - Updating type definition with add template ([0c80308](https://github.com/fuentesloic/nuxt-stripe/commit/0c80308)) + - Update package name ([b93dea5](https://github.com/fuentesloic/nuxt-stripe/commit/b93dea5)) ### ❤️ Contributors diff --git a/README.md b/README.md index c1bde05..e90c372 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Nuxt module for application using stripe. - [✨  Release Notes](/CHANGELOG.md) -- [🏀 Online playground](https://stackblitz.com/github/fuentesloic/nuxt3-stripe?file=playground%2Fapp.vue) +- [🏀 Online playground](https://stackblitz.com/github/fuentesloic/nuxt-stripe?file=playground%2Fapp.vue) ## Features -This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official `stripe` package for server-side usage and @stripe/stripe-js for the client-side. +This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official [stripe](https://www.npmjs.com/package/stripe) package for server-side usage and [@stripe/stripe-js](https://www.npmjs.com/package/@stripe/stripe-js) for the client-side. ### Server-side usage @@ -51,7 +51,7 @@ Use stripe inside pages or plugins