@darraghor/nest-backend-libs 2.40.0 → 2.40.2
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/dist/authorization/config/AuthConfigurationService.js.map +1 -1
- package/dist/authorization/guards/ClaimsAuthorisationGuard.js.map +1 -1
- package/dist/authorization/isOwnerOrThrow.js.map +1 -1
- package/dist/authorization/services/UserValidation.service.js.map +1 -1
- package/dist/authorization/strategies/apikeystrategy.js.map +1 -1
- package/dist/authorization/strategies/authzstrategy.js.map +1 -1
- package/dist/authzclient/authz.service.js.map +1 -1
- package/dist/configuration/ValidatedConfigurationService.js.map +1 -1
- package/dist/database-postgres/PostgresTypeOrmConfigurationProvider.js.map +1 -1
- package/dist/invitations/invitation.service.js.map +1 -1
- package/dist/organisation/organisation.service.js.map +1 -1
- package/dist/organisation-memberships/organisation-memberships.service.js.map +1 -1
- package/dist/organisation-subscriptions/organisation-subscriptions.service.js.map +1 -1
- package/dist/payment-sessions/payment-session.service.js.map +1 -1
- package/dist/root-app/SwaggerGen.js.map +1 -1
- package/dist/root-app/core-app.module.js.map +1 -1
- package/dist/root-app/notfound.interceptor.js.map +1 -1
- package/dist/smtp-email-client/EmailTransporterProvider.js +1 -1
- package/dist/smtp-email-client/EmailTransporterProvider.js.map +1 -1
- package/dist/smtp-email-client/email-client.service.js.map +1 -1
- package/dist/smtp-email-client/smtp-email-handler.js.map +1 -1
- package/dist/stripe-client/StripeClientProvider.d.ts +223 -0
- package/dist/stripe-client/services/auth-stripe-checkout.service.js.map +1 -1
- package/dist/stripe-client/services/queued-payment-event.handler.d.ts +223 -0
- package/dist/stripe-client/services/queued-payment-event.handler.js.map +1 -1
- package/dist/stripe-client/services/stripe-checkout.service.d.ts +223 -0
- package/dist/stripe-client/services/stripe-checkout.service.js.map +1 -1
- package/dist/stripe-client/services/stripe-webhook-handler.service.d.ts +223 -0
- package/dist/stripe-client/services/stripe-webhook-handler.service.js.map +1 -1
- package/dist/stripe-client/services/subscriptionRecord.mapper.d.ts +223 -0
- package/dist/stripe-client/services/subscriptionRecord.mapper.js.map +1 -1
- package/dist/user/user.controller.js.map +1 -1
- package/dist/user/user.service.js.map +1 -1
- package/dist/user-api-key/user-apikey.service.js.map +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "2.40.
|
|
3
|
+
"version": "2.40.2",
|
|
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",
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
"@nestjs/terminus": "10.1.1",
|
|
81
81
|
"@nestjs/typeorm": "10.0.0",
|
|
82
82
|
"add": "2.0.6",
|
|
83
|
-
"auth0": "4.0
|
|
84
|
-
"axios": "1.
|
|
83
|
+
"auth0": "4.1.0",
|
|
84
|
+
"axios": "1.6.0",
|
|
85
85
|
"bull": "4.11.3",
|
|
86
|
-
"cache-manager": "5.
|
|
86
|
+
"cache-manager": "5.3.1",
|
|
87
87
|
"cache-manager-redis-yet": "4.1.2",
|
|
88
88
|
"chalk": "5.3.0",
|
|
89
89
|
"class-transformer": "0.5.1",
|
|
90
90
|
"class-validator": "0.14.0",
|
|
91
91
|
"date-fns": "2.30.0",
|
|
92
92
|
"dotenv": "16.3.1",
|
|
93
|
-
"helmet": "7.
|
|
93
|
+
"helmet": "7.1.0",
|
|
94
94
|
"jwks-rsa": "3.1.0",
|
|
95
95
|
"nanoid": "5.0.1",
|
|
96
96
|
"nestjs-pino": "3.5.0",
|
|
@@ -104,16 +104,16 @@
|
|
|
104
104
|
"reflect-metadata": "0.1.13",
|
|
105
105
|
"rimraf": "5.0.5",
|
|
106
106
|
"rxjs": "7.8.1",
|
|
107
|
-
"stripe": "13.
|
|
107
|
+
"stripe": "13.11.0",
|
|
108
108
|
"swagger-ui-express": "5.0.0",
|
|
109
109
|
"twitter-api-v2": "1.15.2",
|
|
110
110
|
"typeorm": "0.3.17"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@commitlint/cli": "17.
|
|
114
|
-
"@commitlint/config-conventional": "17.
|
|
115
|
-
"@darraghor/eslint-plugin-nestjs-typed": "4.
|
|
116
|
-
"@nestjs/cli": "10.1
|
|
113
|
+
"@commitlint/cli": "17.8.1",
|
|
114
|
+
"@commitlint/config-conventional": "17.8.1",
|
|
115
|
+
"@darraghor/eslint-plugin-nestjs-typed": "4.3.3",
|
|
116
|
+
"@nestjs/cli": "10.2.1",
|
|
117
117
|
"@nestjs/schematics": "^10.0.2",
|
|
118
118
|
"@semantic-release/changelog": "6.0.3",
|
|
119
119
|
"@semantic-release/exec": "6.0.3",
|
|
@@ -124,30 +124,30 @@
|
|
|
124
124
|
"@types/nodemailer": "6.4.11",
|
|
125
125
|
"@types/passport-jwt": "3.0.10",
|
|
126
126
|
"@types/supertest": "2.0.14",
|
|
127
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
128
|
-
"@typescript-eslint/parser": "6.
|
|
127
|
+
"@typescript-eslint/eslint-plugin": "6.12.0",
|
|
128
|
+
"@typescript-eslint/parser": "6.12.0",
|
|
129
129
|
"copyfiles": "2.4.1",
|
|
130
|
-
"eslint": "8.
|
|
130
|
+
"eslint": "8.54.0",
|
|
131
131
|
"eslint-config-prettier": "9.0.0",
|
|
132
132
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
133
|
-
"eslint-plugin-jest": "27.
|
|
134
|
-
"eslint-plugin-jsdoc": "46.
|
|
133
|
+
"eslint-plugin-jest": "27.6.0",
|
|
134
|
+
"eslint-plugin-jsdoc": "46.9.0",
|
|
135
135
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
136
136
|
"eslint-plugin-promise": "6.1.1",
|
|
137
|
-
"eslint-plugin-sonarjs": "0.
|
|
137
|
+
"eslint-plugin-sonarjs": "0.23.0",
|
|
138
138
|
"eslint-plugin-unicorn": "48.0.1",
|
|
139
139
|
"husky": "8.0.3",
|
|
140
140
|
"jest": "29.7.0",
|
|
141
141
|
"jest-create-mock-instance": "2.0.0",
|
|
142
|
-
"knip": "2.
|
|
142
|
+
"knip": "2.43.0",
|
|
143
143
|
"lint-staged": "14.0.1",
|
|
144
|
-
"prettier": "3.0
|
|
144
|
+
"prettier": "3.1.0",
|
|
145
145
|
"semantic-release": "22.0.5",
|
|
146
146
|
"ts-jest": "29.1.1",
|
|
147
147
|
"ts-loader": "9.5.0",
|
|
148
148
|
"ts-node": "10.9.1",
|
|
149
149
|
"tsconfig-paths": "4.2.0",
|
|
150
|
-
"typescript": "5.
|
|
150
|
+
"typescript": "5.3.2"
|
|
151
151
|
},
|
|
152
152
|
"lint-staged": {
|
|
153
153
|
"*.ts": "eslint --cache --fix",
|