@darraghor/nest-backend-libs 3.1.0 → 3.1.1
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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/darraghoriordan/nest-backend-libs"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=20.
|
|
13
|
+
"node": ">=20.11.0"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@nestjs/axios": "3.0.1",
|
|
71
|
-
"@nestjs/bull": "10.0
|
|
71
|
+
"@nestjs/bull": "10.1.0",
|
|
72
72
|
"@nestjs/cache-manager": "2.2.0",
|
|
73
73
|
"@nestjs/common": "10.3.1",
|
|
74
|
-
"@nestjs/config": "3.
|
|
74
|
+
"@nestjs/config": "3.2.0",
|
|
75
75
|
"@nestjs/core": "10.3.1",
|
|
76
76
|
"@nestjs/microservices": "10.3.1",
|
|
77
77
|
"@nestjs/passport": "10.0.3",
|
|
78
78
|
"@nestjs/platform-express": "10.3.1",
|
|
79
|
-
"@nestjs/swagger": "7.
|
|
79
|
+
"@nestjs/swagger": "7.3.0",
|
|
80
80
|
"@nestjs/terminus": "10.2.1",
|
|
81
81
|
"@nestjs/typeorm": "10.0.1",
|
|
82
82
|
"add": "2.0.6",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"reflect-metadata": "0.2.1",
|
|
105
105
|
"rimraf": "5.0.5",
|
|
106
106
|
"rxjs": "7.8.1",
|
|
107
|
-
"stripe": "14.
|
|
107
|
+
"stripe": "14.15.0",
|
|
108
108
|
"swagger-ui-express": "5.0.0",
|
|
109
109
|
"twitter-api-v2": "1.16.0",
|
|
110
110
|
"typeorm": "0.3.20"
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@commitlint/cli": "18.6.0",
|
|
114
114
|
"@commitlint/config-conventional": "18.6.0",
|
|
115
|
-
"@darraghor/eslint-plugin-nestjs-typed": "4.
|
|
115
|
+
"@darraghor/eslint-plugin-nestjs-typed": "4.5.0",
|
|
116
116
|
"@nestjs/cli": "10.3.0",
|
|
117
117
|
"@nestjs/schematics": "^10.1.0",
|
|
118
118
|
"@semantic-release/changelog": "6.0.3",
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"@types/passport-jwt": "4.0.1",
|
|
126
126
|
"@types/supertest": "6.0.2",
|
|
127
127
|
"@types/yargs": "17.0.32",
|
|
128
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
129
|
-
"@typescript-eslint/parser": "6.
|
|
128
|
+
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
129
|
+
"@typescript-eslint/parser": "6.21.0",
|
|
130
130
|
"copyfiles": "2.4.1",
|
|
131
131
|
"eslint": "8.56.0",
|
|
132
132
|
"eslint-config-prettier": "9.1.0",
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
137
137
|
"eslint-plugin-promise": "6.1.1",
|
|
138
138
|
"eslint-plugin-sonarjs": "0.23.0",
|
|
139
|
-
"eslint-plugin-unicorn": "
|
|
139
|
+
"eslint-plugin-unicorn": "51.0.1",
|
|
140
140
|
"husky": "9.0.10",
|
|
141
141
|
"jest": "29.7.0",
|
|
142
142
|
"jest-create-mock-instance": "2.0.0",
|
|
143
|
-
"knip": "4.
|
|
143
|
+
"knip": "4.4.0",
|
|
144
144
|
"lint-staged": "15.2.1",
|
|
145
145
|
"prettier": "3.2.4",
|
|
146
146
|
"semantic-release": "23.0.0",
|