@darraghor/nest-backend-libs 2.33.0 → 2.35.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.
Files changed (2) hide show
  1. package/README.md +27 -2
  2. package/package.json +30 -30
package/README.md CHANGED
@@ -1,8 +1,33 @@
1
1
  # nest-backend-libs
2
2
 
3
- A collection of nest modules for building backends faster
3
+ Nest backend libraries is a set of NestJS modules that accelerate product builds with the NestJS framework.
4
4
 
5
- ## Stripe Module
5
+ This is the code that powers the backend for [Miller Start website](https://usemiller.dev) and some other apps I run.
6
+
7
+ You can see how this library is used in a NestJS application on GitHub as [use-miller](https://github.com/darraghoriordan/use-miller).
8
+
9
+ ## Modules used in most applications
10
+
11
+ The library includes the following modules that can be imported into your NestJS application. They are mostly dependant on each other so you should import them all. But they are things that are common to most applications so it makes sense to have them together in this library if you use this stack.
12
+
13
+ - Authorization
14
+ - Auth0 for authentication
15
+ - Configuration
16
+ - Postgres + typeorm
17
+ - SQLite + typeorm
18
+ - health checks
19
+ - invitations
20
+ - logging
21
+ - organisations
22
+ - subscriptions
23
+ - payments (Stripe but should work with any)
24
+ - CLI (e.g. for running stable diffusion)
25
+
26
+ ## Modules with no dependencies
27
+
28
+ - Open API
29
+
30
+ ## Stripe Module Notes
6
31
 
7
32
  A module for integrating stripe into your nest application.
8
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "2.33.0",
3
+ "version": "2.35.0",
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",
@@ -68,23 +68,23 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@nestjs/axios": "3.0.0",
71
- "@nestjs/bull": "10.0.0",
72
- "@nestjs/cache-manager": "2.0.0",
73
- "@nestjs/common": "10.0.2",
71
+ "@nestjs/bull": "10.0.1",
72
+ "@nestjs/cache-manager": "2.0.1",
73
+ "@nestjs/common": "10.0.5",
74
74
  "@nestjs/config": "3.0.0",
75
- "@nestjs/core": "10.0.2",
76
- "@nestjs/microservices": "10.0.2",
75
+ "@nestjs/core": "10.0.5",
76
+ "@nestjs/microservices": "10.0.5",
77
77
  "@nestjs/passport": "10.0.0",
78
- "@nestjs/platform-express": "10.0.2",
79
- "@nestjs/swagger": "7.0.2",
78
+ "@nestjs/platform-express": "10.0.5",
79
+ "@nestjs/swagger": "7.1.1",
80
80
  "@nestjs/terminus": "10.0.1",
81
81
  "@nestjs/typeorm": "10.0.0",
82
82
  "add": "2.0.6",
83
- "auth0": "3.4.0",
83
+ "auth0": "3.5.0",
84
84
  "bull": "4.10.4",
85
85
  "cache-manager": "5.2.3",
86
86
  "cache-manager-redis-yet": "4.1.2",
87
- "chalk": "5.2.0",
87
+ "chalk": "5.3.0",
88
88
  "class-transformer": "0.5.1",
89
89
  "class-validator": "0.14.0",
90
90
  "date-fns": "2.30.0",
@@ -98,52 +98,52 @@
98
98
  "passport-headerapikey": "1.2.2",
99
99
  "passport-jwt": "4.0.1",
100
100
  "pino-http": "8.3.3",
101
- "pino-pretty": "10.0.0",
101
+ "pino-pretty": "10.0.1",
102
102
  "redis": "4.6.7",
103
103
  "reflect-metadata": "0.1.13",
104
104
  "rimraf": "5.0.1",
105
105
  "rxjs": "7.8.1",
106
- "stripe": "12.9.0",
107
- "swagger-ui-express": "4.6.3",
106
+ "stripe": "12.13.0",
107
+ "swagger-ui-express": "5.0.0",
108
108
  "twitter-api-v2": "1.15.0",
109
- "typeorm": "0.3.16"
109
+ "typeorm": "0.3.17"
110
110
  },
111
111
  "devDependencies": {
112
- "@commitlint/cli": "17.6.5",
113
- "@commitlint/config-conventional": "17.6.5",
112
+ "@commitlint/cli": "17.6.6",
113
+ "@commitlint/config-conventional": "17.6.6",
114
114
  "@darraghor/eslint-plugin-nestjs-typed": "3.22.6",
115
- "@nestjs/cli": "10.0.3",
115
+ "@nestjs/cli": "10.1.8",
116
116
  "@nestjs/schematics": "^10.0.1",
117
117
  "@semantic-release/changelog": "6.0.3",
118
118
  "@semantic-release/exec": "6.0.3",
119
119
  "@types/auth0": "3.3.3",
120
120
  "@types/express": "4.17.17",
121
- "@types/jest": "29.5.2",
122
- "@types/node": "18.15.10",
121
+ "@types/jest": "29.5.3",
122
+ "@types/node": "20.4.2",
123
123
  "@types/nodemailer": "6.4.8",
124
- "@types/passport-jwt": "3.0.8",
124
+ "@types/passport-jwt": "3.0.9",
125
125
  "@types/supertest": "2.0.12",
126
126
  "@typescript-eslint/eslint-plugin": "5.60.0",
127
127
  "@typescript-eslint/parser": "5.60.0",
128
128
  "copyfiles": "2.4.1",
129
- "eslint": "8.43.0",
129
+ "eslint": "8.45.0",
130
130
  "eslint-config-prettier": "8.8.0",
131
131
  "eslint-plugin-eslint-comments": "3.2.0",
132
- "eslint-plugin-jest": "27.2.2",
133
- "eslint-plugin-jsdoc": "46.2.6",
132
+ "eslint-plugin-jest": "27.2.3",
133
+ "eslint-plugin-jsdoc": "46.4.3",
134
134
  "eslint-plugin-prefer-arrow": "1.2.3",
135
135
  "eslint-plugin-promise": "6.1.1",
136
136
  "eslint-plugin-sonarjs": "0.19.0",
137
137
  "eslint-plugin-unicorn": "47.0.0",
138
138
  "husky": "8.0.3",
139
- "jest": "29.5.0",
139
+ "jest": "29.6.1",
140
140
  "jest-create-mock-instance": "2.0.0",
141
- "knip": "2.14.1",
142
- "lint-staged": "13.2.2",
143
- "prettier": "2.8.8",
144
- "semantic-release": "21.0.5",
145
- "ts-jest": "29.1.0",
146
- "ts-loader": "9.4.3",
141
+ "knip": "2.15.5",
142
+ "lint-staged": "13.2.3",
143
+ "prettier": "3.0.0",
144
+ "semantic-release": "21.0.7",
145
+ "ts-jest": "29.1.1",
146
+ "ts-loader": "9.4.4",
147
147
  "ts-node": "10.9.1",
148
148
  "tsconfig-paths": "4.2.0",
149
149
  "typescript": "4.9.5"