@mrxsys/mrx-core 2.3.5-canary-20250520-f78ef3f → 2.3.5

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 CHANGED
@@ -1,4 +1,17 @@
1
1
 
2
+ ## v2.3.5
3
+
4
+ [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.5-canary-20250520-f78ef3f...v2.3.5)
5
+
6
+ ### 🦉 Chore
7
+
8
+ - **🦉:** V2.3.5-canary-20250520-f78ef3f ([9dcef466](https://github.com/MRX-Systems/MRX-Core/commit/9dcef466))
9
+ - **🦉:** V2.3.5-canary-20250520-f78ef3f ([84e1c9e5](https://github.com/MRX-Systems/MRX-Core/commit/84e1c9e5))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Github-actions <maxime.meriaux@mrxsys.com>
14
+
2
15
  ## v2.3.5-canary-20250520-f78ef3f
3
16
 
4
17
  [compare changes](https://github.com/MRX-Systems/MRX-Core/compare/v2.3.5-canary-20250516-ec25fa6...v2.3.5-canary-20250520-f78ef3f)
@@ -1,2 +1,2 @@
1
- export * from './mssqlEventMap';
2
- export * from './tableEventMap';
1
+ export type * from './mssqlEventMap';
2
+ export type * from './tableEventMap';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './database';
2
2
  export * from './database/enums';
3
- export * from './database/events';
3
+ export type * from './database/events';
4
4
  export type * from './database/types';
5
5
  export * from './elysia';
6
6
  export * from './elysia/enums';
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // @bun
2
- import{a as P}from"./utils/index.js";import"./utils/enums/index.js";import{b as O}from"./chunk-yfegpmwy.js";import"./error/index.js";import{c as M}from"./mailer/index.js";import"./mailer/enums/index.js";import{d as L}from"./chunk-n4jkqchx.js";import"./repository/index.js";import{e as N}from"./store/index.js";import"./database/index.js";import"./database/enums/index.js";import"./database/events/index.js";import{f as k,g as n,h as q,i as w,j as z,k as A,l as B,m as C,n as F,o as I,p as K}from"./elysia/index.js";import"./chunk-kn1300vm.js";import{U as h,V as j}from"./chunk-fktnffnw.js";import{W as g}from"./chunk-ckg4jheb.js";import{X as E,Y as c}from"./chunk-46z9v7pz.js";import{Z as d}from"./chunk-5x3px0nq.js";import{$ as D,_ as u}from"./chunk-2ysjvwgk.js";import"./elysia/enums/index.js";import{aa as v,ba as J}from"./chunk-qmdvezak.js";import"./elysia/schemas/index.js";import{ca as G,da as H}from"./chunk-khjde4tm.js";import"./chunk-mrzhtfav.js";export{P as validateEnv,O as utilKeyError,K as rateLimitPlugin,H as pingResponse200Schema,D as mssqlErrorCode,I as microservicePlugin,c as makeStreamAsyncIterable,L as mailerKeyError,F as jwtPlugin,E as isIsoDateString,G as infoResponse200Schema,J as httpStatusCode,C as errorPlugin,v as elysiaKeyError,w as dynamicDatabaseSelectorPlugin,u as databaseKeyError,B as crudPlugin,z as createResponse200Schema,A as createInsertBodySchema,n as createBaseSearchSchemaWithPagination,k as createBaseSearchSchema,q as advancedSearchPlugin,h as Table,M as SMTP,g as Repository,N as Redis,j as MSSQL,d as CoreError};
2
+ import{a as O}from"./utils/index.js";import"./utils/enums/index.js";import{b as N}from"./chunk-yfegpmwy.js";import"./error/index.js";import{c as L}from"./mailer/index.js";import"./mailer/enums/index.js";import{d as K}from"./chunk-n4jkqchx.js";import"./repository/index.js";import{e as M}from"./store/index.js";import"./database/index.js";import"./database/enums/index.js";import{f as g,g as h,h as j,i as q,j as w,k as z,l as A,m as B,n as C,o as H,p as J}from"./elysia/index.js";import"./chunk-kn1300vm.js";import{U as E,V as c}from"./chunk-fktnffnw.js";import{W as D}from"./chunk-ckg4jheb.js";import{X as u,Y as v}from"./chunk-46z9v7pz.js";import{Z as l}from"./chunk-5x3px0nq.js";import{$ as n,_ as d}from"./chunk-2ysjvwgk.js";import"./elysia/enums/index.js";import{aa as k,ba as I}from"./chunk-qmdvezak.js";import"./elysia/schemas/index.js";import{ca as F,da as G}from"./chunk-khjde4tm.js";import"./chunk-mrzhtfav.js";export{O as validateEnv,N as utilKeyError,J as rateLimitPlugin,G as pingResponse200Schema,n as mssqlErrorCode,H as microservicePlugin,v as makeStreamAsyncIterable,K as mailerKeyError,C as jwtPlugin,u as isIsoDateString,F as infoResponse200Schema,I as httpStatusCode,B as errorPlugin,k as elysiaKeyError,q as dynamicDatabaseSelectorPlugin,d as databaseKeyError,A as crudPlugin,w as createResponse200Schema,z as createInsertBodySchema,h as createBaseSearchSchemaWithPagination,g as createBaseSearchSchema,j as advancedSearchPlugin,E as Table,L as SMTP,D as Repository,M as Redis,c as MSSQL,l as CoreError};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrxsys/mrx-core",
3
- "version": "2.3.5-canary-20250520-f78ef3f",
3
+ "version": "2.3.5",
4
4
  "author": "Ruby",
5
5
  "description": " Core provides a set of tools to help you build a microservice",
6
6
  "type": "module",