@darraghor/nest-backend-libs 2.36.2 → 2.36.3

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.
@@ -3,7 +3,7 @@ import { StripeClientConfigurationService } from "./StripeClientConfigurationSer
3
3
  export const StripeClientProvider = {
4
4
  provide: "StripeClient",
5
5
  useFactory: (config) => {
6
- const apiVersion = "2022-11-15";
6
+ const apiVersion = "2023-08-16";
7
7
  const appInfo = {
8
8
  name: "NestBackendLibs",
9
9
  url: "https://github.com/darraghoriordan/nest-backend-libs", // Optional
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "2.36.2",
3
+ "version": "2.36.3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Some helpers for personal projects in nestjs",
6
6
  "homepage": "https://github.com/darraghoriordan/nest-backend-libs",
@@ -103,7 +103,7 @@
103
103
  "reflect-metadata": "0.1.13",
104
104
  "rimraf": "5.0.1",
105
105
  "rxjs": "7.8.1",
106
- "stripe": "12.18.0",
106
+ "stripe": "13.4.0",
107
107
  "swagger-ui-express": "5.0.0",
108
108
  "twitter-api-v2": "1.15.1",
109
109
  "typeorm": "0.3.17"
@@ -139,7 +139,7 @@
139
139
  "jest": "29.6.2",
140
140
  "jest-create-mock-instance": "2.0.0",
141
141
  "knip": "2.19.5",
142
- "lint-staged": "13.2.3",
142
+ "lint-staged": "14.0.1",
143
143
  "prettier": "3.0.2",
144
144
  "semantic-release": "21.0.7",
145
145
  "ts-jest": "29.1.1",