@mrxsys/mrx-core 2.11.0-1-and-280-20251103 → 2.11.0-1-and-284-20251113

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 (116) hide show
  1. package/dist/{chunk-0d0zd2yg.js → chunk-037vwvd4.js} +2 -2
  2. package/dist/{chunk-jksb9ers.js → chunk-10w8mg8e.js} +1 -1
  3. package/dist/{chunk-afd82epa.js → chunk-1yykvnyz.js} +13 -13
  4. package/dist/{chunk-dre2fgj0.js → chunk-2z8amjqt.js} +1 -1
  5. package/dist/chunk-4t7sy5qt.js +10 -0
  6. package/dist/chunk-642xajvx.js +59 -0
  7. package/dist/chunk-6hs00zfd.js +13 -0
  8. package/dist/chunk-8pw0syzf.js +9 -0
  9. package/dist/{chunk-eeb7yskp.js → chunk-awphtyzp.js} +4 -4
  10. package/dist/{chunk-8tffnbpn.js → chunk-ayyrgqyv.js} +1 -1
  11. package/dist/{chunk-12qzn7jw.js → chunk-dmsev7vs.js} +1 -1
  12. package/dist/{chunk-afyz8rg5.js → chunk-dyntzdyn.js} +10 -9
  13. package/dist/{chunk-gtn1kn0z.js → chunk-hv6g22kf.js} +4 -4
  14. package/dist/chunk-hwfebx4x.js +11 -0
  15. package/dist/{chunk-e30paw8a.js → chunk-j7dyc5ks.js} +5 -5
  16. package/dist/chunk-jz3wd472.js +23 -0
  17. package/dist/{chunk-441xs5k1.js → chunk-pcfjfxbw.js} +6 -6
  18. package/dist/{chunk-fs3wm3p4.js → chunk-r7yr9p57.js} +6 -6
  19. package/dist/{chunk-pjv1ekwr.js → chunk-tg6wsheh.js} +1 -1
  20. package/dist/chunk-y5dtkmnp.js +8 -0
  21. package/dist/chunk-yrt0ffvf.js +9 -0
  22. package/dist/{chunk-p14h6jfs.js → chunk-yxedm2vx.js} +1 -1
  23. package/dist/chunk-zn2nm5gg.js +9 -0
  24. package/dist/{chunk-7t524zqh.js → chunk-zv4ta4fb.js} +3 -3
  25. package/dist/errors/{base-error.d.ts → app-error.d.ts} +2 -1
  26. package/dist/errors/http-error.d.ts +2 -2
  27. package/dist/errors/index.d.ts +2 -1
  28. package/dist/errors/index.js +6 -4
  29. package/dist/errors/internal-error.d.ts +4 -0
  30. package/dist/modules/data/data.d.ts +5 -5
  31. package/dist/modules/data/enums/data-error-keys.d.ts +1 -1
  32. package/dist/modules/data/enums/index.js +1 -1
  33. package/dist/modules/data/index.js +3 -3
  34. package/dist/modules/database/enums/database-error-keys.d.ts +26 -26
  35. package/dist/modules/database/enums/index.js +1 -1
  36. package/dist/modules/database/enums/mssql-error-code.d.ts +23 -23
  37. package/dist/modules/database/index.js +5 -5
  38. package/dist/modules/database/mssql.d.ts +9 -9
  39. package/dist/modules/elysia/cache/cache.d.ts +3 -151
  40. package/dist/modules/elysia/cache/index.js +3 -3
  41. package/dist/modules/elysia/crud/index.js +13 -13
  42. package/dist/modules/elysia/crud/operations/count.d.ts +4 -156
  43. package/dist/modules/elysia/crud/operations/delete.d.ts +4 -156
  44. package/dist/modules/elysia/crud/operations/deleteOne.d.ts +4 -156
  45. package/dist/modules/elysia/crud/operations/find.d.ts +9 -161
  46. package/dist/modules/elysia/crud/operations/findOne.d.ts +9 -161
  47. package/dist/modules/elysia/crud/operations/index.js +10 -10
  48. package/dist/modules/elysia/crud/operations/insert.d.ts +4 -156
  49. package/dist/modules/elysia/crud/operations/update.d.ts +9 -171
  50. package/dist/modules/elysia/crud/operations/updateOne.d.ts +9 -171
  51. package/dist/modules/elysia/crud/utils/index.js +4 -4
  52. package/dist/modules/elysia/db-resolver/db-resolver.d.ts +4 -156
  53. package/dist/modules/elysia/db-resolver/enums/db-resolver-error-keys.d.ts +1 -1
  54. package/dist/modules/elysia/db-resolver/enums/index.js +1 -1
  55. package/dist/modules/elysia/db-resolver/index.js +9 -9
  56. package/dist/modules/elysia/error/enums/error.keys.d.ts +4 -4
  57. package/dist/modules/elysia/error/enums/index.js +1 -1
  58. package/dist/modules/elysia/error/error.d.ts +5 -5
  59. package/dist/modules/elysia/error/index.js +14 -14
  60. package/dist/modules/elysia/microservice/enums/index.js +1 -1
  61. package/dist/modules/elysia/microservice/enums/microservice-success-keys.d.ts +2 -2
  62. package/dist/modules/elysia/microservice/index.js +1 -1
  63. package/dist/modules/elysia/rate-limit/enums/index.js +1 -1
  64. package/dist/modules/elysia/rate-limit/enums/rate-limit-error-keys.d.ts +1 -1
  65. package/dist/modules/elysia/rate-limit/index.js +5 -5
  66. package/dist/modules/elysia/rate-limit/rate-limit.d.ts +3 -292
  67. package/dist/modules/jwt/enums/index.js +2 -2
  68. package/dist/modules/jwt/enums/jwt-error-keys.d.ts +3 -3
  69. package/dist/modules/jwt/enums/parse-human-time-to-seconds-error-keys.d.ts +1 -1
  70. package/dist/modules/jwt/index.js +7 -9
  71. package/dist/modules/jwt/utils/index.js +3 -3
  72. package/dist/modules/jwt/utils/parse-human-time-to-seconds.d.ts +1 -1
  73. package/dist/modules/kv-store/bun-redis/index.js +7 -7
  74. package/dist/modules/kv-store/enums/index.js +1 -1
  75. package/dist/modules/kv-store/enums/kv-store-error-keys.d.ts +3 -3
  76. package/dist/modules/kv-store/ioredis/index.js +7 -7
  77. package/dist/modules/kv-store/memory/index.js +3 -3
  78. package/dist/modules/logger/enums/index.js +1 -1
  79. package/dist/modules/logger/enums/logger-error-keys.d.ts +7 -7
  80. package/dist/modules/logger/events/logger-events.d.ts +4 -4
  81. package/dist/modules/logger/index.js +11 -10
  82. package/dist/modules/logger/logger.d.ts +1 -1
  83. package/dist/modules/logger/sinks/file-logger/enums/file-logger-error-keys.d.ts +1 -1
  84. package/dist/modules/logger/sinks/index.js +4 -4
  85. package/dist/modules/mailer/enums/index.js +1 -1
  86. package/dist/modules/mailer/enums/mailer-error-keys.d.ts +3 -3
  87. package/dist/modules/mailer/index.js +6 -6
  88. package/dist/modules/mailer/smtp.d.ts +4 -4
  89. package/dist/modules/repository/index.js +4 -4
  90. package/dist/modules/repository/repository.d.ts +6 -6
  91. package/dist/modules/singleton-manager/enums/index.js +1 -1
  92. package/dist/modules/singleton-manager/enums/singleton-manager-error-keys.d.ts +2 -2
  93. package/dist/modules/singleton-manager/index.js +3 -3
  94. package/dist/modules/singleton-manager/singleton-manager.d.ts +3 -3
  95. package/dist/modules/totp/enums/index.js +1 -1
  96. package/dist/modules/totp/enums/totp-error-keys.d.ts +5 -5
  97. package/dist/modules/totp/index.js +6 -6
  98. package/dist/modules/totp/otp-auth-uri.d.ts +1 -1
  99. package/dist/modules/totp/utils/base32.d.ts +1 -1
  100. package/dist/modules/totp/utils/generate-secret-bytes.d.ts +1 -1
  101. package/dist/modules/totp/utils/index.js +5 -5
  102. package/dist/shared/utils/env.d.ts +1 -1
  103. package/dist/shared/utils/index.js +3 -3
  104. package/package.json +13 -14
  105. package/dist/chunk-4v86f7gp.js +0 -59
  106. package/dist/chunk-6w9ja96e.js +0 -9
  107. package/dist/chunk-9cgzhc50.js +0 -15
  108. package/dist/chunk-9d3zvgp6.js +0 -9
  109. package/dist/chunk-9r5anep5.js +0 -11
  110. package/dist/chunk-rz5p4j3p.js +0 -13
  111. package/dist/chunk-spnh9dzk.js +0 -10
  112. package/dist/chunk-xhhj1gvj.js +0 -9
  113. package/dist/chunk-z0ct35ft.js +0 -8
  114. package/dist/errors/utils/index.d.ts +0 -1
  115. package/dist/errors/utils/index.js +0 -16
  116. package/dist/errors/utils/is-nowarajs-error.ts.d.ts +0 -4
@@ -1,16 +0,0 @@
1
- // @bun
2
- import {
3
- HttpError
4
- } from "../../chunk-7t524zqh.js";
5
- import"../../chunk-sqts8vyk.js";
6
- import {
7
- BaseError
8
- } from "../../chunk-9cgzhc50.js";
9
-
10
- // source/errors/utils/is-nowarajs-error.ts.ts
11
- var isBaseError = (e) => e instanceof BaseError;
12
- var isHttpError = (e) => e instanceof HttpError;
13
- export {
14
- isHttpError,
15
- isBaseError
16
- };
@@ -1,4 +0,0 @@
1
- import { BaseError } from '../../errors/base-error';
2
- import { HttpError } from '../../errors/http-error';
3
- export declare const isBaseError: (e: unknown) => e is BaseError;
4
- export declare const isHttpError: (e: unknown) => e is HttpError;