@mrxsys/mrx-core 2.3.3-canary-20250514-a17e993 โ†’ 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,96 @@
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
+
49
+ ## v2.3.3
50
+
51
+ [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.3)
52
+
53
+ ### ๐Ÿ”ง Fixes
54
+
55
+ - **๐Ÿ”ง:** [Remove t.ts] ([253a76bd](https://github.com/MRX-Systems/MRX-Core/commit/253a76bd))
56
+
57
+ ### ๐Ÿงน Refactors
58
+
59
+ - **๐Ÿงน:** [remove unused color enum exports] ([9daea580](https://github.com/MRX-Systems/MRX-Core/commit/9daea580))
60
+ - **๐Ÿงน:** [Refactor file structure, export, comments] ([f7e58962](https://github.com/MRX-Systems/MRX-Core/commit/f7e58962))
61
+ - **๐Ÿงน:** [rename package and update metadata] ([a4a081ce](https://github.com/MRX-Systems/MRX-Core/commit/a4a081ce))
62
+
63
+ ### ๐Ÿ“– Documentation
64
+
65
+ - **๐Ÿ“–:** [enhance HTTP status code documentation and structure] ([c6e65b86](https://github.com/MRX-Systems/MRX-Core/commit/c6e65b86))
66
+ - **๐Ÿ“–:** [update WhereClause interface documentation] ([a8a40f58](https://github.com/MRX-Systems/MRX-Core/commit/a8a40f58))
67
+ - **๐Ÿ“–:** [enhance Transaction type documentation] ([bc19f4c8](https://github.com/MRX-Systems/MRX-Core/commit/bc19f4c8))
68
+ - **๐Ÿ“–:** [update async iterable interface documentation] ([f42d90b1](https://github.com/MRX-Systems/MRX-Core/commit/f42d90b1))
69
+ - **๐Ÿ“–:** [improve documentation for QueryOptionsExtendPagination] ([304258f5](https://github.com/MRX-Systems/MRX-Core/commit/304258f5))
70
+ - **๐Ÿ“–:** [clarify throwIfNoResult and transaction properties] ([3fa97eaa](https://github.com/MRX-Systems/MRX-Core/commit/3fa97eaa))
71
+ - **๐Ÿ“–:** [update OrderBy type documentation for clarity] ([4b6366e6](https://github.com/MRX-Systems/MRX-Core/commit/4b6366e6))
72
+ - **๐Ÿ“–:** [add remarks for MssqlEventLog interface clarity] ([84ffca77](https://github.com/MRX-Systems/MRX-Core/commit/84ffca77))
73
+ - **๐Ÿ“–:** [Add detailed documentation for plugins] ([f2019ea8](https://github.com/MRX-Systems/MRX-Core/commit/f2019ea8))
74
+
75
+ ### ๐Ÿ“ฆ Build
76
+
77
+ - **๐Ÿ“ฆ:** [update @types/bun dependency version] ([94db9e9a](https://github.com/MRX-Systems/MRX-Core/commit/94db9e9a))
78
+ - **๐Ÿ“ฆ:** [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))
79
+
80
+ ### ๐ŸŒŠ Types
81
+
82
+ - **๐ŸŒŠ:** [refine advanced search type definitions and examples] ([f1d9a5fb](https://github.com/MRX-Systems/MRX-Core/commit/f1d9a5fb))
83
+
84
+ ### ๐Ÿฆ‰ Chore
85
+
86
+ - **๐Ÿฆ‰:** V2.3.3-canary-20250514-764de87 ([79956e3c](https://github.com/MRX-Systems/MRX-Core/commit/79956e3c))
87
+ - **๐Ÿฆ‰:** V2.3.3-canary-20250514-a17e993 ([e32c5077](https://github.com/MRX-Systems/MRX-Core/commit/e32c5077))
88
+
89
+ ### โค๏ธ Contributors
90
+
91
+ - Github-actions <maxime.meriaux@mrxsys.com>
92
+ - Ruby <necrelox@proton.me>
93
+
2
94
  ## v2.3.3-canary-20250514-a17e993
3
95
 
4
96
  [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.3-canary-20250514-ce5e64c...v2.3.3-canary-20250514-a17e993)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrxsys/mrx-core",
3
- "version": "2.3.3-canary-20250514-a17e993",
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
- "./redis": "./dist/store/index.js",
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",