equipped 5.1.2 → 5.1.4
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/CHANGELOG.md +9 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [5.1.4](https://github.com/kevinand11/equipped/compare/v5.1.3...v5.1.4) (2025-11-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* confluent kafka version ([8d00144](https://github.com/kevinand11/equipped/commit/8d00144604877d20a1099f40299a5d474da58dd8))
|
|
11
|
+
|
|
12
|
+
### [5.1.3](https://github.com/kevinand11/equipped/compare/v5.1.2...v5.1.3) (2025-11-11)
|
|
13
|
+
|
|
5
14
|
### [5.1.2](https://github.com/kevinand11/equipped/compare/v5.1.1...v5.1.2) (2025-11-11)
|
|
6
15
|
|
|
7
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "equipped",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -140,26 +140,26 @@
|
|
|
140
140
|
"@commitlint/cli": "^19.8.1",
|
|
141
141
|
"@commitlint/config-conventional": "^19.8.1",
|
|
142
142
|
"@k11/configs": "^0.1.1",
|
|
143
|
-
"@types/amqplib": "^0.10.
|
|
143
|
+
"@types/amqplib": "^0.10.8",
|
|
144
144
|
"@types/bcryptjs": "^3.0.0",
|
|
145
145
|
"@types/bull": "^4.10.4",
|
|
146
146
|
"@types/cors": "^2.8.19",
|
|
147
|
-
"@types/express": "^5.0.
|
|
147
|
+
"@types/express": "^5.0.5",
|
|
148
148
|
"@types/express-fileupload": "^1.5.1",
|
|
149
149
|
"@types/jsonwebtoken": "^9.0.10",
|
|
150
150
|
"@types/lodash": "^4.17.20",
|
|
151
|
-
"@types/node": "^24.
|
|
151
|
+
"@types/node": "^24.10.0",
|
|
152
152
|
"@types/pug": "^2.0.10",
|
|
153
153
|
"@types/supertest": "^6.0.3",
|
|
154
|
-
"esbuild-fix-imports-plugin": "^1.0.
|
|
155
|
-
"eslint": "^9.
|
|
154
|
+
"esbuild-fix-imports-plugin": "^1.0.23",
|
|
155
|
+
"eslint": "^9.39.1",
|
|
156
156
|
"husky": "^9.1.7",
|
|
157
157
|
"standard-version": "^9.5.0",
|
|
158
158
|
"tsup": "^8.5.0",
|
|
159
159
|
"typescript": "^5.9.2"
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@confluentinc/kafka-javascript": "
|
|
162
|
+
"@confluentinc/kafka-javascript": "1.4.0",
|
|
163
163
|
"@fastify/cookie": "11.0.2",
|
|
164
164
|
"@fastify/cors": "11.1.0",
|
|
165
165
|
"@fastify/formbody": "8.0.2",
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
"@fastify/multipart": "9.0.3",
|
|
168
168
|
"@fastify/rate-limit": "10.3.0",
|
|
169
169
|
"@fastify/static": "8.2.0",
|
|
170
|
-
"@openapi-contrib/json-schema-to-openapi-schema": "
|
|
171
|
-
"amqp-connection-manager": "4.1.
|
|
172
|
-
"amqplib": "0.10.
|
|
173
|
-
"axios": "1.
|
|
174
|
-
"bcryptjs": "3.0.
|
|
170
|
+
"@openapi-contrib/json-schema-to-openapi-schema": "4.0.2",
|
|
171
|
+
"amqp-connection-manager": "4.1.15",
|
|
172
|
+
"amqplib": "0.10.9",
|
|
173
|
+
"axios": "1.13.2",
|
|
174
|
+
"bcryptjs": "3.0.3",
|
|
175
175
|
"bull": "4.16.5",
|
|
176
176
|
"cookie-parser": "1.4.7",
|
|
177
177
|
"cors": "2.8.5",
|
|
@@ -182,22 +182,22 @@
|
|
|
182
182
|
"fastify": "5.4.0",
|
|
183
183
|
"fastify-slow-down": "2.0.1",
|
|
184
184
|
"helmet": "8.1.0",
|
|
185
|
-
"ioredis": "5.
|
|
185
|
+
"ioredis": "5.8.2",
|
|
186
186
|
"jsonwebtoken": "9.0.2",
|
|
187
187
|
"jwks-rsa": "3.2.0",
|
|
188
188
|
"kafkajs": "2.2.4",
|
|
189
|
-
"mongodb": "
|
|
189
|
+
"mongodb": "6.20.0",
|
|
190
190
|
"music-metadata": "7.14.0",
|
|
191
191
|
"openapi-types": "12.1.3",
|
|
192
192
|
"path-to-regexp": "8.2.0",
|
|
193
|
-
"pino": "9.
|
|
193
|
+
"pino": "9.14.0",
|
|
194
194
|
"pino-http": "10.5.0",
|
|
195
195
|
"qs": "6.14.0",
|
|
196
|
-
"redis": "5.
|
|
196
|
+
"redis": "5.9.0",
|
|
197
197
|
"socket.io": "4.8.1",
|
|
198
198
|
"supertest": "7.1.4",
|
|
199
|
-
"ulid": "
|
|
200
|
-
"valleyed": "
|
|
199
|
+
"ulid": "3.0.1",
|
|
200
|
+
"valleyed": "4.5.17"
|
|
201
201
|
},
|
|
202
202
|
"repository": {
|
|
203
203
|
"url": "git://github.com/kevinand11/equipped.git"
|