@mrxsys/mrx-core 2.5.0 → 2.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +33 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,17 @@
1
1
 
2
+ ## v2.5.1
3
+
4
+ [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.5.0...v2.5.1)
5
+
6
+ ### 📦 Build
7
+
8
+ - **📦:** [update dependencies in package.json] ([b029de76](https://github.com/MRX-Systems/MRX-Core/commit/b029de76))
9
+ - **📦:** [update dependencies in package.json and bun.lock] ## Build Changes - Added new dependencies: - `@sinclair/typebox` version `0.34.38` - `elysia` version `1.3.8` - `ioredis` version `5.7.0` - `jose` version `6.0.12` - `knex` version `3.1.0` - `mssql` version `11.0.1` - `nodemailer` version `7.0.5` - Updated `devDependencies` in both `package.json` and `bun.lock`. - Included optional peer dependencies for the newly added packages. ([cb47edf4](https://github.com/MRX-Systems/MRX-Core/commit/cb47edf4))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Ruby <necrelox@proton.me>
14
+
2
15
  ## v2.5.0
3
16
 
4
17
  [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.4.0-canary-20250521-731c6b4...v2.5.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrxsys/mrx-core",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "author": "Ruby",
5
5
  "description": " Core provides a set of tools to help you build a microservice",
6
6
  "type": "module",
@@ -56,24 +56,53 @@
56
56
  "test": "bun test --coverage --timeout 5500"
57
57
  },
58
58
  "devDependencies": {
59
- "@elysiajs/swagger": "^1.3.1",
60
59
  "@eslint/js": "^9.32.0",
60
+ "@sinclair/typebox": "0.34.38",
61
61
  "@stylistic/eslint-plugin": "^5.2.2",
62
62
  "@types/bun": "^1.2.19",
63
63
  "@types/nodemailer": "^6.4.17",
64
+ "elysia": "^1.3.8",
64
65
  "eslint": "^9.32.0",
65
66
  "globals": "^16.3.0",
66
67
  "ioredis": "^5.7.0",
68
+ "jose": "^6.0.12",
69
+ "knex": "^3.1.0",
70
+ "mssql": "^11.0.1",
71
+ "nodemailer": "^7.0.5",
67
72
  "typescript-eslint": "^8.38.0"
68
73
  },
69
74
  "peerDependencies": {
70
75
  "@sinclair/typebox": "0.34.38",
71
- "elysia": "^1.3.7",
76
+ "elysia": "^1.3.8",
77
+ "ioredis": "^5.7.0",
72
78
  "jose": "^6.0.12",
73
79
  "knex": "^3.1.0",
74
80
  "mssql": "^11.0.1",
75
81
  "nodemailer": "^7.0.5",
76
- "typescript": "^5.8.3"
82
+ "typescript": "^5.9.2"
83
+ },
84
+ "peerDependenciesMeta": {
85
+ "@sinclair/typebox": {
86
+ "optional": true
87
+ },
88
+ "elysia": {
89
+ "optional": true
90
+ },
91
+ "ioredis": {
92
+ "optional": true
93
+ },
94
+ "jose": {
95
+ "optional": true
96
+ },
97
+ "knex": {
98
+ "optional": true
99
+ },
100
+ "mssql": {
101
+ "optional": true
102
+ },
103
+ "nodemailer": {
104
+ "optional": true
105
+ }
77
106
  },
78
107
  "changelog": {
79
108
  "types": {