@mrxsys/mrx-core 2.3.3 โ 2.3.4-canary-20250515-0a404bc
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 +47 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,51 @@
|
|
|
1
1
|
|
|
2
|
+
## v2.3.4-canary-20250515-0a404bc
|
|
3
|
+
|
|
4
|
+
[compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.4-canary-20250515-0a404bc)
|
|
5
|
+
|
|
6
|
+
### ๐ง Fixes
|
|
7
|
+
|
|
8
|
+
- **๐ง:** [Remove t.ts] ([253a76bd](https://github.com/MRX-Systems/MRX-Core/commit/253a76bd))
|
|
9
|
+
|
|
10
|
+
### ๐งน Refactors
|
|
11
|
+
|
|
12
|
+
- **๐งน:** [remove unused color enum exports] ([9daea580](https://github.com/MRX-Systems/MRX-Core/commit/9daea580))
|
|
13
|
+
- **๐งน:** [Refactor file structure, export, comments] ([f7e58962](https://github.com/MRX-Systems/MRX-Core/commit/f7e58962))
|
|
14
|
+
- **๐งน:** [rename package and update metadata] ([a4a081ce](https://github.com/MRX-Systems/MRX-Core/commit/a4a081ce))
|
|
15
|
+
- **๐งน:** [update exports path for store module] ([84d4346a](https://github.com/MRX-Systems/MRX-Core/commit/84d4346a))
|
|
16
|
+
|
|
17
|
+
### ๐ Documentation
|
|
18
|
+
|
|
19
|
+
- **๐:** [enhance HTTP status code documentation and structure] ([c6e65b86](https://github.com/MRX-Systems/MRX-Core/commit/c6e65b86))
|
|
20
|
+
- **๐:** [update WhereClause interface documentation] ([a8a40f58](https://github.com/MRX-Systems/MRX-Core/commit/a8a40f58))
|
|
21
|
+
- **๐:** [enhance Transaction type documentation] ([bc19f4c8](https://github.com/MRX-Systems/MRX-Core/commit/bc19f4c8))
|
|
22
|
+
- **๐:** [update async iterable interface documentation] ([f42d90b1](https://github.com/MRX-Systems/MRX-Core/commit/f42d90b1))
|
|
23
|
+
- **๐:** [improve documentation for QueryOptionsExtendPagination] ([304258f5](https://github.com/MRX-Systems/MRX-Core/commit/304258f5))
|
|
24
|
+
- **๐:** [clarify throwIfNoResult and transaction properties] ([3fa97eaa](https://github.com/MRX-Systems/MRX-Core/commit/3fa97eaa))
|
|
25
|
+
- **๐:** [update OrderBy type documentation for clarity] ([4b6366e6](https://github.com/MRX-Systems/MRX-Core/commit/4b6366e6))
|
|
26
|
+
- **๐:** [add remarks for MssqlEventLog interface clarity] ([84ffca77](https://github.com/MRX-Systems/MRX-Core/commit/84ffca77))
|
|
27
|
+
- **๐:** [Add detailed documentation for plugins] ([f2019ea8](https://github.com/MRX-Systems/MRX-Core/commit/f2019ea8))
|
|
28
|
+
|
|
29
|
+
### ๐ฆ Build
|
|
30
|
+
|
|
31
|
+
- **๐ฆ:** [update @types/bun dependency version] ([94db9e9a](https://github.com/MRX-Systems/MRX-Core/commit/94db9e9a))
|
|
32
|
+
- **๐ฆ:** [update docs script in package.json] ## Refactoring - Updated the "docs" script in package.json to include the tsconfig file. ([6727b000](https://github.com/MRX-Systems/MRX-Core/commit/6727b000))
|
|
33
|
+
|
|
34
|
+
### ๐ Types
|
|
35
|
+
|
|
36
|
+
- **๐:** [refine advanced search type definitions and examples] ([f1d9a5fb](https://github.com/MRX-Systems/MRX-Core/commit/f1d9a5fb))
|
|
37
|
+
|
|
38
|
+
### ๐ฆ Chore
|
|
39
|
+
|
|
40
|
+
- **๐ฆ:** V2.3.3-canary-20250514-764de87 ([79956e3c](https://github.com/MRX-Systems/MRX-Core/commit/79956e3c))
|
|
41
|
+
- **๐ฆ:** V2.3.3-canary-20250514-a17e993 ([e32c5077](https://github.com/MRX-Systems/MRX-Core/commit/e32c5077))
|
|
42
|
+
- **๐ฆ:** V2.3.3 ([a76f6879](https://github.com/MRX-Systems/MRX-Core/commit/a76f6879))
|
|
43
|
+
|
|
44
|
+
### โค๏ธ Contributors
|
|
45
|
+
|
|
46
|
+
- Ruby <necrelox@proton.me>
|
|
47
|
+
- Github-actions <maxime.meriaux@mrxsys.com>
|
|
48
|
+
|
|
2
49
|
## v2.3.3
|
|
3
50
|
|
|
4
51
|
[compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.3)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrxsys/mrx-core",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4-canary-20250515-0a404bc",
|
|
4
4
|
"author": "Ruby",
|
|
5
5
|
"description": " Core provides a set of tools to help you build a microservice",
|
|
6
6
|
"type": "module",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"./database/types": "./dist/database/types/index.js",
|
|
59
59
|
"./repository": "./dist/repository/index.js",
|
|
60
60
|
"./repository/types": "./dist/repository/types/index.js",
|
|
61
|
-
"./
|
|
61
|
+
"./store": "./dist/store/index.js",
|
|
62
62
|
"./utils": "./dist/utils/index.js",
|
|
63
63
|
"./utils/enums": "./dist/utils/enums/index.js",
|
|
64
64
|
"./utils/types": "./dist/utils/types/index.js",
|