@golevelup/nestjs-stripe
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.5](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-stripe@0.0.4...@golevelup/nestjs-stripe@0.0.5) (2020-05-13) | ||
### Bug Fixes | ||
- **stripe, hasura:** forRootAsync dynamic controllers ([c4d10bf](https://github.com/golevelup/nestjs/commit/c4d10bf)), closes [#148](https://github.com/golevelup/nestjs/issues/148) | ||
## 0.0.1-rc.0 (2020-04-08) | ||
@@ -8,0 +14,0 @@ |
@@ -41,3 +41,2 @@ "use strict"; | ||
imports: [nestjs_discovery_1.DiscoveryModule], | ||
controllers: [stripe_webhook_controller_1.StripeWebhookController], | ||
providers: [ | ||
@@ -117,3 +116,5 @@ { | ||
StripeModule = StripeModule_1 = __decorate([ | ||
common_1.Module({}), | ||
common_1.Module({ | ||
controllers: [stripe_webhook_controller_1.StripeWebhookController], | ||
}), | ||
__param(2, stripe_decorators_1.InjectStripeModuleConfig()), | ||
@@ -120,0 +121,0 @@ __metadata("design:paramtypes", [nestjs_discovery_1.DiscoveryService, |
{ | ||
"name": "@golevelup/nestjs-stripe", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Badass utilities for integrating stripe and NestJS", | ||
@@ -39,5 +39,5 @@ "author": "Jesse Carter <jesse.r.carter@gmail.com>", | ||
"dependencies": { | ||
"@golevelup/nestjs-common": "^1.4.1", | ||
"@golevelup/nestjs-discovery": "^2.3.0", | ||
"@golevelup/nestjs-modules": "^0.4.0" | ||
"@golevelup/nestjs-common": "^1.4.2", | ||
"@golevelup/nestjs-discovery": "^2.3.1", | ||
"@golevelup/nestjs-modules": "^0.4.1" | ||
}, | ||
@@ -61,3 +61,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "29b968399ef7715338c5669a0fc4bbd3b142febb" | ||
"gitHead": "7c05dd13a5c2bf0ab2613290424803280500c1a1" | ||
} |
@@ -127,1 +127,9 @@ # @golevelup/nestjs-stripe | ||
Follow the instructions from the [Stripe Documentation](https://stripe.com/docs/webhooks) for remaining integration steps such as testing your integration with the CLI before you go live and properly configuring the endpoint from the Stripe dashboard so that the correct events are sent to your NestJS app. | ||
## Contribute | ||
Contributions welcome! Read the [contribution guidelines](../../CONTRIBUTING.md) first. | ||
## License | ||
[MIT License](../../LICENSE) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
370
135
37430
36