equipped 5.1.3 → 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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
|
|
5
12
|
### [5.1.3](https://github.com/kevinand11/equipped/compare/v5.1.2...v5.1.3) (2025-11-11)
|
|
6
13
|
|
|
7
14
|
### [5.1.2](https://github.com/kevinand11/equipped/compare/v5.1.1...v5.1.2) (2025-11-11)
|
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",
|
|
@@ -159,7 +159,7 @@
|
|
|
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",
|
|
@@ -186,7 +186,7 @@
|
|
|
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",
|