apeframework 0.0.0-dev.21 → 0.0.0-dev.23

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 (212) hide show
  1. package/{cipher → dist/cipher}/Cipher.d.ts +1 -1
  2. package/{cipher → dist/cipher}/Cipher.js +6 -6
  3. package/{cipher → dist/cipher}/errors/DecryptError.d.ts +1 -1
  4. package/{cipher → dist/cipher}/errors/DecryptError.js +1 -1
  5. package/{jwt → dist/cipher}/errors/SecretLengthError.d.ts +1 -1
  6. package/{cipher → dist/cipher}/errors/SecretLengthError.js +1 -1
  7. package/{cipher → dist/cipher}/validateSecretLength.d.ts +1 -1
  8. package/{cipher → dist/cipher}/validateSecretLength.js +2 -2
  9. package/{cli → dist/cli}/Command.d.ts +1 -1
  10. package/{cli → dist/cli}/getArgs.d.ts +1 -1
  11. package/{cli → dist/cli}/getArgs.js +1 -1
  12. package/{cli → dist/cli}/parseArgs.d.ts +1 -1
  13. package/{config → dist/config}/Properties.d.ts +1 -1
  14. package/{config → dist/config}/errors/FileReadError.d.ts +1 -1
  15. package/{config → dist/config}/errors/FileReadError.js +1 -1
  16. package/{config → dist/config}/errors/PropertyNameError.d.ts +1 -1
  17. package/{config → dist/config}/errors/PropertyNameError.js +1 -1
  18. package/{config → dist/config}/errors/PropertyParseError.d.ts +1 -1
  19. package/{config → dist/config}/errors/PropertyParseError.js +1 -1
  20. package/{config → dist/config}/getConfig.d.ts +4 -4
  21. package/{config → dist/config}/getConfig.js +4 -4
  22. package/{config → dist/config}/parseProperty.d.ts +1 -1
  23. package/{config → dist/config}/parseProperty.js +1 -1
  24. package/{config → dist/config}/readFile.js +1 -1
  25. package/{config → dist/config}/validatePropertyName.js +1 -1
  26. package/{env → dist/env}/errors/FileReadError.d.ts +1 -1
  27. package/{tls → dist/env}/errors/FileReadError.js +1 -1
  28. package/{env → dist/env}/getEnv.d.ts +1 -1
  29. package/{env → dist/env}/getEnv.js +1 -1
  30. package/{env → dist/env}/readFile.d.ts +1 -1
  31. package/{env → dist/env}/readFile.js +1 -1
  32. package/{jwt → dist/jwt}/Jwt.d.ts +2 -2
  33. package/{jwt → dist/jwt}/Jwt.js +1 -1
  34. package/{cipher → dist/jwt}/errors/SecretLengthError.d.ts +1 -1
  35. package/{jwt → dist/jwt}/errors/SecretLengthError.js +1 -1
  36. package/{jwt → dist/jwt}/validateSecretLength.d.ts +1 -1
  37. package/{jwt → dist/jwt}/validateSecretLength.js +2 -2
  38. package/{logger → dist/logger}/adapters/file/FileLogger.d.ts +2 -2
  39. package/{logger → dist/logger}/adapters/file/FileLogger.js +4 -4
  40. package/{logger → dist/logger}/adapters/file/errors/FileInitError.d.ts +1 -1
  41. package/{logger → dist/logger}/adapters/file/errors/FileInitError.js +1 -1
  42. package/{logger → dist/logger}/adapters/file/initFile.js +1 -1
  43. package/{logger → dist/logger}/adapters/noop/NoopLogger.d.ts +1 -1
  44. package/{logger → dist/logger}/adapters/noop/NoopLogger.js +1 -1
  45. package/{logger → dist/logger}/adapters/stdio/StdioLogger.d.ts +2 -2
  46. package/{logger → dist/logger}/adapters/stdio/StdioLogger.js +3 -3
  47. package/{mailer → dist/mailer}/Event.d.ts +2 -2
  48. package/{mailer → dist/mailer}/Mail.d.ts +4 -4
  49. package/{mailer → dist/mailer}/Mailer.d.ts +1 -1
  50. package/{mailer → dist/mailer}/Mailer.js +5 -5
  51. package/{mailer → dist/mailer}/adapters/noop/NoopMailer.d.ts +2 -2
  52. package/{mailer → dist/mailer}/adapters/noop/NoopMailer.js +1 -1
  53. package/{mailer → dist/mailer}/adapters/smtp/SmtpMailer.d.ts +3 -3
  54. package/{mailer → dist/mailer}/adapters/smtp/SmtpMailer.js +6 -6
  55. package/{mailer → dist/mailer}/adapters/smtp/getAddress.d.ts +1 -1
  56. package/{mailer → dist/mailer}/adapters/smtp/getAddresses.d.ts +1 -1
  57. package/{mailer → dist/mailer}/adapters/smtp/getAddresses.js +1 -1
  58. package/{mailer → dist/mailer}/adapters/smtp/getAttachments.d.ts +1 -1
  59. package/{mailer → dist/mailer}/errors/AddressEmailError.d.ts +1 -1
  60. package/{mailer → dist/mailer}/errors/AddressEmailError.js +1 -1
  61. package/{mailer → dist/mailer}/errors/EventAttachmentUrlError.d.ts +1 -1
  62. package/{mailer → dist/mailer}/errors/EventAttachmentUrlError.js +1 -1
  63. package/{mailer → dist/mailer}/errors/EventGeolocationError.d.ts +1 -1
  64. package/{mailer → dist/mailer}/errors/EventGeolocationError.js +1 -1
  65. package/{mailer → dist/mailer}/errors/EventUrlError.d.ts +1 -1
  66. package/{mailer → dist/mailer}/errors/EventUrlError.js +1 -1
  67. package/{mailer → dist/mailer}/errors/ListUrlError.d.ts +1 -1
  68. package/{mailer → dist/mailer}/errors/ListUrlError.js +1 -1
  69. package/{mailer → dist/mailer}/getIcalendar.d.ts +1 -1
  70. package/{mailer → dist/mailer}/validateAddressEmail.js +2 -2
  71. package/{mailer → dist/mailer}/validateEventAttachmentUrl.js +2 -2
  72. package/{mailer → dist/mailer}/validateEventGeolocation.js +2 -2
  73. package/{mailer → dist/mailer}/validateEventUrl.js +2 -2
  74. package/{mailer → dist/mailer}/validateListUrl.js +2 -2
  75. package/{parser → dist/parser}/errors/ParseError.d.ts +1 -1
  76. package/{parser → dist/parser}/errors/ParseError.js +1 -1
  77. package/dist/parser/factories/enum/createEnumParser.d.ts +6 -0
  78. package/{parser → dist/parser}/factories/enum/createEnumParser.js +1 -1
  79. package/{parser → dist/parser}/factories/unit/createUnitParser.d.ts +2 -2
  80. package/{parser → dist/parser}/factories/unit/createUnitParser.js +3 -3
  81. package/{parser → dist/parser}/parseBoolean.d.ts +1 -1
  82. package/{parser → dist/parser}/parseBoolean.js +1 -1
  83. package/dist/parser/parseBytes.d.ts +2 -0
  84. package/{parser → dist/parser}/parseBytes.js +1 -1
  85. package/{parser → dist/parser}/parseInteger.d.ts +1 -1
  86. package/{parser → dist/parser}/parseInteger.js +2 -2
  87. package/dist/parser/parseMilliseconds.d.ts +2 -0
  88. package/{parser → dist/parser}/parseMilliseconds.js +1 -1
  89. package/{parser → dist/parser}/parseNumber.d.ts +1 -1
  90. package/{parser → dist/parser}/parseNumber.js +1 -1
  91. package/{parser → dist/parser}/parseString.d.ts +1 -1
  92. package/{parser → dist/parser}/parseString.js +1 -1
  93. package/{pwd → dist/pwd}/Pwd.js +1 -1
  94. package/{pwd → dist/pwd}/errors/HashRoundsError.d.ts +1 -1
  95. package/{pwd → dist/pwd}/errors/HashRoundsError.js +1 -1
  96. package/{pwd → dist/pwd}/validateHashRounds.js +1 -1
  97. package/{server → dist/server}/Route.d.ts +3 -3
  98. package/{server → dist/server}/Server.d.ts +5 -5
  99. package/{server → dist/server}/Server.js +2 -2
  100. package/{server → dist/server}/getAjv.d.ts +1 -1
  101. package/{tls → dist/tls}/errors/FileReadError.d.ts +1 -1
  102. package/{env → dist/tls}/errors/FileReadError.js +1 -1
  103. package/{tls → dist/tls}/getTls.d.ts +1 -1
  104. package/{tls → dist/tls}/getTls.js +1 -1
  105. package/{tls → dist/tls}/readFile.js +1 -1
  106. package/package.json +632 -6
  107. package/parser/factories/enum/createEnumParser.d.ts +0 -6
  108. package/parser/parseBytes.d.ts +0 -2
  109. package/parser/parseMilliseconds.d.ts +0 -2
  110. /package/{cipher → dist/cipher}/Algorithm.d.ts +0 -0
  111. /package/{cipher → dist/cipher}/Algorithm.js +0 -0
  112. /package/{cli → dist/cli}/Args.d.ts +0 -0
  113. /package/{cli → dist/cli}/Args.js +0 -0
  114. /package/{cli → dist/cli}/Command.js +0 -0
  115. /package/{cli → dist/cli}/parseArgs.js +0 -0
  116. /package/{cli → dist/cli}/utils/exit.d.ts +0 -0
  117. /package/{cli → dist/cli}/utils/exit.js +0 -0
  118. /package/{cli → dist/cli}/utils/formatList.d.ts +0 -0
  119. /package/{cli → dist/cli}/utils/formatList.js +0 -0
  120. /package/{cli → dist/cli}/utils/formatTable.d.ts +0 -0
  121. /package/{cli → dist/cli}/utils/formatTable.js +0 -0
  122. /package/{cli → dist/cli}/utils/formatText.d.ts +0 -0
  123. /package/{cli → dist/cli}/utils/formatText.js +0 -0
  124. /package/{cli → dist/cli}/utils/print.d.ts +0 -0
  125. /package/{cli → dist/cli}/utils/print.js +0 -0
  126. /package/{cli → dist/cli}/utils/printLn.d.ts +0 -0
  127. /package/{cli → dist/cli}/utils/printLn.js +0 -0
  128. /package/{config → dist/config}/Config.d.ts +0 -0
  129. /package/{config → dist/config}/Config.js +0 -0
  130. /package/{config → dist/config}/Properties.js +0 -0
  131. /package/{config → dist/config}/getPropertyEnvVar.d.ts +0 -0
  132. /package/{config → dist/config}/getPropertyEnvVar.js +0 -0
  133. /package/{config → dist/config}/readFile.d.ts +0 -0
  134. /package/{config → dist/config}/validatePropertyName.d.ts +0 -0
  135. /package/{env → dist/env}/Env.d.ts +0 -0
  136. /package/{env → dist/env}/Env.js +0 -0
  137. /package/{error → dist/error}/BaseError.d.ts +0 -0
  138. /package/{error → dist/error}/BaseError.js +0 -0
  139. /package/{jwt → dist/jwt}/Algorithm.d.ts +0 -0
  140. /package/{jwt → dist/jwt}/Algorithm.js +0 -0
  141. /package/{jwt → dist/jwt}/Payload.d.ts +0 -0
  142. /package/{jwt → dist/jwt}/Payload.js +0 -0
  143. /package/{logger → dist/logger}/Level.d.ts +0 -0
  144. /package/{logger → dist/logger}/Level.js +0 -0
  145. /package/{logger → dist/logger}/Logger.d.ts +0 -0
  146. /package/{logger → dist/logger}/Logger.js +0 -0
  147. /package/{logger → dist/logger}/Severity.d.ts +0 -0
  148. /package/{logger → dist/logger}/Severity.js +0 -0
  149. /package/{logger → dist/logger}/adapters/file/initFile.d.ts +0 -0
  150. /package/{mailer → dist/mailer}/Address.d.ts +0 -0
  151. /package/{mailer → dist/mailer}/Address.js +0 -0
  152. /package/{mailer → dist/mailer}/Attachment.d.ts +0 -0
  153. /package/{mailer → dist/mailer}/Attachment.js +0 -0
  154. /package/{mailer → dist/mailer}/Event.js +0 -0
  155. /package/{mailer → dist/mailer}/List.d.ts +0 -0
  156. /package/{mailer → dist/mailer}/List.js +0 -0
  157. /package/{mailer → dist/mailer}/Location.d.ts +0 -0
  158. /package/{mailer → dist/mailer}/Location.js +0 -0
  159. /package/{mailer → dist/mailer}/Mail.js +0 -0
  160. /package/{mailer → dist/mailer}/Method.d.ts +0 -0
  161. /package/{mailer → dist/mailer}/Method.js +0 -0
  162. /package/{mailer → dist/mailer}/adapters/smtp/getAddress.js +0 -0
  163. /package/{mailer → dist/mailer}/adapters/smtp/getAttachments.js +0 -0
  164. /package/{mailer → dist/mailer}/getIcalendar.js +0 -0
  165. /package/{mailer → dist/mailer}/validateAddressEmail.d.ts +0 -0
  166. /package/{mailer → dist/mailer}/validateEventAttachmentUrl.d.ts +0 -0
  167. /package/{mailer → dist/mailer}/validateEventGeolocation.d.ts +0 -0
  168. /package/{mailer → dist/mailer}/validateEventUrl.d.ts +0 -0
  169. /package/{mailer → dist/mailer}/validateListUrl.d.ts +0 -0
  170. /package/{parser → dist/parser}/Parser.d.ts +0 -0
  171. /package/{parser → dist/parser}/Parser.js +0 -0
  172. /package/{parser → dist/parser}/factories/unit/Unit.d.ts +0 -0
  173. /package/{parser → dist/parser}/factories/unit/Unit.js +0 -0
  174. /package/{pwd → dist/pwd}/Pwd.d.ts +0 -0
  175. /package/{pwd → dist/pwd}/validateHashRounds.d.ts +0 -0
  176. /package/{server → dist/server}/ErrorHandler.d.ts +0 -0
  177. /package/{server → dist/server}/ErrorHandler.js +0 -0
  178. /package/{server → dist/server}/Format.d.ts +0 -0
  179. /package/{server → dist/server}/Format.js +0 -0
  180. /package/{server → dist/server}/Handler.d.ts +0 -0
  181. /package/{server → dist/server}/Handler.js +0 -0
  182. /package/{server → dist/server}/Method.d.ts +0 -0
  183. /package/{server → dist/server}/Method.js +0 -0
  184. /package/{server → dist/server}/OpenApiFormat.d.ts +0 -0
  185. /package/{server → dist/server}/OpenApiFormat.js +0 -0
  186. /package/{server → dist/server}/Route.js +0 -0
  187. /package/{server → dist/server}/Schema.d.ts +0 -0
  188. /package/{server → dist/server}/Schema.js +0 -0
  189. /package/{server → dist/server}/getAjv.js +0 -0
  190. /package/{tls → dist/tls}/Tls.d.ts +0 -0
  191. /package/{tls → dist/tls}/Tls.js +0 -0
  192. /package/{tls → dist/tls}/readFile.d.ts +0 -0
  193. /package/{utils → dist/utils}/getRandomHexString.d.ts +0 -0
  194. /package/{utils → dist/utils}/getRandomHexString.js +0 -0
  195. /package/{utils → dist/utils}/getTimestamp.d.ts +0 -0
  196. /package/{utils → dist/utils}/getTimestamp.js +0 -0
  197. /package/{utils → dist/utils}/isValidEmail.d.ts +0 -0
  198. /package/{utils → dist/utils}/isValidEmail.js +0 -0
  199. /package/{utils → dist/utils}/isValidGeolocation.d.ts +0 -0
  200. /package/{utils → dist/utils}/isValidGeolocation.js +0 -0
  201. /package/{utils → dist/utils}/isValidHexString.d.ts +0 -0
  202. /package/{utils → dist/utils}/isValidHexString.js +0 -0
  203. /package/{utils → dist/utils}/isValidIsoDate.d.ts +0 -0
  204. /package/{utils → dist/utils}/isValidIsoDate.js +0 -0
  205. /package/{utils → dist/utils}/isValidJwtToken.d.ts +0 -0
  206. /package/{utils → dist/utils}/isValidJwtToken.js +0 -0
  207. /package/{utils → dist/utils}/isValidUrl.d.ts +0 -0
  208. /package/{utils → dist/utils}/isValidUrl.js +0 -0
  209. /package/{utils → dist/utils}/isValidUuid.d.ts +0 -0
  210. /package/{utils → dist/utils}/isValidUuid.js +0 -0
  211. /package/{utils → dist/utils}/wait.d.ts +0 -0
  212. /package/{utils → dist/utils}/wait.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "apeframework",
3
- "version": "0.0.0-dev.21",
3
+ "version": "0.0.0-dev.23",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
4
7
  "license": "MIT",
5
8
  "author": "Matthieu Symoens",
6
9
  "description": "Node.js app framework",
@@ -13,12 +16,635 @@
13
16
  "type": "git",
14
17
  "url": "git+https://github.com/ApeFramework/apeframework.git"
15
18
  },
16
- "publishConfig": {
17
- "access": "public"
18
- },
19
19
  "type": "module",
20
+ "exports": {
21
+ "./cipher/Algorithm": {
22
+ "import": {
23
+ "types": "./dist/cipher/Algorithm.d.ts",
24
+ "default": "./dist/cipher/Algorithm.js"
25
+ }
26
+ },
27
+ "./cipher/Cipher": {
28
+ "import": {
29
+ "types": "./dist/cipher/Cipher.d.ts",
30
+ "default": "./dist/cipher/Cipher.js"
31
+ }
32
+ },
33
+ "./cipher/errors/DecryptError": {
34
+ "import": {
35
+ "types": "./dist/cipher/errors/DecryptError.d.ts",
36
+ "default": "./dist/cipher/errors/DecryptError.js"
37
+ }
38
+ },
39
+ "./cipher/errors/SecretLengthError": {
40
+ "import": {
41
+ "types": "./dist/cipher/errors/SecretLengthError.d.ts",
42
+ "default": "./dist/cipher/errors/SecretLengthError.js"
43
+ }
44
+ },
45
+ "./cipher/validateSecretLength": {
46
+ "import": {
47
+ "types": "./dist/cipher/validateSecretLength.d.ts",
48
+ "default": "./dist/cipher/validateSecretLength.js"
49
+ }
50
+ },
51
+ "./cli/Args": {
52
+ "import": {
53
+ "types": "./dist/cli/Args.d.ts",
54
+ "default": "./dist/cli/Args.js"
55
+ }
56
+ },
57
+ "./cli/Command": {
58
+ "import": {
59
+ "types": "./dist/cli/Command.d.ts",
60
+ "default": "./dist/cli/Command.js"
61
+ }
62
+ },
63
+ "./cli/getArgs": {
64
+ "import": {
65
+ "types": "./dist/cli/getArgs.d.ts",
66
+ "default": "./dist/cli/getArgs.js"
67
+ }
68
+ },
69
+ "./cli/parseArgs": {
70
+ "import": {
71
+ "types": "./dist/cli/parseArgs.d.ts",
72
+ "default": "./dist/cli/parseArgs.js"
73
+ }
74
+ },
75
+ "./cli/utils/exit": {
76
+ "import": {
77
+ "types": "./dist/cli/utils/exit.d.ts",
78
+ "default": "./dist/cli/utils/exit.js"
79
+ }
80
+ },
81
+ "./cli/utils/formatList": {
82
+ "import": {
83
+ "types": "./dist/cli/utils/formatList.d.ts",
84
+ "default": "./dist/cli/utils/formatList.js"
85
+ }
86
+ },
87
+ "./cli/utils/formatTable": {
88
+ "import": {
89
+ "types": "./dist/cli/utils/formatTable.d.ts",
90
+ "default": "./dist/cli/utils/formatTable.js"
91
+ }
92
+ },
93
+ "./cli/utils/formatText": {
94
+ "import": {
95
+ "types": "./dist/cli/utils/formatText.d.ts",
96
+ "default": "./dist/cli/utils/formatText.js"
97
+ }
98
+ },
99
+ "./cli/utils/print": {
100
+ "import": {
101
+ "types": "./dist/cli/utils/print.d.ts",
102
+ "default": "./dist/cli/utils/print.js"
103
+ }
104
+ },
105
+ "./cli/utils/printLn": {
106
+ "import": {
107
+ "types": "./dist/cli/utils/printLn.d.ts",
108
+ "default": "./dist/cli/utils/printLn.js"
109
+ }
110
+ },
111
+ "./config/Config": {
112
+ "import": {
113
+ "types": "./dist/config/Config.d.ts",
114
+ "default": "./dist/config/Config.js"
115
+ }
116
+ },
117
+ "./config/Properties": {
118
+ "import": {
119
+ "types": "./dist/config/Properties.d.ts",
120
+ "default": "./dist/config/Properties.js"
121
+ }
122
+ },
123
+ "./config/errors/FileReadError": {
124
+ "import": {
125
+ "types": "./dist/config/errors/FileReadError.d.ts",
126
+ "default": "./dist/config/errors/FileReadError.js"
127
+ }
128
+ },
129
+ "./config/errors/PropertyNameError": {
130
+ "import": {
131
+ "types": "./dist/config/errors/PropertyNameError.d.ts",
132
+ "default": "./dist/config/errors/PropertyNameError.js"
133
+ }
134
+ },
135
+ "./config/errors/PropertyParseError": {
136
+ "import": {
137
+ "types": "./dist/config/errors/PropertyParseError.d.ts",
138
+ "default": "./dist/config/errors/PropertyParseError.js"
139
+ }
140
+ },
141
+ "./config/getConfig": {
142
+ "import": {
143
+ "types": "./dist/config/getConfig.d.ts",
144
+ "default": "./dist/config/getConfig.js"
145
+ }
146
+ },
147
+ "./config/getPropertyEnvVar": {
148
+ "import": {
149
+ "types": "./dist/config/getPropertyEnvVar.d.ts",
150
+ "default": "./dist/config/getPropertyEnvVar.js"
151
+ }
152
+ },
153
+ "./config/parseProperty": {
154
+ "import": {
155
+ "types": "./dist/config/parseProperty.d.ts",
156
+ "default": "./dist/config/parseProperty.js"
157
+ }
158
+ },
159
+ "./config/readFile": {
160
+ "import": {
161
+ "types": "./dist/config/readFile.d.ts",
162
+ "default": "./dist/config/readFile.js"
163
+ }
164
+ },
165
+ "./config/validatePropertyName": {
166
+ "import": {
167
+ "types": "./dist/config/validatePropertyName.d.ts",
168
+ "default": "./dist/config/validatePropertyName.js"
169
+ }
170
+ },
171
+ "./env/Env": {
172
+ "import": {
173
+ "types": "./dist/env/Env.d.ts",
174
+ "default": "./dist/env/Env.js"
175
+ }
176
+ },
177
+ "./env/errors/FileReadError": {
178
+ "import": {
179
+ "types": "./dist/env/errors/FileReadError.d.ts",
180
+ "default": "./dist/env/errors/FileReadError.js"
181
+ }
182
+ },
183
+ "./env/getEnv": {
184
+ "import": {
185
+ "types": "./dist/env/getEnv.d.ts",
186
+ "default": "./dist/env/getEnv.js"
187
+ }
188
+ },
189
+ "./env/readFile": {
190
+ "import": {
191
+ "types": "./dist/env/readFile.d.ts",
192
+ "default": "./dist/env/readFile.js"
193
+ }
194
+ },
195
+ "./error/BaseError": {
196
+ "import": {
197
+ "types": "./dist/error/BaseError.d.ts",
198
+ "default": "./dist/error/BaseError.js"
199
+ }
200
+ },
201
+ "./jwt/Algorithm": {
202
+ "import": {
203
+ "types": "./dist/jwt/Algorithm.d.ts",
204
+ "default": "./dist/jwt/Algorithm.js"
205
+ }
206
+ },
207
+ "./jwt/Jwt": {
208
+ "import": {
209
+ "types": "./dist/jwt/Jwt.d.ts",
210
+ "default": "./dist/jwt/Jwt.js"
211
+ }
212
+ },
213
+ "./jwt/Payload": {
214
+ "import": {
215
+ "types": "./dist/jwt/Payload.d.ts",
216
+ "default": "./dist/jwt/Payload.js"
217
+ }
218
+ },
219
+ "./jwt/errors/SecretLengthError": {
220
+ "import": {
221
+ "types": "./dist/jwt/errors/SecretLengthError.d.ts",
222
+ "default": "./dist/jwt/errors/SecretLengthError.js"
223
+ }
224
+ },
225
+ "./jwt/validateSecretLength": {
226
+ "import": {
227
+ "types": "./dist/jwt/validateSecretLength.d.ts",
228
+ "default": "./dist/jwt/validateSecretLength.js"
229
+ }
230
+ },
231
+ "./logger/Level": {
232
+ "import": {
233
+ "types": "./dist/logger/Level.d.ts",
234
+ "default": "./dist/logger/Level.js"
235
+ }
236
+ },
237
+ "./logger/Logger": {
238
+ "import": {
239
+ "types": "./dist/logger/Logger.d.ts",
240
+ "default": "./dist/logger/Logger.js"
241
+ }
242
+ },
243
+ "./logger/Severity": {
244
+ "import": {
245
+ "types": "./dist/logger/Severity.d.ts",
246
+ "default": "./dist/logger/Severity.js"
247
+ }
248
+ },
249
+ "./logger/adapters/file/FileLogger": {
250
+ "import": {
251
+ "types": "./dist/logger/adapters/file/FileLogger.d.ts",
252
+ "default": "./dist/logger/adapters/file/FileLogger.js"
253
+ }
254
+ },
255
+ "./logger/adapters/file/errors/FileInitError": {
256
+ "import": {
257
+ "types": "./dist/logger/adapters/file/errors/FileInitError.d.ts",
258
+ "default": "./dist/logger/adapters/file/errors/FileInitError.js"
259
+ }
260
+ },
261
+ "./logger/adapters/file/initFile": {
262
+ "import": {
263
+ "types": "./dist/logger/adapters/file/initFile.d.ts",
264
+ "default": "./dist/logger/adapters/file/initFile.js"
265
+ }
266
+ },
267
+ "./logger/adapters/noop/NoopLogger": {
268
+ "import": {
269
+ "types": "./dist/logger/adapters/noop/NoopLogger.d.ts",
270
+ "default": "./dist/logger/adapters/noop/NoopLogger.js"
271
+ }
272
+ },
273
+ "./logger/adapters/stdio/StdioLogger": {
274
+ "import": {
275
+ "types": "./dist/logger/adapters/stdio/StdioLogger.d.ts",
276
+ "default": "./dist/logger/adapters/stdio/StdioLogger.js"
277
+ }
278
+ },
279
+ "./mailer/Address": {
280
+ "import": {
281
+ "types": "./dist/mailer/Address.d.ts",
282
+ "default": "./dist/mailer/Address.js"
283
+ }
284
+ },
285
+ "./mailer/Attachment": {
286
+ "import": {
287
+ "types": "./dist/mailer/Attachment.d.ts",
288
+ "default": "./dist/mailer/Attachment.js"
289
+ }
290
+ },
291
+ "./mailer/Event": {
292
+ "import": {
293
+ "types": "./dist/mailer/Event.d.ts",
294
+ "default": "./dist/mailer/Event.js"
295
+ }
296
+ },
297
+ "./mailer/List": {
298
+ "import": {
299
+ "types": "./dist/mailer/List.d.ts",
300
+ "default": "./dist/mailer/List.js"
301
+ }
302
+ },
303
+ "./mailer/Location": {
304
+ "import": {
305
+ "types": "./dist/mailer/Location.d.ts",
306
+ "default": "./dist/mailer/Location.js"
307
+ }
308
+ },
309
+ "./mailer/Mail": {
310
+ "import": {
311
+ "types": "./dist/mailer/Mail.d.ts",
312
+ "default": "./dist/mailer/Mail.js"
313
+ }
314
+ },
315
+ "./mailer/Mailer": {
316
+ "import": {
317
+ "types": "./dist/mailer/Mailer.d.ts",
318
+ "default": "./dist/mailer/Mailer.js"
319
+ }
320
+ },
321
+ "./mailer/Method": {
322
+ "import": {
323
+ "types": "./dist/mailer/Method.d.ts",
324
+ "default": "./dist/mailer/Method.js"
325
+ }
326
+ },
327
+ "./mailer/adapters/noop/NoopMailer": {
328
+ "import": {
329
+ "types": "./dist/mailer/adapters/noop/NoopMailer.d.ts",
330
+ "default": "./dist/mailer/adapters/noop/NoopMailer.js"
331
+ }
332
+ },
333
+ "./mailer/adapters/smtp/SmtpMailer": {
334
+ "import": {
335
+ "types": "./dist/mailer/adapters/smtp/SmtpMailer.d.ts",
336
+ "default": "./dist/mailer/adapters/smtp/SmtpMailer.js"
337
+ }
338
+ },
339
+ "./mailer/adapters/smtp/getAddress": {
340
+ "import": {
341
+ "types": "./dist/mailer/adapters/smtp/getAddress.d.ts",
342
+ "default": "./dist/mailer/adapters/smtp/getAddress.js"
343
+ }
344
+ },
345
+ "./mailer/adapters/smtp/getAddresses": {
346
+ "import": {
347
+ "types": "./dist/mailer/adapters/smtp/getAddresses.d.ts",
348
+ "default": "./dist/mailer/adapters/smtp/getAddresses.js"
349
+ }
350
+ },
351
+ "./mailer/adapters/smtp/getAttachments": {
352
+ "import": {
353
+ "types": "./dist/mailer/adapters/smtp/getAttachments.d.ts",
354
+ "default": "./dist/mailer/adapters/smtp/getAttachments.js"
355
+ }
356
+ },
357
+ "./mailer/errors/AddressEmailError": {
358
+ "import": {
359
+ "types": "./dist/mailer/errors/AddressEmailError.d.ts",
360
+ "default": "./dist/mailer/errors/AddressEmailError.js"
361
+ }
362
+ },
363
+ "./mailer/errors/EventAttachmentUrlError": {
364
+ "import": {
365
+ "types": "./dist/mailer/errors/EventAttachmentUrlError.d.ts",
366
+ "default": "./dist/mailer/errors/EventAttachmentUrlError.js"
367
+ }
368
+ },
369
+ "./mailer/errors/EventGeolocationError": {
370
+ "import": {
371
+ "types": "./dist/mailer/errors/EventGeolocationError.d.ts",
372
+ "default": "./dist/mailer/errors/EventGeolocationError.js"
373
+ }
374
+ },
375
+ "./mailer/errors/EventUrlError": {
376
+ "import": {
377
+ "types": "./dist/mailer/errors/EventUrlError.d.ts",
378
+ "default": "./dist/mailer/errors/EventUrlError.js"
379
+ }
380
+ },
381
+ "./mailer/errors/ListUrlError": {
382
+ "import": {
383
+ "types": "./dist/mailer/errors/ListUrlError.d.ts",
384
+ "default": "./dist/mailer/errors/ListUrlError.js"
385
+ }
386
+ },
387
+ "./mailer/getIcalendar": {
388
+ "import": {
389
+ "types": "./dist/mailer/getIcalendar.d.ts",
390
+ "default": "./dist/mailer/getIcalendar.js"
391
+ }
392
+ },
393
+ "./mailer/validateAddressEmail": {
394
+ "import": {
395
+ "types": "./dist/mailer/validateAddressEmail.d.ts",
396
+ "default": "./dist/mailer/validateAddressEmail.js"
397
+ }
398
+ },
399
+ "./mailer/validateEventAttachmentUrl": {
400
+ "import": {
401
+ "types": "./dist/mailer/validateEventAttachmentUrl.d.ts",
402
+ "default": "./dist/mailer/validateEventAttachmentUrl.js"
403
+ }
404
+ },
405
+ "./mailer/validateEventGeolocation": {
406
+ "import": {
407
+ "types": "./dist/mailer/validateEventGeolocation.d.ts",
408
+ "default": "./dist/mailer/validateEventGeolocation.js"
409
+ }
410
+ },
411
+ "./mailer/validateEventUrl": {
412
+ "import": {
413
+ "types": "./dist/mailer/validateEventUrl.d.ts",
414
+ "default": "./dist/mailer/validateEventUrl.js"
415
+ }
416
+ },
417
+ "./mailer/validateListUrl": {
418
+ "import": {
419
+ "types": "./dist/mailer/validateListUrl.d.ts",
420
+ "default": "./dist/mailer/validateListUrl.js"
421
+ }
422
+ },
423
+ "./parser/Parser": {
424
+ "import": {
425
+ "types": "./dist/parser/Parser.d.ts",
426
+ "default": "./dist/parser/Parser.js"
427
+ }
428
+ },
429
+ "./parser/errors/ParseError": {
430
+ "import": {
431
+ "types": "./dist/parser/errors/ParseError.d.ts",
432
+ "default": "./dist/parser/errors/ParseError.js"
433
+ }
434
+ },
435
+ "./parser/factories/enum/createEnumParser": {
436
+ "import": {
437
+ "types": "./dist/parser/factories/enum/createEnumParser.d.ts",
438
+ "default": "./dist/parser/factories/enum/createEnumParser.js"
439
+ }
440
+ },
441
+ "./parser/factories/unit/Unit": {
442
+ "import": {
443
+ "types": "./dist/parser/factories/unit/Unit.d.ts",
444
+ "default": "./dist/parser/factories/unit/Unit.js"
445
+ }
446
+ },
447
+ "./parser/factories/unit/createUnitParser": {
448
+ "import": {
449
+ "types": "./dist/parser/factories/unit/createUnitParser.d.ts",
450
+ "default": "./dist/parser/factories/unit/createUnitParser.js"
451
+ }
452
+ },
453
+ "./parser/parseBoolean": {
454
+ "import": {
455
+ "types": "./dist/parser/parseBoolean.d.ts",
456
+ "default": "./dist/parser/parseBoolean.js"
457
+ }
458
+ },
459
+ "./parser/parseBytes": {
460
+ "import": {
461
+ "types": "./dist/parser/parseBytes.d.ts",
462
+ "default": "./dist/parser/parseBytes.js"
463
+ }
464
+ },
465
+ "./parser/parseInteger": {
466
+ "import": {
467
+ "types": "./dist/parser/parseInteger.d.ts",
468
+ "default": "./dist/parser/parseInteger.js"
469
+ }
470
+ },
471
+ "./parser/parseMilliseconds": {
472
+ "import": {
473
+ "types": "./dist/parser/parseMilliseconds.d.ts",
474
+ "default": "./dist/parser/parseMilliseconds.js"
475
+ }
476
+ },
477
+ "./parser/parseNumber": {
478
+ "import": {
479
+ "types": "./dist/parser/parseNumber.d.ts",
480
+ "default": "./dist/parser/parseNumber.js"
481
+ }
482
+ },
483
+ "./parser/parseString": {
484
+ "import": {
485
+ "types": "./dist/parser/parseString.d.ts",
486
+ "default": "./dist/parser/parseString.js"
487
+ }
488
+ },
489
+ "./pwd/Pwd": {
490
+ "import": {
491
+ "types": "./dist/pwd/Pwd.d.ts",
492
+ "default": "./dist/pwd/Pwd.js"
493
+ }
494
+ },
495
+ "./pwd/errors/HashRoundsError": {
496
+ "import": {
497
+ "types": "./dist/pwd/errors/HashRoundsError.d.ts",
498
+ "default": "./dist/pwd/errors/HashRoundsError.js"
499
+ }
500
+ },
501
+ "./pwd/validateHashRounds": {
502
+ "import": {
503
+ "types": "./dist/pwd/validateHashRounds.d.ts",
504
+ "default": "./dist/pwd/validateHashRounds.js"
505
+ }
506
+ },
507
+ "./server/ErrorHandler": {
508
+ "import": {
509
+ "types": "./dist/server/ErrorHandler.d.ts",
510
+ "default": "./dist/server/ErrorHandler.js"
511
+ }
512
+ },
513
+ "./server/Format": {
514
+ "import": {
515
+ "types": "./dist/server/Format.d.ts",
516
+ "default": "./dist/server/Format.js"
517
+ }
518
+ },
519
+ "./server/Handler": {
520
+ "import": {
521
+ "types": "./dist/server/Handler.d.ts",
522
+ "default": "./dist/server/Handler.js"
523
+ }
524
+ },
525
+ "./server/Method": {
526
+ "import": {
527
+ "types": "./dist/server/Method.d.ts",
528
+ "default": "./dist/server/Method.js"
529
+ }
530
+ },
531
+ "./server/OpenApiFormat": {
532
+ "import": {
533
+ "types": "./dist/server/OpenApiFormat.d.ts",
534
+ "default": "./dist/server/OpenApiFormat.js"
535
+ }
536
+ },
537
+ "./server/Route": {
538
+ "import": {
539
+ "types": "./dist/server/Route.d.ts",
540
+ "default": "./dist/server/Route.js"
541
+ }
542
+ },
543
+ "./server/Schema": {
544
+ "import": {
545
+ "types": "./dist/server/Schema.d.ts",
546
+ "default": "./dist/server/Schema.js"
547
+ }
548
+ },
549
+ "./server/Server": {
550
+ "import": {
551
+ "types": "./dist/server/Server.d.ts",
552
+ "default": "./dist/server/Server.js"
553
+ }
554
+ },
555
+ "./server/getAjv": {
556
+ "import": {
557
+ "types": "./dist/server/getAjv.d.ts",
558
+ "default": "./dist/server/getAjv.js"
559
+ }
560
+ },
561
+ "./tls/Tls": {
562
+ "import": {
563
+ "types": "./dist/tls/Tls.d.ts",
564
+ "default": "./dist/tls/Tls.js"
565
+ }
566
+ },
567
+ "./tls/errors/FileReadError": {
568
+ "import": {
569
+ "types": "./dist/tls/errors/FileReadError.d.ts",
570
+ "default": "./dist/tls/errors/FileReadError.js"
571
+ }
572
+ },
573
+ "./tls/getTls": {
574
+ "import": {
575
+ "types": "./dist/tls/getTls.d.ts",
576
+ "default": "./dist/tls/getTls.js"
577
+ }
578
+ },
579
+ "./tls/readFile": {
580
+ "import": {
581
+ "types": "./dist/tls/readFile.d.ts",
582
+ "default": "./dist/tls/readFile.js"
583
+ }
584
+ },
585
+ "./utils/getRandomHexString": {
586
+ "import": {
587
+ "types": "./dist/utils/getRandomHexString.d.ts",
588
+ "default": "./dist/utils/getRandomHexString.js"
589
+ }
590
+ },
591
+ "./utils/getTimestamp": {
592
+ "import": {
593
+ "types": "./dist/utils/getTimestamp.d.ts",
594
+ "default": "./dist/utils/getTimestamp.js"
595
+ }
596
+ },
597
+ "./utils/isValidEmail": {
598
+ "import": {
599
+ "types": "./dist/utils/isValidEmail.d.ts",
600
+ "default": "./dist/utils/isValidEmail.js"
601
+ }
602
+ },
603
+ "./utils/isValidGeolocation": {
604
+ "import": {
605
+ "types": "./dist/utils/isValidGeolocation.d.ts",
606
+ "default": "./dist/utils/isValidGeolocation.js"
607
+ }
608
+ },
609
+ "./utils/isValidHexString": {
610
+ "import": {
611
+ "types": "./dist/utils/isValidHexString.d.ts",
612
+ "default": "./dist/utils/isValidHexString.js"
613
+ }
614
+ },
615
+ "./utils/isValidIsoDate": {
616
+ "import": {
617
+ "types": "./dist/utils/isValidIsoDate.d.ts",
618
+ "default": "./dist/utils/isValidIsoDate.js"
619
+ }
620
+ },
621
+ "./utils/isValidJwtToken": {
622
+ "import": {
623
+ "types": "./dist/utils/isValidJwtToken.d.ts",
624
+ "default": "./dist/utils/isValidJwtToken.js"
625
+ }
626
+ },
627
+ "./utils/isValidUrl": {
628
+ "import": {
629
+ "types": "./dist/utils/isValidUrl.d.ts",
630
+ "default": "./dist/utils/isValidUrl.js"
631
+ }
632
+ },
633
+ "./utils/isValidUuid": {
634
+ "import": {
635
+ "types": "./dist/utils/isValidUuid.d.ts",
636
+ "default": "./dist/utils/isValidUuid.js"
637
+ }
638
+ },
639
+ "./utils/wait": {
640
+ "import": {
641
+ "types": "./dist/utils/wait.d.ts",
642
+ "default": "./dist/utils/wait.js"
643
+ }
644
+ }
645
+ },
20
646
  "engines": {
21
- "node": "^22"
647
+ "node": ">=22"
22
648
  },
23
649
  "dependencies": {
24
650
  "@fastify/compress": "^8.0",
@@ -41,7 +667,7 @@
41
667
  "jose": "^5.9",
42
668
  "nodemailer": "^6.9",
43
669
  "openapi-types": "^12.1",
44
- "pino": "^9.5",
670
+ "pino": "^9.6",
45
671
  "pino-pretty": "^13.0",
46
672
  "yargs-parser": "^21.1"
47
673
  },
@@ -1,6 +0,0 @@
1
- import type { Parser } from '../../Parser';
2
- declare const createEnumParser: <Type extends Record<string, string | number>>(params: {
3
- type: string;
4
- enum: Type;
5
- }) => Parser<Type[keyof Type]>;
6
- export { createEnumParser, };
@@ -1,2 +0,0 @@
1
- declare const parseBytes: import("./Parser").Parser<number>;
2
- export { parseBytes, };
@@ -1,2 +0,0 @@
1
- declare const parseMilliseconds: import("./Parser").Parser<number>;
2
- export { parseMilliseconds, };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes