@tstdl/base 0.93.36 → 0.93.38

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 (2693) hide show
  1. package/{dist/audit → audit}/audit.model.d.ts +1 -1
  2. package/{dist/audit → audit}/audit.model.js +1 -1
  3. package/{dist/audit → audit}/auditor.d.ts +4 -4
  4. package/{dist/audit → audit}/auditor.js +4 -4
  5. package/{dist/audit → audit}/schemas.d.ts +2 -2
  6. package/{dist/document-management → document-management}/server/schemas.d.ts +2 -2
  7. package/{dist/document-management → document-management}/server/services/document-property.service.d.ts +2 -2
  8. package/package.json +1 -1
  9. package/tsconfig.json +46 -17
  10. package/.eslintrc.json.bak +0 -281
  11. package/.repomix/bundles.json +0 -100
  12. package/.repomix/config/all-repomix.config.json +0 -31
  13. package/.repomix/config/debug-repomix.config.json +0 -31
  14. package/.repomix/config/dm-repomix.config.json +0 -31
  15. package/.vscode/launch.json +0 -16
  16. package/README.md +0 -100
  17. package/container/postgres/init/bootstrap.sql +0 -8
  18. package/container/postgres/postgresql.conf +0 -2
  19. package/deno.json +0 -8
  20. package/deno.lock +0 -847
  21. package/dist/eslint.config.js +0 -86
  22. package/dist/package.json +0 -190
  23. package/dist/tools/fetch-mime-types.d.ts +0 -1
  24. package/dist/tools/fetch-mime-types.js +0 -14
  25. package/dist/tsconfig.json +0 -50
  26. package/dist/tsconfig.server.json +0 -6
  27. package/docker-compose.yml +0 -30
  28. package/generate-readmes.ts +0 -340
  29. package/scripts/generate-context7-docs.sh +0 -52
  30. package/scripts/manage-orm.sh +0 -63
  31. package/source/ai/README.md +0 -281
  32. package/source/ai/ai-file.service.ts +0 -292
  33. package/source/ai/ai-session.ts +0 -63
  34. package/source/ai/ai.service.ts +0 -626
  35. package/source/ai/functions.ts +0 -49
  36. package/source/ai/index.ts +0 -6
  37. package/source/ai/module.ts +0 -16
  38. package/source/ai/types.ts +0 -263
  39. package/source/api/README.md +0 -257
  40. package/source/api/client/client.ts +0 -221
  41. package/source/api/client/index.ts +0 -1
  42. package/source/api/default-error-handlers.ts +0 -37
  43. package/source/api/index.ts +0 -9
  44. package/source/api/response.ts +0 -173
  45. package/source/api/server/api-controller.ts +0 -69
  46. package/source/api/server/api-request-token.provider.ts +0 -32
  47. package/source/api/server/error-handler.ts +0 -13
  48. package/source/api/server/gateway.ts +0 -347
  49. package/source/api/server/index.ts +0 -5
  50. package/source/api/server/middlewares/allowed-methods.middleware.ts +0 -19
  51. package/source/api/server/middlewares/catch-error.middleware.ts +0 -18
  52. package/source/api/server/middlewares/content-type.middleware.ts +0 -22
  53. package/source/api/server/middlewares/cors.middleware.ts +0 -73
  54. package/source/api/server/middlewares/index.ts +0 -5
  55. package/source/api/server/middlewares/response-time.middleware.ts +0 -12
  56. package/source/api/server/module.ts +0 -34
  57. package/source/api/server/tokens.ts +0 -12
  58. package/source/api/types.ts +0 -195
  59. package/source/api/utils.ts +0 -27
  60. package/source/application/README.md +0 -234
  61. package/source/application/application.ts +0 -173
  62. package/source/application/index.ts +0 -2
  63. package/source/application/providers.ts +0 -68
  64. package/source/audit/README.md +0 -272
  65. package/source/audit/audit.model.ts +0 -161
  66. package/source/audit/auditor.ts +0 -309
  67. package/source/audit/drizzle/0000_bored_stick.sql +0 -26
  68. package/source/audit/drizzle/meta/0000_snapshot.json +0 -195
  69. package/source/audit/drizzle/meta/_journal.json +0 -13
  70. package/source/audit/drizzle.config.ts +0 -13
  71. package/source/audit/index.ts +0 -5
  72. package/source/audit/module.ts +0 -40
  73. package/source/audit/schemas.ts +0 -11
  74. package/source/audit/types.ts +0 -29
  75. package/source/authentication/README.md +0 -288
  76. package/source/authentication/authentication.api.ts +0 -182
  77. package/source/authentication/client/api.client.ts +0 -36
  78. package/source/authentication/client/authentication.service.ts +0 -488
  79. package/source/authentication/client/http-client.middleware.ts +0 -32
  80. package/source/authentication/client/index.ts +0 -5
  81. package/source/authentication/client/module.ts +0 -56
  82. package/source/authentication/client/tokens.ts +0 -17
  83. package/source/authentication/errors/index.ts +0 -1
  84. package/source/authentication/errors/secret-requirements.error.ts +0 -9
  85. package/source/authentication/index.ts +0 -10
  86. package/source/authentication/models/authentication-credentials.model.ts +0 -24
  87. package/source/authentication/models/authentication-session.model.ts +0 -30
  88. package/source/authentication/models/index.ts +0 -6
  89. package/source/authentication/models/init-secret-reset-data.model.ts +0 -19
  90. package/source/authentication/models/secret-check-result.model.ts +0 -5
  91. package/source/authentication/models/token-payload-base.model.ts +0 -48
  92. package/source/authentication/models/token.model.ts +0 -61
  93. package/source/authentication/server/authentication-ancillary.service.ts +0 -64
  94. package/source/authentication/server/authentication-api-request-token.provider.ts +0 -30
  95. package/source/authentication/server/authentication-secret-requirements.validator.ts +0 -84
  96. package/source/authentication/server/authentication.api-controller.ts +0 -225
  97. package/source/authentication/server/authentication.audit.ts +0 -15
  98. package/source/authentication/server/authentication.service.ts +0 -833
  99. package/source/authentication/server/drizzle/0000_calm_warlock.sql +0 -28
  100. package/source/authentication/server/drizzle/meta/0000_snapshot.json +0 -189
  101. package/source/authentication/server/drizzle/meta/_journal.json +0 -13
  102. package/source/authentication/server/drizzle.config.ts +0 -13
  103. package/source/authentication/server/helper.ts +0 -140
  104. package/source/authentication/server/index.ts +0 -8
  105. package/source/authentication/server/module.ts +0 -69
  106. package/source/authentication/server/schemas.ts +0 -7
  107. package/source/browser/README.md +0 -311
  108. package/source/browser/browser-context-controller.ts +0 -149
  109. package/source/browser/browser-controller.ts +0 -118
  110. package/source/browser/browser.service.ts +0 -115
  111. package/source/browser/document-controller.ts +0 -114
  112. package/source/browser/element-controller.ts +0 -348
  113. package/source/browser/frame-controller.ts +0 -40
  114. package/source/browser/index.ts +0 -17
  115. package/source/browser/locator-controller.ts +0 -51
  116. package/source/browser/module.ts +0 -48
  117. package/source/browser/page-controller.ts +0 -203
  118. package/source/browser/pdf-options.ts +0 -68
  119. package/source/browser/types.ts +0 -21
  120. package/source/browser/utils.ts +0 -144
  121. package/source/cancellation/README.md +0 -301
  122. package/source/cancellation/index.ts +0 -6
  123. package/source/cancellation/token.ts +0 -339
  124. package/source/collections/awaitable/awaitable-list.ts +0 -135
  125. package/source/collections/awaitable/awaitable-map.ts +0 -124
  126. package/source/collections/awaitable/awaitable-set.ts +0 -113
  127. package/source/collections/awaitable/index.ts +0 -3
  128. package/source/collections/collection.ts +0 -10
  129. package/source/collections/index.ts +0 -12
  130. package/source/collections/keyed-set.ts +0 -104
  131. package/source/collections/list.ts +0 -18
  132. package/source/collections/observable/index.ts +0 -8
  133. package/source/collections/observable/observable-array.ts +0 -132
  134. package/source/collections/observable/observable-collection-base.ts +0 -119
  135. package/source/collections/observable/observable-collection.ts +0 -27
  136. package/source/collections/observable/observable-list-base.ts +0 -90
  137. package/source/collections/observable/observable-list.ts +0 -26
  138. package/source/collections/observable/observable-map.ts +0 -78
  139. package/source/collections/observable/observable-set.ts +0 -133
  140. package/source/collections/observable/observable-sorted-array-list.ts +0 -227
  141. package/source/collections/sorted-array-list.ts +0 -210
  142. package/source/collections/sorted-list.ts +0 -14
  143. package/source/collections/sorted-map.ts +0 -105
  144. package/source/constants.ts +0 -1
  145. package/source/context/context.ts +0 -92
  146. package/source/context/index.ts +0 -1
  147. package/source/cookie/cookie.ts +0 -99
  148. package/source/cookie/index.ts +0 -7
  149. package/source/core.ts +0 -34
  150. package/source/css/css-variables.ts +0 -73
  151. package/source/css/index.ts +0 -1
  152. package/source/data-structures/README.md +0 -330
  153. package/source/data-structures/array-dictionary.ts +0 -121
  154. package/source/data-structures/array-list.ts +0 -144
  155. package/source/data-structures/cache.ts +0 -67
  156. package/source/data-structures/circular-buffer.ts +0 -260
  157. package/source/data-structures/collection.ts +0 -137
  158. package/source/data-structures/context-data-map.ts +0 -60
  159. package/source/data-structures/dictionary.ts +0 -77
  160. package/source/data-structures/distinct-collection.ts +0 -113
  161. package/source/data-structures/index-out-of-bounds.error.ts +0 -11
  162. package/source/data-structures/index.ts +0 -24
  163. package/source/data-structures/iterable-weak-map.ts +0 -172
  164. package/source/data-structures/linked-list.ts +0 -478
  165. package/source/data-structures/list.ts +0 -164
  166. package/source/data-structures/map-dictionary.ts +0 -77
  167. package/source/data-structures/multi-key-map.ts +0 -204
  168. package/source/data-structures/multi-key-set.ts +0 -82
  169. package/source/data-structures/set-collection.ts +0 -115
  170. package/source/data-structures/sorted-array-list.ts +0 -172
  171. package/source/data-structures/weak-ref-map.ts +0 -171
  172. package/source/decorators/index.ts +0 -7
  173. package/source/decorators/log.ts +0 -46
  174. package/source/disposable/disposable.ts +0 -13
  175. package/source/disposable/index.ts +0 -2
  176. package/source/disposable/using.ts +0 -17
  177. package/source/distributed-loop/controller.ts +0 -4
  178. package/source/distributed-loop/distributed-loop.ts +0 -88
  179. package/source/distributed-loop/index.ts +0 -9
  180. package/source/distributed-loop/provider.ts +0 -16
  181. package/source/document-management/CONCEPT.md +0 -166
  182. package/source/document-management/README.md +0 -409
  183. package/source/document-management/api/document-management.api.ts +0 -235
  184. package/source/document-management/api/index.ts +0 -1
  185. package/source/document-management/authorization/document-management-authorization.service.ts +0 -99
  186. package/source/document-management/authorization/index.ts +0 -2
  187. package/source/document-management/authorization/policies.ts +0 -19
  188. package/source/document-management/index.ts +0 -5
  189. package/source/document-management/localizations/english.ts +0 -11
  190. package/source/document-management/localizations/german.ts +0 -11
  191. package/source/document-management/localizations/index.ts +0 -12
  192. package/source/document-management/localizations/localization.ts +0 -9
  193. package/source/document-management/models/document-assignment-scope.model.ts +0 -27
  194. package/source/document-management/models/document-assignment-task.model.ts +0 -30
  195. package/source/document-management/models/document-category.model.ts +0 -20
  196. package/source/document-management/models/document-collection-assignment.model.ts +0 -25
  197. package/source/document-management/models/document-collection.model.ts +0 -15
  198. package/source/document-management/models/document-management-table.ts +0 -6
  199. package/source/document-management/models/document-property-value.model.ts +0 -41
  200. package/source/document-management/models/document-property.model.ts +0 -30
  201. package/source/document-management/models/document-request-collection-assignment.model.ts +0 -24
  202. package/source/document-management/models/document-request-template.ts +0 -23
  203. package/source/document-management/models/document-request.model.ts +0 -44
  204. package/source/document-management/models/document-requests-template.ts +0 -15
  205. package/source/document-management/models/document-tag-assignment.model.ts +0 -22
  206. package/source/document-management/models/document-tag.model.ts +0 -15
  207. package/source/document-management/models/document-type-property.model.ts +0 -19
  208. package/source/document-management/models/document-type-validation.model.ts +0 -20
  209. package/source/document-management/models/document-type.model.ts +0 -20
  210. package/source/document-management/models/document-validation-definition.model.ts +0 -24
  211. package/source/document-management/models/document-validation-execution-related-document.model.ts +0 -23
  212. package/source/document-management/models/document-validation-execution.model.ts +0 -57
  213. package/source/document-management/models/document-workflow.model.ts +0 -68
  214. package/source/document-management/models/document.model.ts +0 -64
  215. package/source/document-management/models/index.ts +0 -22
  216. package/source/document-management/server/api/document-management.api.ts +0 -322
  217. package/source/document-management/server/api/index.ts +0 -1
  218. package/source/document-management/server/configure.ts +0 -10
  219. package/source/document-management/server/drizzle/0000_ordinary_pretty_boy.sql +0 -362
  220. package/source/document-management/server/drizzle/meta/0000_snapshot.json +0 -2680
  221. package/source/document-management/server/drizzle/meta/_journal.json +0 -13
  222. package/source/document-management/server/drizzle.config.ts +0 -13
  223. package/source/document-management/server/index.ts +0 -5
  224. package/source/document-management/server/module.ts +0 -30
  225. package/source/document-management/server/schemas.ts +0 -37
  226. package/source/document-management/server/services/document-category-type.service.ts +0 -95
  227. package/source/document-management/server/services/document-collection.service.ts +0 -100
  228. package/source/document-management/server/services/document-file.service.ts +0 -213
  229. package/source/document-management/server/services/document-management-ai.service.ts +0 -393
  230. package/source/document-management/server/services/document-management-ancillary.service.ts +0 -11
  231. package/source/document-management/server/services/document-management-observation.service.ts +0 -185
  232. package/source/document-management/server/services/document-management.service.ts +0 -411
  233. package/source/document-management/server/services/document-property.service.ts +0 -184
  234. package/source/document-management/server/services/document-request.service.ts +0 -142
  235. package/source/document-management/server/services/document-tag.service.ts +0 -70
  236. package/source/document-management/server/services/document-validation.service.ts +0 -187
  237. package/source/document-management/server/services/document-workflow.service.ts +0 -205
  238. package/source/document-management/server/services/document.service.ts +0 -197
  239. package/source/document-management/server/services/enum-type-key.ts +0 -1
  240. package/source/document-management/server/services/index.ts +0 -15
  241. package/source/document-management/server/services/singleton.ts +0 -12
  242. package/source/document-management/server/validators/ai-validation-executor.ts +0 -60
  243. package/source/document-management/server/validators/index.ts +0 -2
  244. package/source/document-management/server/validators/single-document-validation-executor.ts +0 -27
  245. package/source/document-management/server/validators/validator.ts +0 -23
  246. package/source/document-management/service-models/categories-and-types.view-model.ts +0 -10
  247. package/source/document-management/service-models/document-collection-metadata.service-model.ts +0 -15
  248. package/source/document-management/service-models/document-folders.view-model.ts +0 -35
  249. package/source/document-management/service-models/document-management.view-model.ts +0 -123
  250. package/source/document-management/service-models/document-requests-template.view-model.ts +0 -12
  251. package/source/document-management/service-models/document.service-model.ts +0 -157
  252. package/source/document-management/service-models/enriched/enriched-document-assignment.view.ts +0 -47
  253. package/source/document-management/service-models/enriched/enriched-document-category.view.ts +0 -75
  254. package/source/document-management/service-models/enriched/enriched-document-collection.view.ts +0 -72
  255. package/source/document-management/service-models/enriched/enriched-document-management-data.view.ts +0 -103
  256. package/source/document-management/service-models/enriched/enriched-document-request.view.ts +0 -48
  257. package/source/document-management/service-models/enriched/enriched-document-type.view.ts +0 -34
  258. package/source/document-management/service-models/enriched/enriched-document.view.ts +0 -97
  259. package/source/document-management/service-models/enriched/enriched-requests-template-data.model.ts +0 -35
  260. package/source/document-management/service-models/enriched/enriched.ts +0 -64
  261. package/source/document-management/service-models/enriched/index.ts +0 -9
  262. package/source/document-management/service-models/index.ts +0 -8
  263. package/source/document-management/service-models/stats.view-model.ts +0 -21
  264. package/source/dom/file-download.ts +0 -19
  265. package/source/dom/file-select-dialog.ts +0 -32
  266. package/source/dom/index.ts +0 -3
  267. package/source/dom/observation/index.ts +0 -6
  268. package/source/dom/observation/intersection-observer.ts +0 -61
  269. package/source/dom/observation/media-query-observer.ts +0 -19
  270. package/source/dom/observation/mutation-observer.ts +0 -43
  271. package/source/dom/observation/performance-observer.ts +0 -56
  272. package/source/dom/observation/resize-observer.ts +0 -46
  273. package/source/dom/observation/touch-observer.ts +0 -25
  274. package/source/enumerable/README.md +0 -192
  275. package/source/enumerable/async-enumerable.ts +0 -320
  276. package/source/enumerable/enumerable-methods.ts +0 -47
  277. package/source/enumerable/enumerable.ts +0 -243
  278. package/source/enumerable/index.ts +0 -8
  279. package/source/enumeration/README.md +0 -100
  280. package/source/enumeration/enumeration.ts +0 -26
  281. package/source/enumeration/index.ts +0 -1
  282. package/source/environment.ts +0 -41
  283. package/source/errors/README.md +0 -156
  284. package/source/errors/api.error.ts +0 -16
  285. package/source/errors/assertion.error.ts +0 -9
  286. package/source/errors/bad-request.error.ts +0 -9
  287. package/source/errors/custom.error.ts +0 -74
  288. package/source/errors/details.error.ts +0 -13
  289. package/source/errors/errors.localization.ts +0 -228
  290. package/source/errors/forbidden.error.ts +0 -9
  291. package/source/errors/index.ts +0 -25
  292. package/source/errors/invalid-credentials.error.ts +0 -9
  293. package/source/errors/invalid-token.error.ts +0 -9
  294. package/source/errors/max-bytes-exceeded.error.ts +0 -13
  295. package/source/errors/method-not-allowed.error.ts +0 -9
  296. package/source/errors/multi.error.ts +0 -13
  297. package/source/errors/not-found.error.ts +0 -9
  298. package/source/errors/not-implemented.error.ts +0 -9
  299. package/source/errors/not-supported.error.ts +0 -16
  300. package/source/errors/timeout.error.ts +0 -9
  301. package/source/errors/unauthorized.error.ts +0 -9
  302. package/source/errors/unsupported-media-type.error.ts +0 -9
  303. package/source/errors/utils.ts +0 -13
  304. package/source/examples/api/authentication.ts +0 -71
  305. package/source/examples/api/basic-overview.ts +0 -111
  306. package/source/examples/api/custom-authentication.ts +0 -140
  307. package/source/examples/api/streaming.ts +0 -127
  308. package/source/examples/browser/basic.ts +0 -35
  309. package/source/examples/document-management/categories-and-types.ts +0 -820
  310. package/source/examples/document-management/main.ts +0 -171
  311. package/source/examples/http/client.ts +0 -29
  312. package/source/examples/mail/basic.ts +0 -64
  313. package/source/examples/mail/templates/hello-name.tsx +0 -30
  314. package/source/examples/pdf/basic.ts +0 -70
  315. package/source/examples/pdf/templates/hello-name.hbs +0 -12
  316. package/source/examples/pdf/templates/hello-name.ts +0 -49
  317. package/source/examples/reflection/basic.ts +0 -38
  318. package/source/examples/template/basic.ts +0 -48
  319. package/source/examples/template/templates/hello-jsx.tsx +0 -17
  320. package/source/examples/template/templates/hello-name.hbs +0 -12
  321. package/source/examples/template/templates/hello-name.ts +0 -26
  322. package/source/file/index.ts +0 -2
  323. package/source/file/mime-type.ts +0 -21
  324. package/source/file/mime-types.ts +0 -773
  325. package/source/file/server/index.ts +0 -1
  326. package/source/file/server/temporary-file.ts +0 -67
  327. package/source/formats/formats.ts +0 -192
  328. package/source/formats/index.ts +0 -1
  329. package/source/function/index.ts +0 -7
  330. package/source/function/log.ts +0 -46
  331. package/source/http/README.md +0 -367
  332. package/source/http/client/adapters/undici.adapter.ts +0 -143
  333. package/source/http/client/http-client-options.ts +0 -12
  334. package/source/http/client/http-client-request.ts +0 -249
  335. package/source/http/client/http-client-response.ts +0 -58
  336. package/source/http/client/http-client.adapter.ts +0 -9
  337. package/source/http/client/http-client.ts +0 -391
  338. package/source/http/client/index.ts +0 -8
  339. package/source/http/client/middleware.ts +0 -8
  340. package/source/http/client/module.ts +0 -39
  341. package/source/http/client/tokens.ts +0 -4
  342. package/source/http/cookie-parser.ts +0 -30
  343. package/source/http/http-body.ts +0 -77
  344. package/source/http/http-form.ts +0 -27
  345. package/source/http/http-headers.ts +0 -124
  346. package/source/http/http-query.ts +0 -26
  347. package/source/http/http-url-parameters.ts +0 -17
  348. package/source/http/http-value-map.ts +0 -147
  349. package/source/http/http.error.ts +0 -89
  350. package/source/http/index.ts +0 -19
  351. package/source/http/server/http-server-request.ts +0 -40
  352. package/source/http/server/http-server-response.ts +0 -75
  353. package/source/http/server/http-server.ts +0 -18
  354. package/source/http/server/index.ts +0 -3
  355. package/source/http/server/node/index.ts +0 -2
  356. package/source/http/server/node/module.ts +0 -20
  357. package/source/http/server/node/node-http-server.ts +0 -270
  358. package/source/http/tokens.ts +0 -5
  359. package/source/http/types.ts +0 -51
  360. package/source/http/utils.ts +0 -143
  361. package/source/image-service/image-service.ts +0 -57
  362. package/source/image-service/imgproxy/imgproxy-image-service.ts +0 -115
  363. package/source/image-service/imgproxy/index.ts +0 -1
  364. package/source/image-service/index.ts +0 -8
  365. package/source/import.ts +0 -3
  366. package/source/index.ts +0 -9
  367. package/source/injector/README.md +0 -389
  368. package/source/injector/decorators.ts +0 -252
  369. package/source/injector/index.ts +0 -18
  370. package/source/injector/inject.ts +0 -181
  371. package/source/injector/injector.ts +0 -919
  372. package/source/injector/interfaces.ts +0 -28
  373. package/source/injector/provider.ts +0 -89
  374. package/source/injector/registration.error.ts +0 -12
  375. package/source/injector/resolution.ts +0 -25
  376. package/source/injector/resolve-chain.ts +0 -166
  377. package/source/injector/resolve.error.ts +0 -11
  378. package/source/injector/symbols.ts +0 -3
  379. package/source/injector/token.ts +0 -54
  380. package/source/injector/type-info.ts +0 -30
  381. package/source/injector/types.ts +0 -80
  382. package/source/interfaces.ts +0 -3
  383. package/source/intl/index.ts +0 -1
  384. package/source/intl/number-parser.ts +0 -50
  385. package/source/json-path/index.ts +0 -7
  386. package/source/json-path/json-path.ts +0 -226
  387. package/source/jsx/index.ts +0 -2
  388. package/source/jsx/is-component-class.ts +0 -9
  389. package/source/jsx/render-to-string.tsx +0 -23
  390. package/source/key-value-store/README.md +0 -231
  391. package/source/key-value-store/index.ts +0 -8
  392. package/source/key-value-store/key-value-store.provider.ts +0 -6
  393. package/source/key-value-store/key-value.store.ts +0 -68
  394. package/source/key-value-store/postgres/drizzle/0000_shocking_slipstream.sql +0 -12
  395. package/source/key-value-store/postgres/drizzle/meta/0000_snapshot.json +0 -97
  396. package/source/key-value-store/postgres/drizzle/meta/_journal.json +0 -13
  397. package/source/key-value-store/postgres/drizzle.config.ts +0 -13
  398. package/source/key-value-store/postgres/index.ts +0 -2
  399. package/source/key-value-store/postgres/key-value-store.service.ts +0 -75
  400. package/source/key-value-store/postgres/models/index.ts +0 -2
  401. package/source/key-value-store/postgres/models/key-value.model.ts +0 -15
  402. package/source/key-value-store/postgres/models/schemas.ts +0 -6
  403. package/source/key-value-store/postgres/module.ts +0 -31
  404. package/source/lock/README.md +0 -214
  405. package/source/lock/index.ts +0 -8
  406. package/source/lock/lock.ts +0 -133
  407. package/source/lock/postgres/drizzle/0000_busy_tattoo.sql +0 -7
  408. package/source/lock/postgres/drizzle/meta/0000_snapshot.json +0 -65
  409. package/source/lock/postgres/drizzle/meta/_journal.json +0 -13
  410. package/source/lock/postgres/drizzle.config.ts +0 -13
  411. package/source/lock/postgres/index.ts +0 -2
  412. package/source/lock/postgres/lock.ts +0 -145
  413. package/source/lock/postgres/models/index.ts +0 -2
  414. package/source/lock/postgres/models/lock.model.ts +0 -16
  415. package/source/lock/postgres/models/schemas.ts +0 -6
  416. package/source/lock/postgres/module.ts +0 -34
  417. package/source/lock/postgres/provider.ts +0 -22
  418. package/source/lock/provider.ts +0 -42
  419. package/source/lock/web/index.ts +0 -3
  420. package/source/lock/web/module.ts +0 -13
  421. package/source/lock/web/web-lock.provider.ts +0 -11
  422. package/source/lock/web/web-lock.ts +0 -101
  423. package/source/logger/README.md +0 -257
  424. package/source/logger/formatter.ts +0 -15
  425. package/source/logger/formatters/index.ts +0 -2
  426. package/source/logger/formatters/json.ts +0 -28
  427. package/source/logger/formatters/pretty-print.ts +0 -58
  428. package/source/logger/index.ts +0 -14
  429. package/source/logger/level.ts +0 -12
  430. package/source/logger/logger.ts +0 -156
  431. package/source/logger/manager.ts +0 -96
  432. package/source/logger/tokens.ts +0 -4
  433. package/source/logger/transport.ts +0 -27
  434. package/source/logger/transports/console.ts +0 -38
  435. package/source/logger/transports/index.ts +0 -1
  436. package/source/mail/README.md +0 -225
  437. package/source/mail/clients/index.ts +0 -1
  438. package/source/mail/clients/nodemailer.mail-client.ts +0 -90
  439. package/source/mail/drizzle/0000_previous_malcolm_colcord.sql +0 -13
  440. package/source/mail/drizzle/0001_flimsy_bloodscream.sql +0 -5
  441. package/source/mail/drizzle/meta/0000_snapshot.json +0 -100
  442. package/source/mail/drizzle/meta/0001_snapshot.json +0 -69
  443. package/source/mail/drizzle/meta/_journal.json +0 -20
  444. package/source/mail/drizzle.config.ts +0 -13
  445. package/source/mail/index.ts +0 -12
  446. package/source/mail/mail.client.ts +0 -33
  447. package/source/mail/mail.service.ts +0 -73
  448. package/source/mail/models/index.ts +0 -7
  449. package/source/mail/models/mail-address.model.ts +0 -1
  450. package/source/mail/models/mail-content.model.ts +0 -4
  451. package/source/mail/models/mail-data.model.ts +0 -24
  452. package/source/mail/models/mail-log.model.ts +0 -22
  453. package/source/mail/models/mail-send-result.model.ts +0 -8
  454. package/source/mail/models/mail-template.model.ts +0 -17
  455. package/source/mail/models/schemas.ts +0 -6
  456. package/source/mail/module.ts +0 -45
  457. package/source/mail/tokens.ts +0 -4
  458. package/source/memory/finalization.ts +0 -62
  459. package/source/memory/index.ts +0 -8
  460. package/source/memory/observable-finalization-registry.ts +0 -14
  461. package/source/message-bus/README.md +0 -245
  462. package/source/message-bus/broadcast-channel/broadcast-channel-message-bus-provider.ts +0 -14
  463. package/source/message-bus/broadcast-channel/broadcast-channel-message-bus.ts +0 -63
  464. package/source/message-bus/broadcast-channel/index.ts +0 -3
  465. package/source/message-bus/broadcast-channel/module.ts +0 -13
  466. package/source/message-bus/index.ts +0 -11
  467. package/source/message-bus/local/index.ts +0 -3
  468. package/source/message-bus/local/local-message-bus-provider.ts +0 -27
  469. package/source/message-bus/local/local-message-bus.ts +0 -43
  470. package/source/message-bus/local/module.ts +0 -13
  471. package/source/message-bus/local/types.ts +0 -4
  472. package/source/message-bus/message-bus-base.ts +0 -65
  473. package/source/message-bus/message-bus-provider.ts +0 -5
  474. package/source/message-bus/message-bus.ts +0 -24
  475. package/source/module/README.md +0 -169
  476. package/source/module/index.ts +0 -8
  477. package/source/module/module.ts +0 -64
  478. package/source/module/modules/function.module.ts +0 -24
  479. package/source/module/modules/index.ts +0 -2
  480. package/source/module/modules/web-server.module.ts +0 -64
  481. package/source/object-storage/README.md +0 -272
  482. package/source/object-storage/index.ts +0 -10
  483. package/source/object-storage/object-storage-provider.ts +0 -9
  484. package/source/object-storage/object-storage.ts +0 -137
  485. package/source/object-storage/object.ts +0 -23
  486. package/source/object-storage/s3/index.ts +0 -3
  487. package/source/object-storage/s3/s3.object-storage-provider.ts +0 -86
  488. package/source/object-storage/s3/s3.object-storage.ts +0 -253
  489. package/source/object-storage/s3/s3.object.ts +0 -56
  490. package/source/openid-connect/cached-oidc-configuration.service.ts +0 -39
  491. package/source/openid-connect/index.ts +0 -17
  492. package/source/openid-connect/oidc-configuration.service.ts +0 -47
  493. package/source/openid-connect/oidc-state.model.ts +0 -27
  494. package/source/openid-connect/oidc.service-model.ts +0 -57
  495. package/source/openid-connect/oidc.service.ts +0 -190
  496. package/source/orm/README.md +0 -385
  497. package/source/orm/data-types/bytea.ts +0 -21
  498. package/source/orm/data-types/common.ts +0 -28
  499. package/source/orm/data-types/index.ts +0 -9
  500. package/source/orm/data-types/numeric-date.ts +0 -29
  501. package/source/orm/data-types/timestamp.ts +0 -22
  502. package/source/orm/data-types/tsvector.ts +0 -16
  503. package/source/orm/decorators.ts +0 -546
  504. package/source/orm/entity.ts +0 -84
  505. package/source/orm/index.ts +0 -13
  506. package/source/orm/query/base.ts +0 -269
  507. package/source/orm/query/index.ts +0 -2
  508. package/source/orm/query/parade.ts +0 -135
  509. package/source/orm/repository.types.ts +0 -221
  510. package/source/orm/schemas/index.ts +0 -6
  511. package/source/orm/schemas/json.ts +0 -38
  512. package/source/orm/schemas/numeric-date.ts +0 -19
  513. package/source/orm/schemas/numeric.ts +0 -41
  514. package/source/orm/schemas/timestamp.ts +0 -29
  515. package/source/orm/schemas/tsvector.ts +0 -25
  516. package/source/orm/schemas/uuid.ts +0 -27
  517. package/source/orm/server/database-schema.ts +0 -65
  518. package/source/orm/server/database.ts +0 -51
  519. package/source/orm/server/drizzle/index.ts +0 -1
  520. package/source/orm/server/drizzle/schema-converter.ts +0 -507
  521. package/source/orm/server/encryption.ts +0 -65
  522. package/source/orm/server/index.ts +0 -13
  523. package/source/orm/server/module.ts +0 -45
  524. package/source/orm/server/query-converter.ts +0 -567
  525. package/source/orm/server/repository.ts +0 -1487
  526. package/source/orm/server/tokens.ts +0 -3
  527. package/source/orm/server/transaction.ts +0 -117
  528. package/source/orm/server/transactional.ts +0 -217
  529. package/source/orm/server/types.ts +0 -58
  530. package/source/orm/sqls.ts +0 -374
  531. package/source/orm/types.ts +0 -118
  532. package/source/orm/utils.ts +0 -25
  533. package/source/password/README.md +0 -123
  534. package/source/password/have-i-been-pwned.ts +0 -29
  535. package/source/password/index.ts +0 -10
  536. package/source/password/password-check-result.model.ts +0 -32
  537. package/source/password/password-check.localization.ts +0 -104
  538. package/source/password/password-check.ts +0 -70
  539. package/source/pdf/README.md +0 -206
  540. package/source/pdf/index.ts +0 -2
  541. package/source/pdf/pdf.service.ts +0 -197
  542. package/source/pdf/utils.ts +0 -91
  543. package/source/polyfills.ts +0 -1
  544. package/source/pool/index.ts +0 -7
  545. package/source/pool/pool.ts +0 -186
  546. package/source/process/README.md +0 -162
  547. package/source/process/index.ts +0 -1
  548. package/source/process/spawn.ts +0 -131
  549. package/source/promise/README.md +0 -209
  550. package/source/promise/cancelable-promise.ts +0 -46
  551. package/source/promise/custom-promise.ts +0 -21
  552. package/source/promise/deferred-promise.ts +0 -102
  553. package/source/promise/index.ts +0 -10
  554. package/source/promise/lazy-promise.ts +0 -46
  555. package/source/promise/types.ts +0 -3
  556. package/source/queue/README.md +0 -235
  557. package/source/queue/enqueue-batch.ts +0 -36
  558. package/source/queue/index.ts +0 -3
  559. package/source/queue/postgres/drizzle/0000_zippy_moondragon.sql +0 -11
  560. package/source/queue/postgres/drizzle/0001_certain_wild_pack.sql +0 -2
  561. package/source/queue/postgres/drizzle/0002_dear_meggan.sql +0 -2
  562. package/source/queue/postgres/drizzle/meta/0000_snapshot.json +0 -90
  563. package/source/queue/postgres/drizzle/meta/0001_snapshot.json +0 -103
  564. package/source/queue/postgres/drizzle/meta/0002_snapshot.json +0 -90
  565. package/source/queue/postgres/drizzle/meta/_journal.json +0 -27
  566. package/source/queue/postgres/drizzle.config.ts +0 -13
  567. package/source/queue/postgres/index.ts +0 -4
  568. package/source/queue/postgres/job.model.ts +0 -29
  569. package/source/queue/postgres/module.ts +0 -34
  570. package/source/queue/postgres/queue.provider.ts +0 -15
  571. package/source/queue/postgres/queue.ts +0 -208
  572. package/source/queue/postgres/schemas.ts +0 -6
  573. package/source/queue/provider.ts +0 -6
  574. package/source/queue/queue.ts +0 -150
  575. package/source/random/index.ts +0 -2
  576. package/source/random/number-generator/index.ts +0 -5
  577. package/source/random/number-generator/mulberry32.ts +0 -48
  578. package/source/random/number-generator/random-number-generator-function.ts +0 -6
  579. package/source/random/number-generator/random-number-generator.ts +0 -20
  580. package/source/random/number-generator/seeded-random-number-generator.ts +0 -17
  581. package/source/random/number-generator/sfc32.ts +0 -66
  582. package/source/random/number-generator/utils.ts +0 -10
  583. package/source/random/series.ts +0 -85
  584. package/source/reflection/README.md +0 -235
  585. package/source/reflection/decorator-data.ts +0 -68
  586. package/source/reflection/decorators.ts +0 -56
  587. package/source/reflection/index.ts +0 -5
  588. package/source/reflection/registry.ts +0 -212
  589. package/source/reflection/types.ts +0 -106
  590. package/source/reflection/utils.ts +0 -169
  591. package/source/require.ts +0 -7
  592. package/source/rpc/README.md +0 -234
  593. package/source/rpc/adapters/index.ts +0 -1
  594. package/source/rpc/adapters/readable-stream.adapter.ts +0 -97
  595. package/source/rpc/endpoints/index.ts +0 -1
  596. package/source/rpc/endpoints/message-port.rpc-endpoint.ts +0 -185
  597. package/source/rpc/index.ts +0 -6
  598. package/source/rpc/model.ts +0 -41
  599. package/source/rpc/rpc.adapter.ts +0 -14
  600. package/source/rpc/rpc.endpoint.ts +0 -86
  601. package/source/rpc/rpc.error.ts +0 -23
  602. package/source/rpc/rpc.ts +0 -419
  603. package/source/rxjs-utils/cast.ts +0 -9
  604. package/source/rxjs-utils/index.ts +0 -9
  605. package/source/rxjs-utils/noop.ts +0 -9
  606. package/source/rxjs-utils/reject-error.ts +0 -10
  607. package/source/rxjs-utils/retry-backoff.ts +0 -42
  608. package/source/rxjs-utils/slow-array.ts +0 -55
  609. package/source/rxjs-utils/start-with-provider.ts +0 -7
  610. package/source/rxjs-utils/teardown.ts +0 -25
  611. package/source/rxjs-utils/timing.ts +0 -43
  612. package/source/rxjs-utils/untrack.ts +0 -13
  613. package/source/schema/README.md +0 -414
  614. package/source/schema/converters/index.ts +0 -1
  615. package/source/schema/converters/openapi-converter.ts +0 -150
  616. package/source/schema/decorators/class.ts +0 -6
  617. package/source/schema/decorators/description.ts +0 -13
  618. package/source/schema/decorators/index.ts +0 -3
  619. package/source/schema/decorators/schema.ts +0 -57
  620. package/source/schema/decorators/types.ts +0 -28
  621. package/source/schema/decorators/utils.ts +0 -40
  622. package/source/schema/index.ts +0 -25
  623. package/source/schema/schema.error.ts +0 -88
  624. package/source/schema/schema.ts +0 -153
  625. package/source/schema/schemas/any.ts +0 -20
  626. package/source/schema/schemas/array.ts +0 -75
  627. package/source/schema/schemas/bigint.ts +0 -44
  628. package/source/schema/schemas/boolean.ts +0 -46
  629. package/source/schema/schemas/date.ts +0 -38
  630. package/source/schema/schemas/defaulted.ts +0 -39
  631. package/source/schema/schemas/deferred.ts +0 -30
  632. package/source/schema/schemas/enumeration.ts +0 -50
  633. package/source/schema/schemas/function.ts +0 -94
  634. package/source/schema/schemas/index.ts +0 -26
  635. package/source/schema/schemas/instance.ts +0 -46
  636. package/source/schema/schemas/literal.ts +0 -46
  637. package/source/schema/schemas/never.ts +0 -18
  638. package/source/schema/schemas/nullable.ts +0 -40
  639. package/source/schema/schemas/number.ts +0 -60
  640. package/source/schema/schemas/object.ts +0 -333
  641. package/source/schema/schemas/one-or-many.ts +0 -39
  642. package/source/schema/schemas/optional.ts +0 -43
  643. package/source/schema/schemas/readable-stream.ts +0 -21
  644. package/source/schema/schemas/regexp.ts +0 -34
  645. package/source/schema/schemas/simple.ts +0 -103
  646. package/source/schema/schemas/string.ts +0 -59
  647. package/source/schema/schemas/symbol.ts +0 -21
  648. package/source/schema/schemas/transform.ts +0 -34
  649. package/source/schema/schemas/uint8-array.ts +0 -38
  650. package/source/schema/schemas/union.ts +0 -61
  651. package/source/schema/schemas/unknown.ts +0 -20
  652. package/source/schema/testable.ts +0 -51
  653. package/source/schema/types.ts +0 -25
  654. package/source/serializer/README.md +0 -237
  655. package/source/serializer/handlers/binary.ts +0 -40
  656. package/source/serializer/handlers/date.ts +0 -7
  657. package/source/serializer/handlers/error.ts +0 -13
  658. package/source/serializer/handlers/index.ts +0 -7
  659. package/source/serializer/handlers/map.ts +0 -29
  660. package/source/serializer/handlers/regex.ts +0 -15
  661. package/source/serializer/handlers/register.ts +0 -44
  662. package/source/serializer/handlers/set.ts +0 -25
  663. package/source/serializer/index.ts +0 -4
  664. package/source/serializer/serializable.ts +0 -94
  665. package/source/serializer/serializer.ts +0 -396
  666. package/source/serializer/types.ts +0 -68
  667. package/source/signals/api.ts +0 -40
  668. package/source/signals/computed-with-dependencies.ts +0 -17
  669. package/source/signals/effect-with-dependencies.ts +0 -17
  670. package/source/signals/implementation/README.md +0 -1
  671. package/source/signals/implementation/api.ts +0 -29
  672. package/source/signals/implementation/asserts.ts +0 -24
  673. package/source/signals/implementation/computed.ts +0 -160
  674. package/source/signals/implementation/configure.ts +0 -23
  675. package/source/signals/implementation/effect.ts +0 -181
  676. package/source/signals/implementation/equality.ts +0 -19
  677. package/source/signals/implementation/errors.ts +0 -23
  678. package/source/signals/implementation/graph.ts +0 -500
  679. package/source/signals/implementation/index.ts +0 -13
  680. package/source/signals/implementation/signal.ts +0 -93
  681. package/source/signals/implementation/to-observable.ts +0 -43
  682. package/source/signals/implementation/to-signal.ts +0 -212
  683. package/source/signals/implementation/untracked.ts +0 -24
  684. package/source/signals/implementation/watch.ts +0 -145
  685. package/source/signals/implementation/writable-signal.ts +0 -79
  686. package/source/signals/index.ts +0 -9
  687. package/source/signals/notifier.ts +0 -22
  688. package/source/signals/operators/combine.ts +0 -16
  689. package/source/signals/operators/defer.ts +0 -10
  690. package/source/signals/operators/derive-async.ts +0 -64
  691. package/source/signals/operators/index.ts +0 -5
  692. package/source/signals/operators/map.ts +0 -5
  693. package/source/signals/operators/switchAll.ts +0 -6
  694. package/source/signals/pipe.ts +0 -41
  695. package/source/signals/symbol.ts +0 -6
  696. package/source/signals/to-lazy-signal.ts +0 -24
  697. package/source/signals/types.ts +0 -4
  698. package/source/signals/untracked-operator.ts +0 -14
  699. package/source/sse/README.md +0 -271
  700. package/source/sse/data-stream-source.ts +0 -99
  701. package/source/sse/data-stream.ts +0 -27
  702. package/source/sse/index.ts +0 -5
  703. package/source/sse/model.ts +0 -28
  704. package/source/sse/server-sent-events-source.ts +0 -78
  705. package/source/sse/server-sent-events.ts +0 -126
  706. package/source/supports.ts +0 -7
  707. package/source/templates/README.md +0 -261
  708. package/source/templates/index.ts +0 -9
  709. package/source/templates/module.ts +0 -41
  710. package/source/templates/providers/file.template-provider.ts +0 -53
  711. package/source/templates/providers/index.ts +0 -2
  712. package/source/templates/providers/memory.template-provider.ts +0 -29
  713. package/source/templates/renderers/handlebars.template-renderer.ts +0 -154
  714. package/source/templates/renderers/index.ts +0 -4
  715. package/source/templates/renderers/jsx.template-renderer.tsx +0 -23
  716. package/source/templates/renderers/mjml.template-renderer.ts +0 -57
  717. package/source/templates/renderers/string.template-renderer.ts +0 -27
  718. package/source/templates/resolvers/file.template-resolver.ts +0 -60
  719. package/source/templates/resolvers/index.ts +0 -3
  720. package/source/templates/resolvers/jsx.template-resolver.ts +0 -33
  721. package/source/templates/resolvers/string.template-resolver.ts +0 -28
  722. package/source/templates/template-renderer.provider.ts +0 -32
  723. package/source/templates/template-resolver.provider.ts +0 -32
  724. package/source/templates/template.model.ts +0 -51
  725. package/source/templates/template.provider.ts +0 -5
  726. package/source/templates/template.renderer.ts +0 -36
  727. package/source/templates/template.resolver.ts +0 -6
  728. package/source/templates/template.service.ts +0 -50
  729. package/source/templates/tokens.ts +0 -6
  730. package/source/templates/types/index.ts +0 -1
  731. package/source/templates/types/jsx.intrinsic-elements.ts +0 -7
  732. package/source/test/drizzle/0000_natural_cannonball.sql +0 -9
  733. package/source/test/drizzle/meta/0000_snapshot.json +0 -118
  734. package/source/test/drizzle/meta/_journal.json +0 -13
  735. package/source/test/drizzle.config.ts +0 -13
  736. package/source/test/index.ts +0 -3
  737. package/source/test/module.ts +0 -24
  738. package/source/test/schemas.ts +0 -6
  739. package/source/test/test.model.ts +0 -327
  740. package/source/test1.ts +0 -111
  741. package/source/test2.ts +0 -19
  742. package/source/test3.ts +0 -58
  743. package/source/test4.ts +0 -176
  744. package/source/test5.ts +0 -27
  745. package/source/test6.ts +0 -36
  746. package/source/text/README.md +0 -364
  747. package/source/text/common-localization.ts +0 -71
  748. package/source/text/dynamic-text.model.ts +0 -59
  749. package/source/text/index.ts +0 -4
  750. package/source/text/localizable-text.model.ts +0 -3
  751. package/source/text/localization.service.ts +0 -348
  752. package/source/threading/index.ts +0 -2
  753. package/source/threading/thread-pool.ts +0 -83
  754. package/source/threading/thread-worker.ts +0 -7
  755. package/source/tokens.ts +0 -3
  756. package/source/tools/fetch-mime-types.ts +0 -22
  757. package/source/types/README.md +0 -216
  758. package/source/types/geo-json.ts +0 -48
  759. package/source/types/index.ts +0 -4
  760. package/source/types/tagged.ts +0 -23
  761. package/source/types/types.ts +0 -290
  762. package/source/types/web-types.ts +0 -119
  763. package/source/utils/README.md +0 -385
  764. package/source/utils/alphabet.ts +0 -12
  765. package/source/utils/any-iterable-iterator.ts +0 -10
  766. package/source/utils/array/array-backtracker.ts +0 -62
  767. package/source/utils/array/array.ts +0 -114
  768. package/source/utils/array/index.ts +0 -2
  769. package/source/utils/async-hook/async-hook.ts +0 -153
  770. package/source/utils/async-hook/index.ts +0 -1
  771. package/source/utils/async-iterable-helpers/all.ts +0 -45
  772. package/source/utils/async-iterable-helpers/any.ts +0 -45
  773. package/source/utils/async-iterable-helpers/assert.ts +0 -40
  774. package/source/utils/async-iterable-helpers/batch.ts +0 -43
  775. package/source/utils/async-iterable-helpers/buffer.ts +0 -68
  776. package/source/utils/async-iterable-helpers/concat.ts +0 -8
  777. package/source/utils/async-iterable-helpers/default-if-empty.ts +0 -14
  778. package/source/utils/async-iterable-helpers/deferred.ts +0 -6
  779. package/source/utils/async-iterable-helpers/difference.ts +0 -36
  780. package/source/utils/async-iterable-helpers/distinct.ts +0 -39
  781. package/source/utils/async-iterable-helpers/drain.ts +0 -7
  782. package/source/utils/async-iterable-helpers/filter.ts +0 -41
  783. package/source/utils/async-iterable-helpers/first-or-default.ts +0 -15
  784. package/source/utils/async-iterable-helpers/first.ts +0 -15
  785. package/source/utils/async-iterable-helpers/for-each.ts +0 -34
  786. package/source/utils/async-iterable-helpers/group-single.ts +0 -9
  787. package/source/utils/async-iterable-helpers/group-to-map.ts +0 -88
  788. package/source/utils/async-iterable-helpers/group-to-single-map.ts +0 -88
  789. package/source/utils/async-iterable-helpers/group.ts +0 -9
  790. package/source/utils/async-iterable-helpers/includes.ts +0 -10
  791. package/source/utils/async-iterable-helpers/index.ts +0 -48
  792. package/source/utils/async-iterable-helpers/interrupt.ts +0 -31
  793. package/source/utils/async-iterable-helpers/is-async-iterable.ts +0 -11
  794. package/source/utils/async-iterable-helpers/last-or-default.ts +0 -22
  795. package/source/utils/async-iterable-helpers/last.ts +0 -22
  796. package/source/utils/async-iterable-helpers/map-many.ts +0 -37
  797. package/source/utils/async-iterable-helpers/map.ts +0 -37
  798. package/source/utils/async-iterable-helpers/materialize.ts +0 -34
  799. package/source/utils/async-iterable-helpers/metadata.ts +0 -58
  800. package/source/utils/async-iterable-helpers/multiplex.ts +0 -37
  801. package/source/utils/async-iterable-helpers/observable-iterable.ts +0 -40
  802. package/source/utils/async-iterable-helpers/pairwise.ts +0 -41
  803. package/source/utils/async-iterable-helpers/parallel/feed.ts +0 -32
  804. package/source/utils/async-iterable-helpers/parallel/filter.ts +0 -13
  805. package/source/utils/async-iterable-helpers/parallel/for-each.ts +0 -32
  806. package/source/utils/async-iterable-helpers/parallel/group.ts +0 -19
  807. package/source/utils/async-iterable-helpers/parallel/index.ts +0 -7
  808. package/source/utils/async-iterable-helpers/parallel/map.ts +0 -10
  809. package/source/utils/async-iterable-helpers/parallel/tap.ts +0 -10
  810. package/source/utils/async-iterable-helpers/parallel/types.ts +0 -2
  811. package/source/utils/async-iterable-helpers/reduce.ts +0 -51
  812. package/source/utils/async-iterable-helpers/retry.ts +0 -67
  813. package/source/utils/async-iterable-helpers/single-or-default.ts +0 -28
  814. package/source/utils/async-iterable-helpers/single.ts +0 -32
  815. package/source/utils/async-iterable-helpers/skip.ts +0 -6
  816. package/source/utils/async-iterable-helpers/sort.ts +0 -12
  817. package/source/utils/async-iterable-helpers/take-until.ts +0 -52
  818. package/source/utils/async-iterable-helpers/take-while.ts +0 -45
  819. package/source/utils/async-iterable-helpers/take.ts +0 -38
  820. package/source/utils/async-iterable-helpers/tap.ts +0 -37
  821. package/source/utils/async-iterable-helpers/throttle.ts +0 -15
  822. package/source/utils/async-iterable-helpers/to-array.ts +0 -16
  823. package/source/utils/async-iterable-helpers/to-async-iterable-iterator.ts +0 -53
  824. package/source/utils/async-iterable-helpers/to-async-iterator.ts +0 -43
  825. package/source/utils/async-iterable-helpers/to-set.ts +0 -16
  826. package/source/utils/async-iterable-helpers/to-sync-iterable.ts +0 -9
  827. package/source/utils/async-iterable-helpers/types.ts +0 -12
  828. package/source/utils/async-iterable-helpers/while.ts +0 -45
  829. package/source/utils/async-iterator-iterable-iterator.ts +0 -58
  830. package/source/utils/backoff.ts +0 -320
  831. package/source/utils/base64.ts +0 -207
  832. package/source/utils/benchmark.ts +0 -164
  833. package/source/utils/binary-search.ts +0 -114
  834. package/source/utils/binary.ts +0 -66
  835. package/source/utils/clone.ts +0 -57
  836. package/source/utils/comparison.ts +0 -112
  837. package/source/utils/compression.ts +0 -163
  838. package/source/utils/config-parser.ts +0 -37
  839. package/source/utils/crc32.ts +0 -38
  840. package/source/utils/cryptography.ts +0 -259
  841. package/source/utils/date-time.ts +0 -196
  842. package/source/utils/encoding.ts +0 -84
  843. package/source/utils/enum.ts +0 -54
  844. package/source/utils/equals.ts +0 -196
  845. package/source/utils/event-loop.ts +0 -29
  846. package/source/utils/factory-map.ts +0 -90
  847. package/source/utils/feedable-async-iterable.ts +0 -60
  848. package/source/utils/file-reader.ts +0 -27
  849. package/source/utils/format-error.ts +0 -133
  850. package/source/utils/format.ts +0 -42
  851. package/source/utils/function/class.ts +0 -14
  852. package/source/utils/function/index.ts +0 -3
  853. package/source/utils/function/memoize.ts +0 -190
  854. package/source/utils/function/throttle.ts +0 -33
  855. package/source/utils/helpers.ts +0 -91
  856. package/source/utils/html-link-utils.ts +0 -20
  857. package/source/utils/image.ts +0 -94
  858. package/source/utils/index.ts +0 -60
  859. package/source/utils/iterable-helpers/all.ts +0 -15
  860. package/source/utils/iterable-helpers/any.ts +0 -15
  861. package/source/utils/iterable-helpers/assert.ts +0 -11
  862. package/source/utils/iterable-helpers/batch.ts +0 -16
  863. package/source/utils/iterable-helpers/concat.ts +0 -5
  864. package/source/utils/iterable-helpers/default-if-empty.ts +0 -12
  865. package/source/utils/iterable-helpers/deferred.ts +0 -3
  866. package/source/utils/iterable-helpers/difference.ts +0 -32
  867. package/source/utils/iterable-helpers/distinct.ts +0 -15
  868. package/source/utils/iterable-helpers/drain.ts +0 -5
  869. package/source/utils/iterable-helpers/filter.ts +0 -13
  870. package/source/utils/iterable-helpers/first-or-default.ts +0 -12
  871. package/source/utils/iterable-helpers/first.ts +0 -12
  872. package/source/utils/iterable-helpers/for-each.ts +0 -9
  873. package/source/utils/iterable-helpers/group-single.ts +0 -8
  874. package/source/utils/iterable-helpers/group-to-map.ts +0 -40
  875. package/source/utils/iterable-helpers/group-to-single-map.ts +0 -40
  876. package/source/utils/iterable-helpers/group.ts +0 -8
  877. package/source/utils/iterable-helpers/includes.ts +0 -5
  878. package/source/utils/iterable-helpers/index.ts +0 -39
  879. package/source/utils/iterable-helpers/is-iterable.ts +0 -11
  880. package/source/utils/iterable-helpers/last-or-default.ts +0 -20
  881. package/source/utils/iterable-helpers/last.ts +0 -20
  882. package/source/utils/iterable-helpers/map-many.ts +0 -10
  883. package/source/utils/iterable-helpers/map.ts +0 -10
  884. package/source/utils/iterable-helpers/materialize.ts +0 -3
  885. package/source/utils/iterable-helpers/metadata.ts +0 -25
  886. package/source/utils/iterable-helpers/pairwise.ts +0 -15
  887. package/source/utils/iterable-helpers/range.ts +0 -5
  888. package/source/utils/iterable-helpers/reduce.ts +0 -17
  889. package/source/utils/iterable-helpers/single-or-default.ts +0 -22
  890. package/source/utils/iterable-helpers/single.ts +0 -26
  891. package/source/utils/iterable-helpers/skip.ts +0 -8
  892. package/source/utils/iterable-helpers/sort.ts +0 -7
  893. package/source/utils/iterable-helpers/take-until.ts +0 -15
  894. package/source/utils/iterable-helpers/take-while.ts +0 -16
  895. package/source/utils/iterable-helpers/take.ts +0 -14
  896. package/source/utils/iterable-helpers/tap.ts +0 -10
  897. package/source/utils/iterable-helpers/types.ts +0 -7
  898. package/source/utils/iterable-helpers/while.ts +0 -15
  899. package/source/utils/jwt.ts +0 -145
  900. package/source/utils/map.ts +0 -59
  901. package/source/utils/math.ts +0 -159
  902. package/source/utils/merge.ts +0 -89
  903. package/source/utils/middleware.ts +0 -69
  904. package/source/utils/moving-metric.ts +0 -222
  905. package/source/utils/noop.ts +0 -7
  906. package/source/utils/object/decycle.ts +0 -98
  907. package/source/utils/object/dereference.ts +0 -133
  908. package/source/utils/object/forward-ref.ts +0 -105
  909. package/source/utils/object/index.ts +0 -7
  910. package/source/utils/object/lazy-property.ts +0 -152
  911. package/source/utils/object/merge.ts +0 -88
  912. package/source/utils/object/object.ts +0 -203
  913. package/source/utils/object/property-name.ts +0 -100
  914. package/source/utils/ordered-feedable-async-iterable.ts +0 -60
  915. package/source/utils/patch-worker.ts +0 -109
  916. package/source/utils/patterns.ts +0 -10
  917. package/source/utils/periodic-reporter.ts +0 -81
  918. package/source/utils/periodic-sampler.ts +0 -100
  919. package/source/utils/provider-function-iterable.ts +0 -40
  920. package/source/utils/proxy.ts +0 -23
  921. package/source/utils/random.ts +0 -57
  922. package/source/utils/reactive-value-to-signal.ts +0 -23
  923. package/source/utils/reflection.ts +0 -27
  924. package/source/utils/repl.ts +0 -23
  925. package/source/utils/set.ts +0 -58
  926. package/source/utils/singleton.ts +0 -38
  927. package/source/utils/sort.ts +0 -90
  928. package/source/utils/stream/finalize-stream.ts +0 -68
  929. package/source/utils/stream/from-promise.ts +0 -34
  930. package/source/utils/stream/index.ts +0 -9
  931. package/source/utils/stream/readable-stream-adapter.ts +0 -46
  932. package/source/utils/stream/size-limited-stream.ts +0 -18
  933. package/source/utils/stream/slice.ts +0 -97
  934. package/source/utils/stream/stream-helper-types.ts +0 -18
  935. package/source/utils/stream/stream-reader.ts +0 -169
  936. package/source/utils/stream/to-bytes-stream.ts +0 -97
  937. package/source/utils/stream/to-readable-stream.ts +0 -8
  938. package/source/utils/string/casing.ts +0 -21
  939. package/source/utils/string/hypenate.ts +0 -3
  940. package/source/utils/string/index.ts +0 -5
  941. package/source/utils/string/normalize.ts +0 -100
  942. package/source/utils/string/title-case.ts +0 -10
  943. package/source/utils/string/trim.ts +0 -13
  944. package/source/utils/throw.ts +0 -9
  945. package/source/utils/timer.ts +0 -103
  946. package/source/utils/timing.ts +0 -70
  947. package/source/utils/try-chain.ts +0 -51
  948. package/source/utils/try-ignore.ts +0 -49
  949. package/source/utils/type/extends.ts +0 -7
  950. package/source/utils/type/index.ts +0 -1
  951. package/source/utils/type-guards.ts +0 -431
  952. package/source/utils/type-of.ts +0 -50
  953. package/source/utils/units.ts +0 -61
  954. package/source/utils/url-builder.ts +0 -78
  955. package/source/utils/value-or-provider.ts +0 -58
  956. package/source/utils/z-base32.ts +0 -59
  957. package/tsconfig.base.json +0 -50
  958. package/tsconfig.dts.json +0 -6
  959. package/tstdl-features.xml +0 -1239
  960. package/typedoc.js +0 -46
  961. /package/{dist/ai → ai}/ai-file.service.d.ts +0 -0
  962. /package/{dist/ai → ai}/ai-file.service.js +0 -0
  963. /package/{dist/ai → ai}/ai-session.d.ts +0 -0
  964. /package/{dist/ai → ai}/ai-session.js +0 -0
  965. /package/{dist/ai → ai}/ai.service.d.ts +0 -0
  966. /package/{dist/ai → ai}/ai.service.js +0 -0
  967. /package/{dist/ai → ai}/functions.d.ts +0 -0
  968. /package/{dist/ai → ai}/functions.js +0 -0
  969. /package/{dist/ai → ai}/index.d.ts +0 -0
  970. /package/{dist/ai → ai}/index.js +0 -0
  971. /package/{dist/ai → ai}/module.d.ts +0 -0
  972. /package/{dist/ai → ai}/module.js +0 -0
  973. /package/{dist/ai → ai}/types.d.ts +0 -0
  974. /package/{dist/ai → ai}/types.js +0 -0
  975. /package/{dist/api → api}/client/client.d.ts +0 -0
  976. /package/{dist/api → api}/client/client.js +0 -0
  977. /package/{dist/api → api}/client/index.d.ts +0 -0
  978. /package/{dist/api → api}/client/index.js +0 -0
  979. /package/{dist/api → api}/default-error-handlers.d.ts +0 -0
  980. /package/{dist/api → api}/default-error-handlers.js +0 -0
  981. /package/{dist/api → api}/index.d.ts +0 -0
  982. /package/{dist/api → api}/index.js +0 -0
  983. /package/{dist/api → api}/response.d.ts +0 -0
  984. /package/{dist/api → api}/response.js +0 -0
  985. /package/{dist/api → api}/server/api-controller.d.ts +0 -0
  986. /package/{dist/api → api}/server/api-controller.js +0 -0
  987. /package/{dist/api → api}/server/api-request-token.provider.d.ts +0 -0
  988. /package/{dist/api → api}/server/api-request-token.provider.js +0 -0
  989. /package/{dist/api → api}/server/error-handler.d.ts +0 -0
  990. /package/{dist/api → api}/server/error-handler.js +0 -0
  991. /package/{dist/api → api}/server/gateway.d.ts +0 -0
  992. /package/{dist/api → api}/server/gateway.js +0 -0
  993. /package/{dist/api → api}/server/index.d.ts +0 -0
  994. /package/{dist/api → api}/server/index.js +0 -0
  995. /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.d.ts +0 -0
  996. /package/{dist/api → api}/server/middlewares/allowed-methods.middleware.js +0 -0
  997. /package/{dist/api → api}/server/middlewares/catch-error.middleware.d.ts +0 -0
  998. /package/{dist/api → api}/server/middlewares/catch-error.middleware.js +0 -0
  999. /package/{dist/api → api}/server/middlewares/content-type.middleware.d.ts +0 -0
  1000. /package/{dist/api → api}/server/middlewares/content-type.middleware.js +0 -0
  1001. /package/{dist/api → api}/server/middlewares/cors.middleware.d.ts +0 -0
  1002. /package/{dist/api → api}/server/middlewares/cors.middleware.js +0 -0
  1003. /package/{dist/api → api}/server/middlewares/index.d.ts +0 -0
  1004. /package/{dist/api → api}/server/middlewares/index.js +0 -0
  1005. /package/{dist/api → api}/server/middlewares/response-time.middleware.d.ts +0 -0
  1006. /package/{dist/api → api}/server/middlewares/response-time.middleware.js +0 -0
  1007. /package/{dist/api → api}/server/module.d.ts +0 -0
  1008. /package/{dist/api → api}/server/module.js +0 -0
  1009. /package/{dist/api → api}/server/tokens.d.ts +0 -0
  1010. /package/{dist/api → api}/server/tokens.js +0 -0
  1011. /package/{dist/api → api}/types.d.ts +0 -0
  1012. /package/{dist/api → api}/types.js +0 -0
  1013. /package/{dist/api → api}/utils.d.ts +0 -0
  1014. /package/{dist/api → api}/utils.js +0 -0
  1015. /package/{dist/application → application}/application.d.ts +0 -0
  1016. /package/{dist/application → application}/application.js +0 -0
  1017. /package/{dist/application → application}/index.d.ts +0 -0
  1018. /package/{dist/application → application}/index.js +0 -0
  1019. /package/{dist/application → application}/providers.d.ts +0 -0
  1020. /package/{dist/application → application}/providers.js +0 -0
  1021. /package/{dist/audit → audit}/drizzle/0000_bored_stick.sql +0 -0
  1022. /package/{dist/audit → audit}/drizzle/meta/0000_snapshot.json +0 -0
  1023. /package/{dist/audit → audit}/drizzle/meta/_journal.json +0 -0
  1024. /package/{dist/audit → audit}/drizzle.config.d.ts +0 -0
  1025. /package/{dist/audit → audit}/drizzle.config.js +0 -0
  1026. /package/{dist/audit → audit}/index.d.ts +0 -0
  1027. /package/{dist/audit → audit}/index.js +0 -0
  1028. /package/{dist/audit → audit}/module.d.ts +0 -0
  1029. /package/{dist/audit → audit}/module.js +0 -0
  1030. /package/{dist/audit → audit}/schemas.js +0 -0
  1031. /package/{dist/audit → audit}/types.d.ts +0 -0
  1032. /package/{dist/audit → audit}/types.js +0 -0
  1033. /package/{dist/authentication → authentication}/authentication.api.d.ts +0 -0
  1034. /package/{dist/authentication → authentication}/authentication.api.js +0 -0
  1035. /package/{dist/authentication → authentication}/client/api.client.d.ts +0 -0
  1036. /package/{dist/authentication → authentication}/client/api.client.js +0 -0
  1037. /package/{dist/authentication → authentication}/client/authentication.service.d.ts +0 -0
  1038. /package/{dist/authentication → authentication}/client/authentication.service.js +0 -0
  1039. /package/{dist/authentication → authentication}/client/http-client.middleware.d.ts +0 -0
  1040. /package/{dist/authentication → authentication}/client/http-client.middleware.js +0 -0
  1041. /package/{dist/authentication → authentication}/client/index.d.ts +0 -0
  1042. /package/{dist/authentication → authentication}/client/index.js +0 -0
  1043. /package/{dist/authentication → authentication}/client/module.d.ts +0 -0
  1044. /package/{dist/authentication → authentication}/client/module.js +0 -0
  1045. /package/{dist/authentication → authentication}/client/tokens.d.ts +0 -0
  1046. /package/{dist/authentication → authentication}/client/tokens.js +0 -0
  1047. /package/{dist/authentication → authentication}/errors/index.d.ts +0 -0
  1048. /package/{dist/authentication → authentication}/errors/index.js +0 -0
  1049. /package/{dist/authentication → authentication}/errors/secret-requirements.error.d.ts +0 -0
  1050. /package/{dist/authentication → authentication}/errors/secret-requirements.error.js +0 -0
  1051. /package/{dist/authentication → authentication}/index.d.ts +0 -0
  1052. /package/{dist/authentication → authentication}/index.js +0 -0
  1053. /package/{dist/authentication → authentication}/models/authentication-credentials.model.d.ts +0 -0
  1054. /package/{dist/authentication → authentication}/models/authentication-credentials.model.js +0 -0
  1055. /package/{dist/authentication → authentication}/models/authentication-session.model.d.ts +0 -0
  1056. /package/{dist/authentication → authentication}/models/authentication-session.model.js +0 -0
  1057. /package/{dist/authentication → authentication}/models/index.d.ts +0 -0
  1058. /package/{dist/authentication → authentication}/models/index.js +0 -0
  1059. /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.d.ts +0 -0
  1060. /package/{dist/authentication → authentication}/models/init-secret-reset-data.model.js +0 -0
  1061. /package/{dist/authentication → authentication}/models/secret-check-result.model.d.ts +0 -0
  1062. /package/{dist/authentication → authentication}/models/secret-check-result.model.js +0 -0
  1063. /package/{dist/authentication → authentication}/models/token-payload-base.model.d.ts +0 -0
  1064. /package/{dist/authentication → authentication}/models/token-payload-base.model.js +0 -0
  1065. /package/{dist/authentication → authentication}/models/token.model.d.ts +0 -0
  1066. /package/{dist/authentication → authentication}/models/token.model.js +0 -0
  1067. /package/{dist/authentication → authentication}/server/authentication-ancillary.service.d.ts +0 -0
  1068. /package/{dist/authentication → authentication}/server/authentication-ancillary.service.js +0 -0
  1069. /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.d.ts +0 -0
  1070. /package/{dist/authentication → authentication}/server/authentication-api-request-token.provider.js +0 -0
  1071. /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.d.ts +0 -0
  1072. /package/{dist/authentication → authentication}/server/authentication-secret-requirements.validator.js +0 -0
  1073. /package/{dist/authentication → authentication}/server/authentication.api-controller.d.ts +0 -0
  1074. /package/{dist/authentication → authentication}/server/authentication.api-controller.js +0 -0
  1075. /package/{dist/authentication → authentication}/server/authentication.audit.d.ts +0 -0
  1076. /package/{dist/authentication → authentication}/server/authentication.audit.js +0 -0
  1077. /package/{dist/authentication → authentication}/server/authentication.service.d.ts +0 -0
  1078. /package/{dist/authentication → authentication}/server/authentication.service.js +0 -0
  1079. /package/{dist/authentication → authentication}/server/drizzle/0000_calm_warlock.sql +0 -0
  1080. /package/{dist/authentication → authentication}/server/drizzle/meta/0000_snapshot.json +0 -0
  1081. /package/{dist/authentication → authentication}/server/drizzle/meta/_journal.json +0 -0
  1082. /package/{dist/authentication → authentication}/server/drizzle.config.d.ts +0 -0
  1083. /package/{dist/authentication → authentication}/server/drizzle.config.js +0 -0
  1084. /package/{dist/authentication → authentication}/server/helper.d.ts +0 -0
  1085. /package/{dist/authentication → authentication}/server/helper.js +0 -0
  1086. /package/{dist/authentication → authentication}/server/index.d.ts +0 -0
  1087. /package/{dist/authentication → authentication}/server/index.js +0 -0
  1088. /package/{dist/authentication → authentication}/server/module.d.ts +0 -0
  1089. /package/{dist/authentication → authentication}/server/module.js +0 -0
  1090. /package/{dist/authentication → authentication}/server/schemas.d.ts +0 -0
  1091. /package/{dist/authentication → authentication}/server/schemas.js +0 -0
  1092. /package/{dist/browser → browser}/browser-context-controller.d.ts +0 -0
  1093. /package/{dist/browser → browser}/browser-context-controller.js +0 -0
  1094. /package/{dist/browser → browser}/browser-controller.d.ts +0 -0
  1095. /package/{dist/browser → browser}/browser-controller.js +0 -0
  1096. /package/{dist/browser → browser}/browser.service.d.ts +0 -0
  1097. /package/{dist/browser → browser}/browser.service.js +0 -0
  1098. /package/{dist/browser → browser}/document-controller.d.ts +0 -0
  1099. /package/{dist/browser → browser}/document-controller.js +0 -0
  1100. /package/{dist/browser → browser}/element-controller.d.ts +0 -0
  1101. /package/{dist/browser → browser}/element-controller.js +0 -0
  1102. /package/{dist/browser → browser}/frame-controller.d.ts +0 -0
  1103. /package/{dist/browser → browser}/frame-controller.js +0 -0
  1104. /package/{dist/browser → browser}/index.d.ts +0 -0
  1105. /package/{dist/browser → browser}/index.js +0 -0
  1106. /package/{dist/browser → browser}/locator-controller.d.ts +0 -0
  1107. /package/{dist/browser → browser}/locator-controller.js +0 -0
  1108. /package/{dist/browser → browser}/module.d.ts +0 -0
  1109. /package/{dist/browser → browser}/module.js +0 -0
  1110. /package/{dist/browser → browser}/page-controller.d.ts +0 -0
  1111. /package/{dist/browser → browser}/page-controller.js +0 -0
  1112. /package/{dist/browser → browser}/pdf-options.d.ts +0 -0
  1113. /package/{dist/browser → browser}/pdf-options.js +0 -0
  1114. /package/{dist/browser → browser}/types.d.ts +0 -0
  1115. /package/{dist/browser → browser}/types.js +0 -0
  1116. /package/{dist/browser → browser}/utils.d.ts +0 -0
  1117. /package/{dist/browser → browser}/utils.js +0 -0
  1118. /package/{dist/cancellation → cancellation}/index.d.ts +0 -0
  1119. /package/{dist/cancellation → cancellation}/index.js +0 -0
  1120. /package/{dist/cancellation → cancellation}/token.d.ts +0 -0
  1121. /package/{dist/cancellation → cancellation}/token.js +0 -0
  1122. /package/{dist/collections → collections}/awaitable/awaitable-list.d.ts +0 -0
  1123. /package/{dist/collections → collections}/awaitable/awaitable-list.js +0 -0
  1124. /package/{dist/collections → collections}/awaitable/awaitable-map.d.ts +0 -0
  1125. /package/{dist/collections → collections}/awaitable/awaitable-map.js +0 -0
  1126. /package/{dist/collections → collections}/awaitable/awaitable-set.d.ts +0 -0
  1127. /package/{dist/collections → collections}/awaitable/awaitable-set.js +0 -0
  1128. /package/{dist/collections → collections}/awaitable/index.d.ts +0 -0
  1129. /package/{dist/collections → collections}/awaitable/index.js +0 -0
  1130. /package/{dist/collections → collections}/collection.d.ts +0 -0
  1131. /package/{dist/collections → collections}/collection.js +0 -0
  1132. /package/{dist/collections → collections}/index.d.ts +0 -0
  1133. /package/{dist/collections → collections}/index.js +0 -0
  1134. /package/{dist/collections → collections}/keyed-set.d.ts +0 -0
  1135. /package/{dist/collections → collections}/keyed-set.js +0 -0
  1136. /package/{dist/collections → collections}/list.d.ts +0 -0
  1137. /package/{dist/collections → collections}/list.js +0 -0
  1138. /package/{dist/collections → collections}/observable/index.d.ts +0 -0
  1139. /package/{dist/collections → collections}/observable/index.js +0 -0
  1140. /package/{dist/collections → collections}/observable/observable-array.d.ts +0 -0
  1141. /package/{dist/collections → collections}/observable/observable-array.js +0 -0
  1142. /package/{dist/collections → collections}/observable/observable-collection-base.d.ts +0 -0
  1143. /package/{dist/collections → collections}/observable/observable-collection-base.js +0 -0
  1144. /package/{dist/collections → collections}/observable/observable-collection.d.ts +0 -0
  1145. /package/{dist/collections → collections}/observable/observable-collection.js +0 -0
  1146. /package/{dist/collections → collections}/observable/observable-list-base.d.ts +0 -0
  1147. /package/{dist/collections → collections}/observable/observable-list-base.js +0 -0
  1148. /package/{dist/collections → collections}/observable/observable-list.d.ts +0 -0
  1149. /package/{dist/collections → collections}/observable/observable-list.js +0 -0
  1150. /package/{dist/collections → collections}/observable/observable-map.d.ts +0 -0
  1151. /package/{dist/collections → collections}/observable/observable-map.js +0 -0
  1152. /package/{dist/collections → collections}/observable/observable-set.d.ts +0 -0
  1153. /package/{dist/collections → collections}/observable/observable-set.js +0 -0
  1154. /package/{dist/collections → collections}/observable/observable-sorted-array-list.d.ts +0 -0
  1155. /package/{dist/collections → collections}/observable/observable-sorted-array-list.js +0 -0
  1156. /package/{dist/collections → collections}/sorted-array-list.d.ts +0 -0
  1157. /package/{dist/collections → collections}/sorted-array-list.js +0 -0
  1158. /package/{dist/collections → collections}/sorted-list.d.ts +0 -0
  1159. /package/{dist/collections → collections}/sorted-list.js +0 -0
  1160. /package/{dist/collections → collections}/sorted-map.d.ts +0 -0
  1161. /package/{dist/collections → collections}/sorted-map.js +0 -0
  1162. /package/{dist/constants.d.ts → constants.d.ts} +0 -0
  1163. /package/{dist/constants.js → constants.js} +0 -0
  1164. /package/{dist/context → context}/context.d.ts +0 -0
  1165. /package/{dist/context → context}/context.js +0 -0
  1166. /package/{dist/context → context}/index.d.ts +0 -0
  1167. /package/{dist/context → context}/index.js +0 -0
  1168. /package/{dist/cookie → cookie}/cookie.d.ts +0 -0
  1169. /package/{dist/cookie → cookie}/cookie.js +0 -0
  1170. /package/{dist/cookie → cookie}/index.d.ts +0 -0
  1171. /package/{dist/cookie → cookie}/index.js +0 -0
  1172. /package/{dist/core.d.ts → core.d.ts} +0 -0
  1173. /package/{dist/core.js → core.js} +0 -0
  1174. /package/{dist/css → css}/css-variables.d.ts +0 -0
  1175. /package/{dist/css → css}/css-variables.js +0 -0
  1176. /package/{dist/css → css}/index.d.ts +0 -0
  1177. /package/{dist/css → css}/index.js +0 -0
  1178. /package/{dist/data-structures → data-structures}/array-dictionary.d.ts +0 -0
  1179. /package/{dist/data-structures → data-structures}/array-dictionary.js +0 -0
  1180. /package/{dist/data-structures → data-structures}/array-list.d.ts +0 -0
  1181. /package/{dist/data-structures → data-structures}/array-list.js +0 -0
  1182. /package/{dist/data-structures → data-structures}/cache.d.ts +0 -0
  1183. /package/{dist/data-structures → data-structures}/cache.js +0 -0
  1184. /package/{dist/data-structures → data-structures}/circular-buffer.d.ts +0 -0
  1185. /package/{dist/data-structures → data-structures}/circular-buffer.js +0 -0
  1186. /package/{dist/data-structures → data-structures}/collection.d.ts +0 -0
  1187. /package/{dist/data-structures → data-structures}/collection.js +0 -0
  1188. /package/{dist/data-structures → data-structures}/context-data-map.d.ts +0 -0
  1189. /package/{dist/data-structures → data-structures}/context-data-map.js +0 -0
  1190. /package/{dist/data-structures → data-structures}/dictionary.d.ts +0 -0
  1191. /package/{dist/data-structures → data-structures}/dictionary.js +0 -0
  1192. /package/{dist/data-structures → data-structures}/distinct-collection.d.ts +0 -0
  1193. /package/{dist/data-structures → data-structures}/distinct-collection.js +0 -0
  1194. /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.d.ts +0 -0
  1195. /package/{dist/data-structures → data-structures}/index-out-of-bounds.error.js +0 -0
  1196. /package/{dist/data-structures → data-structures}/index.d.ts +0 -0
  1197. /package/{dist/data-structures → data-structures}/index.js +0 -0
  1198. /package/{dist/data-structures → data-structures}/iterable-weak-map.d.ts +0 -0
  1199. /package/{dist/data-structures → data-structures}/iterable-weak-map.js +0 -0
  1200. /package/{dist/data-structures → data-structures}/linked-list.d.ts +0 -0
  1201. /package/{dist/data-structures → data-structures}/linked-list.js +0 -0
  1202. /package/{dist/data-structures → data-structures}/list.d.ts +0 -0
  1203. /package/{dist/data-structures → data-structures}/list.js +0 -0
  1204. /package/{dist/data-structures → data-structures}/map-dictionary.d.ts +0 -0
  1205. /package/{dist/data-structures → data-structures}/map-dictionary.js +0 -0
  1206. /package/{dist/data-structures → data-structures}/multi-key-map.d.ts +0 -0
  1207. /package/{dist/data-structures → data-structures}/multi-key-map.js +0 -0
  1208. /package/{dist/data-structures → data-structures}/multi-key-set.d.ts +0 -0
  1209. /package/{dist/data-structures → data-structures}/multi-key-set.js +0 -0
  1210. /package/{dist/data-structures → data-structures}/set-collection.d.ts +0 -0
  1211. /package/{dist/data-structures → data-structures}/set-collection.js +0 -0
  1212. /package/{dist/data-structures → data-structures}/sorted-array-list.d.ts +0 -0
  1213. /package/{dist/data-structures → data-structures}/sorted-array-list.js +0 -0
  1214. /package/{dist/data-structures → data-structures}/weak-ref-map.d.ts +0 -0
  1215. /package/{dist/data-structures → data-structures}/weak-ref-map.js +0 -0
  1216. /package/{dist/decorators → decorators}/index.d.ts +0 -0
  1217. /package/{dist/decorators → decorators}/index.js +0 -0
  1218. /package/{dist/decorators → decorators}/log.d.ts +0 -0
  1219. /package/{dist/decorators → decorators}/log.js +0 -0
  1220. /package/{dist/disposable → disposable}/disposable.d.ts +0 -0
  1221. /package/{dist/disposable → disposable}/disposable.js +0 -0
  1222. /package/{dist/disposable → disposable}/index.d.ts +0 -0
  1223. /package/{dist/disposable → disposable}/index.js +0 -0
  1224. /package/{dist/disposable → disposable}/using.d.ts +0 -0
  1225. /package/{dist/disposable → disposable}/using.js +0 -0
  1226. /package/{dist/distributed-loop → distributed-loop}/controller.d.ts +0 -0
  1227. /package/{dist/distributed-loop → distributed-loop}/controller.js +0 -0
  1228. /package/{dist/distributed-loop → distributed-loop}/distributed-loop.d.ts +0 -0
  1229. /package/{dist/distributed-loop → distributed-loop}/distributed-loop.js +0 -0
  1230. /package/{dist/distributed-loop → distributed-loop}/index.d.ts +0 -0
  1231. /package/{dist/distributed-loop → distributed-loop}/index.js +0 -0
  1232. /package/{dist/distributed-loop → distributed-loop}/provider.d.ts +0 -0
  1233. /package/{dist/distributed-loop → distributed-loop}/provider.js +0 -0
  1234. /package/{dist/document-management → document-management}/api/document-management.api.d.ts +0 -0
  1235. /package/{dist/document-management → document-management}/api/document-management.api.js +0 -0
  1236. /package/{dist/document-management → document-management}/api/index.d.ts +0 -0
  1237. /package/{dist/document-management → document-management}/api/index.js +0 -0
  1238. /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.d.ts +0 -0
  1239. /package/{dist/document-management → document-management}/authorization/document-management-authorization.service.js +0 -0
  1240. /package/{dist/document-management → document-management}/authorization/index.d.ts +0 -0
  1241. /package/{dist/document-management → document-management}/authorization/index.js +0 -0
  1242. /package/{dist/document-management → document-management}/authorization/policies.d.ts +0 -0
  1243. /package/{dist/document-management → document-management}/authorization/policies.js +0 -0
  1244. /package/{dist/document-management → document-management}/index.d.ts +0 -0
  1245. /package/{dist/document-management → document-management}/index.js +0 -0
  1246. /package/{dist/document-management → document-management}/localizations/english.d.ts +0 -0
  1247. /package/{dist/document-management → document-management}/localizations/english.js +0 -0
  1248. /package/{dist/document-management → document-management}/localizations/german.d.ts +0 -0
  1249. /package/{dist/document-management → document-management}/localizations/german.js +0 -0
  1250. /package/{dist/document-management → document-management}/localizations/index.d.ts +0 -0
  1251. /package/{dist/document-management → document-management}/localizations/index.js +0 -0
  1252. /package/{dist/document-management → document-management}/localizations/localization.d.ts +0 -0
  1253. /package/{dist/document-management → document-management}/localizations/localization.js +0 -0
  1254. /package/{dist/document-management → document-management}/models/document-assignment-scope.model.d.ts +0 -0
  1255. /package/{dist/document-management → document-management}/models/document-assignment-scope.model.js +0 -0
  1256. /package/{dist/document-management → document-management}/models/document-assignment-task.model.d.ts +0 -0
  1257. /package/{dist/document-management → document-management}/models/document-assignment-task.model.js +0 -0
  1258. /package/{dist/document-management → document-management}/models/document-category.model.d.ts +0 -0
  1259. /package/{dist/document-management → document-management}/models/document-category.model.js +0 -0
  1260. /package/{dist/document-management → document-management}/models/document-collection-assignment.model.d.ts +0 -0
  1261. /package/{dist/document-management → document-management}/models/document-collection-assignment.model.js +0 -0
  1262. /package/{dist/document-management → document-management}/models/document-collection.model.d.ts +0 -0
  1263. /package/{dist/document-management → document-management}/models/document-collection.model.js +0 -0
  1264. /package/{dist/document-management → document-management}/models/document-management-table.d.ts +0 -0
  1265. /package/{dist/document-management → document-management}/models/document-management-table.js +0 -0
  1266. /package/{dist/document-management → document-management}/models/document-property-value.model.d.ts +0 -0
  1267. /package/{dist/document-management → document-management}/models/document-property-value.model.js +0 -0
  1268. /package/{dist/document-management → document-management}/models/document-property.model.d.ts +0 -0
  1269. /package/{dist/document-management → document-management}/models/document-property.model.js +0 -0
  1270. /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.d.ts +0 -0
  1271. /package/{dist/document-management → document-management}/models/document-request-collection-assignment.model.js +0 -0
  1272. /package/{dist/document-management → document-management}/models/document-request-template.d.ts +0 -0
  1273. /package/{dist/document-management → document-management}/models/document-request-template.js +0 -0
  1274. /package/{dist/document-management → document-management}/models/document-request.model.d.ts +0 -0
  1275. /package/{dist/document-management → document-management}/models/document-request.model.js +0 -0
  1276. /package/{dist/document-management → document-management}/models/document-requests-template.d.ts +0 -0
  1277. /package/{dist/document-management → document-management}/models/document-requests-template.js +0 -0
  1278. /package/{dist/document-management → document-management}/models/document-tag-assignment.model.d.ts +0 -0
  1279. /package/{dist/document-management → document-management}/models/document-tag-assignment.model.js +0 -0
  1280. /package/{dist/document-management → document-management}/models/document-tag.model.d.ts +0 -0
  1281. /package/{dist/document-management → document-management}/models/document-tag.model.js +0 -0
  1282. /package/{dist/document-management → document-management}/models/document-type-property.model.d.ts +0 -0
  1283. /package/{dist/document-management → document-management}/models/document-type-property.model.js +0 -0
  1284. /package/{dist/document-management → document-management}/models/document-type-validation.model.d.ts +0 -0
  1285. /package/{dist/document-management → document-management}/models/document-type-validation.model.js +0 -0
  1286. /package/{dist/document-management → document-management}/models/document-type.model.d.ts +0 -0
  1287. /package/{dist/document-management → document-management}/models/document-type.model.js +0 -0
  1288. /package/{dist/document-management → document-management}/models/document-validation-definition.model.d.ts +0 -0
  1289. /package/{dist/document-management → document-management}/models/document-validation-definition.model.js +0 -0
  1290. /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.d.ts +0 -0
  1291. /package/{dist/document-management → document-management}/models/document-validation-execution-related-document.model.js +0 -0
  1292. /package/{dist/document-management → document-management}/models/document-validation-execution.model.d.ts +0 -0
  1293. /package/{dist/document-management → document-management}/models/document-validation-execution.model.js +0 -0
  1294. /package/{dist/document-management → document-management}/models/document-workflow.model.d.ts +0 -0
  1295. /package/{dist/document-management → document-management}/models/document-workflow.model.js +0 -0
  1296. /package/{dist/document-management → document-management}/models/document.model.d.ts +0 -0
  1297. /package/{dist/document-management → document-management}/models/document.model.js +0 -0
  1298. /package/{dist/document-management → document-management}/models/index.d.ts +0 -0
  1299. /package/{dist/document-management → document-management}/models/index.js +0 -0
  1300. /package/{dist/document-management → document-management}/server/api/document-management.api.d.ts +0 -0
  1301. /package/{dist/document-management → document-management}/server/api/document-management.api.js +0 -0
  1302. /package/{dist/document-management → document-management}/server/api/index.d.ts +0 -0
  1303. /package/{dist/document-management → document-management}/server/api/index.js +0 -0
  1304. /package/{dist/document-management → document-management}/server/configure.d.ts +0 -0
  1305. /package/{dist/document-management → document-management}/server/configure.js +0 -0
  1306. /package/{dist/document-management → document-management}/server/drizzle/0000_ordinary_pretty_boy.sql +0 -0
  1307. /package/{dist/document-management → document-management}/server/drizzle/meta/0000_snapshot.json +0 -0
  1308. /package/{dist/document-management → document-management}/server/drizzle/meta/_journal.json +0 -0
  1309. /package/{dist/document-management → document-management}/server/drizzle.config.d.ts +0 -0
  1310. /package/{dist/document-management → document-management}/server/drizzle.config.js +0 -0
  1311. /package/{dist/document-management → document-management}/server/index.d.ts +0 -0
  1312. /package/{dist/document-management → document-management}/server/index.js +0 -0
  1313. /package/{dist/document-management → document-management}/server/module.d.ts +0 -0
  1314. /package/{dist/document-management → document-management}/server/module.js +0 -0
  1315. /package/{dist/document-management → document-management}/server/schemas.js +0 -0
  1316. /package/{dist/document-management → document-management}/server/services/document-category-type.service.d.ts +0 -0
  1317. /package/{dist/document-management → document-management}/server/services/document-category-type.service.js +0 -0
  1318. /package/{dist/document-management → document-management}/server/services/document-collection.service.d.ts +0 -0
  1319. /package/{dist/document-management → document-management}/server/services/document-collection.service.js +0 -0
  1320. /package/{dist/document-management → document-management}/server/services/document-file.service.d.ts +0 -0
  1321. /package/{dist/document-management → document-management}/server/services/document-file.service.js +0 -0
  1322. /package/{dist/document-management → document-management}/server/services/document-management-ai.service.d.ts +0 -0
  1323. /package/{dist/document-management → document-management}/server/services/document-management-ai.service.js +0 -0
  1324. /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.d.ts +0 -0
  1325. /package/{dist/document-management → document-management}/server/services/document-management-ancillary.service.js +0 -0
  1326. /package/{dist/document-management → document-management}/server/services/document-management-observation.service.d.ts +0 -0
  1327. /package/{dist/document-management → document-management}/server/services/document-management-observation.service.js +0 -0
  1328. /package/{dist/document-management → document-management}/server/services/document-management.service.d.ts +0 -0
  1329. /package/{dist/document-management → document-management}/server/services/document-management.service.js +0 -0
  1330. /package/{dist/document-management → document-management}/server/services/document-property.service.js +0 -0
  1331. /package/{dist/document-management → document-management}/server/services/document-request.service.d.ts +0 -0
  1332. /package/{dist/document-management → document-management}/server/services/document-request.service.js +0 -0
  1333. /package/{dist/document-management → document-management}/server/services/document-tag.service.d.ts +0 -0
  1334. /package/{dist/document-management → document-management}/server/services/document-tag.service.js +0 -0
  1335. /package/{dist/document-management → document-management}/server/services/document-validation.service.d.ts +0 -0
  1336. /package/{dist/document-management → document-management}/server/services/document-validation.service.js +0 -0
  1337. /package/{dist/document-management → document-management}/server/services/document-workflow.service.d.ts +0 -0
  1338. /package/{dist/document-management → document-management}/server/services/document-workflow.service.js +0 -0
  1339. /package/{dist/document-management → document-management}/server/services/document.service.d.ts +0 -0
  1340. /package/{dist/document-management → document-management}/server/services/document.service.js +0 -0
  1341. /package/{dist/document-management → document-management}/server/services/enum-type-key.d.ts +0 -0
  1342. /package/{dist/document-management → document-management}/server/services/enum-type-key.js +0 -0
  1343. /package/{dist/document-management → document-management}/server/services/index.d.ts +0 -0
  1344. /package/{dist/document-management → document-management}/server/services/index.js +0 -0
  1345. /package/{dist/document-management → document-management}/server/services/singleton.d.ts +0 -0
  1346. /package/{dist/document-management → document-management}/server/services/singleton.js +0 -0
  1347. /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.d.ts +0 -0
  1348. /package/{dist/document-management → document-management}/server/validators/ai-validation-executor.js +0 -0
  1349. /package/{dist/document-management → document-management}/server/validators/index.d.ts +0 -0
  1350. /package/{dist/document-management → document-management}/server/validators/index.js +0 -0
  1351. /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.d.ts +0 -0
  1352. /package/{dist/document-management → document-management}/server/validators/single-document-validation-executor.js +0 -0
  1353. /package/{dist/document-management → document-management}/server/validators/validator.d.ts +0 -0
  1354. /package/{dist/document-management → document-management}/server/validators/validator.js +0 -0
  1355. /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.d.ts +0 -0
  1356. /package/{dist/document-management → document-management}/service-models/categories-and-types.view-model.js +0 -0
  1357. /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.d.ts +0 -0
  1358. /package/{dist/document-management → document-management}/service-models/document-collection-metadata.service-model.js +0 -0
  1359. /package/{dist/document-management → document-management}/service-models/document-folders.view-model.d.ts +0 -0
  1360. /package/{dist/document-management → document-management}/service-models/document-folders.view-model.js +0 -0
  1361. /package/{dist/document-management → document-management}/service-models/document-management.view-model.d.ts +0 -0
  1362. /package/{dist/document-management → document-management}/service-models/document-management.view-model.js +0 -0
  1363. /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.d.ts +0 -0
  1364. /package/{dist/document-management → document-management}/service-models/document-requests-template.view-model.js +0 -0
  1365. /package/{dist/document-management → document-management}/service-models/document.service-model.d.ts +0 -0
  1366. /package/{dist/document-management → document-management}/service-models/document.service-model.js +0 -0
  1367. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.d.ts +0 -0
  1368. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-assignment.view.js +0 -0
  1369. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.d.ts +0 -0
  1370. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-category.view.js +0 -0
  1371. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.d.ts +0 -0
  1372. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-collection.view.js +0 -0
  1373. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.d.ts +0 -0
  1374. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-management-data.view.js +0 -0
  1375. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.d.ts +0 -0
  1376. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-request.view.js +0 -0
  1377. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.d.ts +0 -0
  1378. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document-type.view.js +0 -0
  1379. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.d.ts +0 -0
  1380. /package/{dist/document-management → document-management}/service-models/enriched/enriched-document.view.js +0 -0
  1381. /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.d.ts +0 -0
  1382. /package/{dist/document-management → document-management}/service-models/enriched/enriched-requests-template-data.model.js +0 -0
  1383. /package/{dist/document-management → document-management}/service-models/enriched/enriched.d.ts +0 -0
  1384. /package/{dist/document-management → document-management}/service-models/enriched/enriched.js +0 -0
  1385. /package/{dist/document-management → document-management}/service-models/enriched/index.d.ts +0 -0
  1386. /package/{dist/document-management → document-management}/service-models/enriched/index.js +0 -0
  1387. /package/{dist/document-management → document-management}/service-models/index.d.ts +0 -0
  1388. /package/{dist/document-management → document-management}/service-models/index.js +0 -0
  1389. /package/{dist/document-management → document-management}/service-models/stats.view-model.d.ts +0 -0
  1390. /package/{dist/document-management → document-management}/service-models/stats.view-model.js +0 -0
  1391. /package/{dist/dom → dom}/file-download.d.ts +0 -0
  1392. /package/{dist/dom → dom}/file-download.js +0 -0
  1393. /package/{dist/dom → dom}/file-select-dialog.d.ts +0 -0
  1394. /package/{dist/dom → dom}/file-select-dialog.js +0 -0
  1395. /package/{dist/dom → dom}/index.d.ts +0 -0
  1396. /package/{dist/dom → dom}/index.js +0 -0
  1397. /package/{dist/dom → dom}/observation/index.d.ts +0 -0
  1398. /package/{dist/dom → dom}/observation/index.js +0 -0
  1399. /package/{dist/dom → dom}/observation/intersection-observer.d.ts +0 -0
  1400. /package/{dist/dom → dom}/observation/intersection-observer.js +0 -0
  1401. /package/{dist/dom → dom}/observation/media-query-observer.d.ts +0 -0
  1402. /package/{dist/dom → dom}/observation/media-query-observer.js +0 -0
  1403. /package/{dist/dom → dom}/observation/mutation-observer.d.ts +0 -0
  1404. /package/{dist/dom → dom}/observation/mutation-observer.js +0 -0
  1405. /package/{dist/dom → dom}/observation/performance-observer.d.ts +0 -0
  1406. /package/{dist/dom → dom}/observation/performance-observer.js +0 -0
  1407. /package/{dist/dom → dom}/observation/resize-observer.d.ts +0 -0
  1408. /package/{dist/dom → dom}/observation/resize-observer.js +0 -0
  1409. /package/{dist/dom → dom}/observation/touch-observer.d.ts +0 -0
  1410. /package/{dist/dom → dom}/observation/touch-observer.js +0 -0
  1411. /package/{dist/enumerable → enumerable}/async-enumerable.d.ts +0 -0
  1412. /package/{dist/enumerable → enumerable}/async-enumerable.js +0 -0
  1413. /package/{dist/enumerable → enumerable}/enumerable-methods.d.ts +0 -0
  1414. /package/{dist/enumerable → enumerable}/enumerable-methods.js +0 -0
  1415. /package/{dist/enumerable → enumerable}/enumerable.d.ts +0 -0
  1416. /package/{dist/enumerable → enumerable}/enumerable.js +0 -0
  1417. /package/{dist/enumerable → enumerable}/index.d.ts +0 -0
  1418. /package/{dist/enumerable → enumerable}/index.js +0 -0
  1419. /package/{dist/enumeration → enumeration}/enumeration.d.ts +0 -0
  1420. /package/{dist/enumeration → enumeration}/enumeration.js +0 -0
  1421. /package/{dist/enumeration → enumeration}/index.d.ts +0 -0
  1422. /package/{dist/enumeration → enumeration}/index.js +0 -0
  1423. /package/{dist/environment.d.ts → environment.d.ts} +0 -0
  1424. /package/{dist/environment.js → environment.js} +0 -0
  1425. /package/{dist/errors → errors}/api.error.d.ts +0 -0
  1426. /package/{dist/errors → errors}/api.error.js +0 -0
  1427. /package/{dist/errors → errors}/assertion.error.d.ts +0 -0
  1428. /package/{dist/errors → errors}/assertion.error.js +0 -0
  1429. /package/{dist/errors → errors}/bad-request.error.d.ts +0 -0
  1430. /package/{dist/errors → errors}/bad-request.error.js +0 -0
  1431. /package/{dist/errors → errors}/custom.error.d.ts +0 -0
  1432. /package/{dist/errors → errors}/custom.error.js +0 -0
  1433. /package/{dist/errors → errors}/details.error.d.ts +0 -0
  1434. /package/{dist/errors → errors}/details.error.js +0 -0
  1435. /package/{dist/errors → errors}/errors.localization.d.ts +0 -0
  1436. /package/{dist/errors → errors}/errors.localization.js +0 -0
  1437. /package/{dist/errors → errors}/forbidden.error.d.ts +0 -0
  1438. /package/{dist/errors → errors}/forbidden.error.js +0 -0
  1439. /package/{dist/errors → errors}/index.d.ts +0 -0
  1440. /package/{dist/errors → errors}/index.js +0 -0
  1441. /package/{dist/errors → errors}/invalid-credentials.error.d.ts +0 -0
  1442. /package/{dist/errors → errors}/invalid-credentials.error.js +0 -0
  1443. /package/{dist/errors → errors}/invalid-token.error.d.ts +0 -0
  1444. /package/{dist/errors → errors}/invalid-token.error.js +0 -0
  1445. /package/{dist/errors → errors}/max-bytes-exceeded.error.d.ts +0 -0
  1446. /package/{dist/errors → errors}/max-bytes-exceeded.error.js +0 -0
  1447. /package/{dist/errors → errors}/method-not-allowed.error.d.ts +0 -0
  1448. /package/{dist/errors → errors}/method-not-allowed.error.js +0 -0
  1449. /package/{dist/errors → errors}/multi.error.d.ts +0 -0
  1450. /package/{dist/errors → errors}/multi.error.js +0 -0
  1451. /package/{dist/errors → errors}/not-found.error.d.ts +0 -0
  1452. /package/{dist/errors → errors}/not-found.error.js +0 -0
  1453. /package/{dist/errors → errors}/not-implemented.error.d.ts +0 -0
  1454. /package/{dist/errors → errors}/not-implemented.error.js +0 -0
  1455. /package/{dist/errors → errors}/not-supported.error.d.ts +0 -0
  1456. /package/{dist/errors → errors}/not-supported.error.js +0 -0
  1457. /package/{dist/errors → errors}/timeout.error.d.ts +0 -0
  1458. /package/{dist/errors → errors}/timeout.error.js +0 -0
  1459. /package/{dist/errors → errors}/unauthorized.error.d.ts +0 -0
  1460. /package/{dist/errors → errors}/unauthorized.error.js +0 -0
  1461. /package/{dist/errors → errors}/unsupported-media-type.error.d.ts +0 -0
  1462. /package/{dist/errors → errors}/unsupported-media-type.error.js +0 -0
  1463. /package/{dist/errors → errors}/utils.d.ts +0 -0
  1464. /package/{dist/errors → errors}/utils.js +0 -0
  1465. /package/{dist/examples → examples}/api/authentication.d.ts +0 -0
  1466. /package/{dist/examples → examples}/api/authentication.js +0 -0
  1467. /package/{dist/examples → examples}/api/basic-overview.d.ts +0 -0
  1468. /package/{dist/examples → examples}/api/basic-overview.js +0 -0
  1469. /package/{dist/examples → examples}/api/custom-authentication.d.ts +0 -0
  1470. /package/{dist/examples → examples}/api/custom-authentication.js +0 -0
  1471. /package/{dist/examples → examples}/api/streaming.d.ts +0 -0
  1472. /package/{dist/examples → examples}/api/streaming.js +0 -0
  1473. /package/{dist/examples → examples}/browser/basic.d.ts +0 -0
  1474. /package/{dist/examples → examples}/browser/basic.js +0 -0
  1475. /package/{dist/examples → examples}/document-management/categories-and-types.d.ts +0 -0
  1476. /package/{dist/examples → examples}/document-management/categories-and-types.js +0 -0
  1477. /package/{dist/examples → examples}/document-management/main.d.ts +0 -0
  1478. /package/{dist/examples → examples}/document-management/main.js +0 -0
  1479. /package/{dist/examples → examples}/http/client.d.ts +0 -0
  1480. /package/{dist/examples → examples}/http/client.js +0 -0
  1481. /package/{dist/examples → examples}/mail/basic.d.ts +0 -0
  1482. /package/{dist/examples → examples}/mail/basic.js +0 -0
  1483. /package/{dist/examples → examples}/mail/templates/hello-name.d.ts +0 -0
  1484. /package/{dist/examples → examples}/mail/templates/hello-name.js +0 -0
  1485. /package/{dist/examples → examples}/pdf/basic.d.ts +0 -0
  1486. /package/{dist/examples → examples}/pdf/basic.js +0 -0
  1487. /package/{dist/examples → examples}/pdf/templates/hello-name.d.ts +0 -0
  1488. /package/{dist/examples → examples}/pdf/templates/hello-name.js +0 -0
  1489. /package/{dist/examples → examples}/reflection/basic.d.ts +0 -0
  1490. /package/{dist/examples → examples}/reflection/basic.js +0 -0
  1491. /package/{dist/examples → examples}/template/basic.d.ts +0 -0
  1492. /package/{dist/examples → examples}/template/basic.js +0 -0
  1493. /package/{dist/examples → examples}/template/templates/hello-jsx.d.ts +0 -0
  1494. /package/{dist/examples → examples}/template/templates/hello-jsx.js +0 -0
  1495. /package/{dist/examples → examples}/template/templates/hello-name.d.ts +0 -0
  1496. /package/{dist/examples → examples}/template/templates/hello-name.js +0 -0
  1497. /package/{dist/file → file}/index.d.ts +0 -0
  1498. /package/{dist/file → file}/index.js +0 -0
  1499. /package/{dist/file → file}/mime-type.d.ts +0 -0
  1500. /package/{dist/file → file}/mime-type.js +0 -0
  1501. /package/{dist/file → file}/mime-types.d.ts +0 -0
  1502. /package/{dist/file → file}/mime-types.js +0 -0
  1503. /package/{dist/file → file}/server/index.d.ts +0 -0
  1504. /package/{dist/file → file}/server/index.js +0 -0
  1505. /package/{dist/file → file}/server/temporary-file.d.ts +0 -0
  1506. /package/{dist/file → file}/server/temporary-file.js +0 -0
  1507. /package/{dist/formats → formats}/formats.d.ts +0 -0
  1508. /package/{dist/formats → formats}/formats.js +0 -0
  1509. /package/{dist/formats → formats}/index.d.ts +0 -0
  1510. /package/{dist/formats → formats}/index.js +0 -0
  1511. /package/{dist/function → function}/index.d.ts +0 -0
  1512. /package/{dist/function → function}/index.js +0 -0
  1513. /package/{dist/function → function}/log.d.ts +0 -0
  1514. /package/{dist/function → function}/log.js +0 -0
  1515. /package/{dist/http → http}/client/adapters/undici.adapter.d.ts +0 -0
  1516. /package/{dist/http → http}/client/adapters/undici.adapter.js +0 -0
  1517. /package/{dist/http → http}/client/http-client-options.d.ts +0 -0
  1518. /package/{dist/http → http}/client/http-client-options.js +0 -0
  1519. /package/{dist/http → http}/client/http-client-request.d.ts +0 -0
  1520. /package/{dist/http → http}/client/http-client-request.js +0 -0
  1521. /package/{dist/http → http}/client/http-client-response.d.ts +0 -0
  1522. /package/{dist/http → http}/client/http-client-response.js +0 -0
  1523. /package/{dist/http → http}/client/http-client.adapter.d.ts +0 -0
  1524. /package/{dist/http → http}/client/http-client.adapter.js +0 -0
  1525. /package/{dist/http → http}/client/http-client.d.ts +0 -0
  1526. /package/{dist/http → http}/client/http-client.js +0 -0
  1527. /package/{dist/http → http}/client/index.d.ts +0 -0
  1528. /package/{dist/http → http}/client/index.js +0 -0
  1529. /package/{dist/http → http}/client/middleware.d.ts +0 -0
  1530. /package/{dist/http → http}/client/middleware.js +0 -0
  1531. /package/{dist/http → http}/client/module.d.ts +0 -0
  1532. /package/{dist/http → http}/client/module.js +0 -0
  1533. /package/{dist/http → http}/client/tokens.d.ts +0 -0
  1534. /package/{dist/http → http}/client/tokens.js +0 -0
  1535. /package/{dist/http → http}/cookie-parser.d.ts +0 -0
  1536. /package/{dist/http → http}/cookie-parser.js +0 -0
  1537. /package/{dist/http → http}/http-body.d.ts +0 -0
  1538. /package/{dist/http → http}/http-body.js +0 -0
  1539. /package/{dist/http → http}/http-form.d.ts +0 -0
  1540. /package/{dist/http → http}/http-form.js +0 -0
  1541. /package/{dist/http → http}/http-headers.d.ts +0 -0
  1542. /package/{dist/http → http}/http-headers.js +0 -0
  1543. /package/{dist/http → http}/http-query.d.ts +0 -0
  1544. /package/{dist/http → http}/http-query.js +0 -0
  1545. /package/{dist/http → http}/http-url-parameters.d.ts +0 -0
  1546. /package/{dist/http → http}/http-url-parameters.js +0 -0
  1547. /package/{dist/http → http}/http-value-map.d.ts +0 -0
  1548. /package/{dist/http → http}/http-value-map.js +0 -0
  1549. /package/{dist/http → http}/http.error.d.ts +0 -0
  1550. /package/{dist/http → http}/http.error.js +0 -0
  1551. /package/{dist/http → http}/index.d.ts +0 -0
  1552. /package/{dist/http → http}/index.js +0 -0
  1553. /package/{dist/http → http}/server/http-server-request.d.ts +0 -0
  1554. /package/{dist/http → http}/server/http-server-request.js +0 -0
  1555. /package/{dist/http → http}/server/http-server-response.d.ts +0 -0
  1556. /package/{dist/http → http}/server/http-server-response.js +0 -0
  1557. /package/{dist/http → http}/server/http-server.d.ts +0 -0
  1558. /package/{dist/http → http}/server/http-server.js +0 -0
  1559. /package/{dist/http → http}/server/index.d.ts +0 -0
  1560. /package/{dist/http → http}/server/index.js +0 -0
  1561. /package/{dist/http → http}/server/node/index.d.ts +0 -0
  1562. /package/{dist/http → http}/server/node/index.js +0 -0
  1563. /package/{dist/http → http}/server/node/module.d.ts +0 -0
  1564. /package/{dist/http → http}/server/node/module.js +0 -0
  1565. /package/{dist/http → http}/server/node/node-http-server.d.ts +0 -0
  1566. /package/{dist/http → http}/server/node/node-http-server.js +0 -0
  1567. /package/{dist/http → http}/tokens.d.ts +0 -0
  1568. /package/{dist/http → http}/tokens.js +0 -0
  1569. /package/{dist/http → http}/types.d.ts +0 -0
  1570. /package/{dist/http → http}/types.js +0 -0
  1571. /package/{dist/http → http}/utils.d.ts +0 -0
  1572. /package/{dist/http → http}/utils.js +0 -0
  1573. /package/{dist/image-service → image-service}/image-service.d.ts +0 -0
  1574. /package/{dist/image-service → image-service}/image-service.js +0 -0
  1575. /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.d.ts +0 -0
  1576. /package/{dist/image-service → image-service}/imgproxy/imgproxy-image-service.js +0 -0
  1577. /package/{dist/image-service → image-service}/imgproxy/index.d.ts +0 -0
  1578. /package/{dist/image-service → image-service}/imgproxy/index.js +0 -0
  1579. /package/{dist/image-service → image-service}/index.d.ts +0 -0
  1580. /package/{dist/image-service → image-service}/index.js +0 -0
  1581. /package/{dist/import.d.ts → import.d.ts} +0 -0
  1582. /package/{dist/import.js → import.js} +0 -0
  1583. /package/{dist/index.d.ts → index.d.ts} +0 -0
  1584. /package/{dist/index.js → index.js} +0 -0
  1585. /package/{dist/injector → injector}/decorators.d.ts +0 -0
  1586. /package/{dist/injector → injector}/decorators.js +0 -0
  1587. /package/{dist/injector → injector}/index.d.ts +0 -0
  1588. /package/{dist/injector → injector}/index.js +0 -0
  1589. /package/{dist/injector → injector}/inject.d.ts +0 -0
  1590. /package/{dist/injector → injector}/inject.js +0 -0
  1591. /package/{dist/injector → injector}/injector.d.ts +0 -0
  1592. /package/{dist/injector → injector}/injector.js +0 -0
  1593. /package/{dist/injector → injector}/interfaces.d.ts +0 -0
  1594. /package/{dist/injector → injector}/interfaces.js +0 -0
  1595. /package/{dist/injector → injector}/provider.d.ts +0 -0
  1596. /package/{dist/injector → injector}/provider.js +0 -0
  1597. /package/{dist/injector → injector}/registration.error.d.ts +0 -0
  1598. /package/{dist/injector → injector}/registration.error.js +0 -0
  1599. /package/{dist/injector → injector}/resolution.d.ts +0 -0
  1600. /package/{dist/injector → injector}/resolution.js +0 -0
  1601. /package/{dist/injector → injector}/resolve-chain.d.ts +0 -0
  1602. /package/{dist/injector → injector}/resolve-chain.js +0 -0
  1603. /package/{dist/injector → injector}/resolve.error.d.ts +0 -0
  1604. /package/{dist/injector → injector}/resolve.error.js +0 -0
  1605. /package/{dist/injector → injector}/symbols.d.ts +0 -0
  1606. /package/{dist/injector → injector}/symbols.js +0 -0
  1607. /package/{dist/injector → injector}/token.d.ts +0 -0
  1608. /package/{dist/injector → injector}/token.js +0 -0
  1609. /package/{dist/injector → injector}/type-info.d.ts +0 -0
  1610. /package/{dist/injector → injector}/type-info.js +0 -0
  1611. /package/{dist/injector → injector}/types.d.ts +0 -0
  1612. /package/{dist/injector → injector}/types.js +0 -0
  1613. /package/{dist/interfaces.d.ts → interfaces.d.ts} +0 -0
  1614. /package/{dist/interfaces.js → interfaces.js} +0 -0
  1615. /package/{dist/intl → intl}/index.d.ts +0 -0
  1616. /package/{dist/intl → intl}/index.js +0 -0
  1617. /package/{dist/intl → intl}/number-parser.d.ts +0 -0
  1618. /package/{dist/intl → intl}/number-parser.js +0 -0
  1619. /package/{dist/json-path → json-path}/index.d.ts +0 -0
  1620. /package/{dist/json-path → json-path}/index.js +0 -0
  1621. /package/{dist/json-path → json-path}/json-path.d.ts +0 -0
  1622. /package/{dist/json-path → json-path}/json-path.js +0 -0
  1623. /package/{dist/jsx → jsx}/index.d.ts +0 -0
  1624. /package/{dist/jsx → jsx}/index.js +0 -0
  1625. /package/{dist/jsx → jsx}/is-component-class.d.ts +0 -0
  1626. /package/{dist/jsx → jsx}/is-component-class.js +0 -0
  1627. /package/{dist/jsx → jsx}/render-to-string.d.ts +0 -0
  1628. /package/{dist/jsx → jsx}/render-to-string.js +0 -0
  1629. /package/{dist/key-value-store → key-value-store}/index.d.ts +0 -0
  1630. /package/{dist/key-value-store → key-value-store}/index.js +0 -0
  1631. /package/{dist/key-value-store → key-value-store}/key-value-store.provider.d.ts +0 -0
  1632. /package/{dist/key-value-store → key-value-store}/key-value-store.provider.js +0 -0
  1633. /package/{dist/key-value-store → key-value-store}/key-value.store.d.ts +0 -0
  1634. /package/{dist/key-value-store → key-value-store}/key-value.store.js +0 -0
  1635. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/0000_shocking_slipstream.sql +0 -0
  1636. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1637. /package/{dist/key-value-store → key-value-store}/postgres/drizzle/meta/_journal.json +0 -0
  1638. /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.d.ts +0 -0
  1639. /package/{dist/key-value-store → key-value-store}/postgres/drizzle.config.js +0 -0
  1640. /package/{dist/key-value-store → key-value-store}/postgres/index.d.ts +0 -0
  1641. /package/{dist/key-value-store → key-value-store}/postgres/index.js +0 -0
  1642. /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.d.ts +0 -0
  1643. /package/{dist/key-value-store → key-value-store}/postgres/key-value-store.service.js +0 -0
  1644. /package/{dist/key-value-store → key-value-store}/postgres/models/index.d.ts +0 -0
  1645. /package/{dist/key-value-store → key-value-store}/postgres/models/index.js +0 -0
  1646. /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.d.ts +0 -0
  1647. /package/{dist/key-value-store → key-value-store}/postgres/models/key-value.model.js +0 -0
  1648. /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.d.ts +0 -0
  1649. /package/{dist/key-value-store → key-value-store}/postgres/models/schemas.js +0 -0
  1650. /package/{dist/key-value-store → key-value-store}/postgres/module.d.ts +0 -0
  1651. /package/{dist/key-value-store → key-value-store}/postgres/module.js +0 -0
  1652. /package/{dist/lock → lock}/index.d.ts +0 -0
  1653. /package/{dist/lock → lock}/index.js +0 -0
  1654. /package/{dist/lock → lock}/lock.d.ts +0 -0
  1655. /package/{dist/lock → lock}/lock.js +0 -0
  1656. /package/{dist/lock → lock}/postgres/drizzle/0000_busy_tattoo.sql +0 -0
  1657. /package/{dist/lock → lock}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1658. /package/{dist/lock → lock}/postgres/drizzle/meta/_journal.json +0 -0
  1659. /package/{dist/lock → lock}/postgres/drizzle.config.d.ts +0 -0
  1660. /package/{dist/lock → lock}/postgres/drizzle.config.js +0 -0
  1661. /package/{dist/lock → lock}/postgres/index.d.ts +0 -0
  1662. /package/{dist/lock → lock}/postgres/index.js +0 -0
  1663. /package/{dist/lock → lock}/postgres/lock.d.ts +0 -0
  1664. /package/{dist/lock → lock}/postgres/lock.js +0 -0
  1665. /package/{dist/lock → lock}/postgres/models/index.d.ts +0 -0
  1666. /package/{dist/lock → lock}/postgres/models/index.js +0 -0
  1667. /package/{dist/lock → lock}/postgres/models/lock.model.d.ts +0 -0
  1668. /package/{dist/lock → lock}/postgres/models/lock.model.js +0 -0
  1669. /package/{dist/lock → lock}/postgres/models/schemas.d.ts +0 -0
  1670. /package/{dist/lock → lock}/postgres/models/schemas.js +0 -0
  1671. /package/{dist/lock → lock}/postgres/module.d.ts +0 -0
  1672. /package/{dist/lock → lock}/postgres/module.js +0 -0
  1673. /package/{dist/lock → lock}/postgres/provider.d.ts +0 -0
  1674. /package/{dist/lock → lock}/postgres/provider.js +0 -0
  1675. /package/{dist/lock → lock}/provider.d.ts +0 -0
  1676. /package/{dist/lock → lock}/provider.js +0 -0
  1677. /package/{dist/lock → lock}/web/index.d.ts +0 -0
  1678. /package/{dist/lock → lock}/web/index.js +0 -0
  1679. /package/{dist/lock → lock}/web/module.d.ts +0 -0
  1680. /package/{dist/lock → lock}/web/module.js +0 -0
  1681. /package/{dist/lock → lock}/web/web-lock.d.ts +0 -0
  1682. /package/{dist/lock → lock}/web/web-lock.js +0 -0
  1683. /package/{dist/lock → lock}/web/web-lock.provider.d.ts +0 -0
  1684. /package/{dist/lock → lock}/web/web-lock.provider.js +0 -0
  1685. /package/{dist/logger → logger}/formatter.d.ts +0 -0
  1686. /package/{dist/logger → logger}/formatter.js +0 -0
  1687. /package/{dist/logger → logger}/formatters/index.d.ts +0 -0
  1688. /package/{dist/logger → logger}/formatters/index.js +0 -0
  1689. /package/{dist/logger → logger}/formatters/json.d.ts +0 -0
  1690. /package/{dist/logger → logger}/formatters/json.js +0 -0
  1691. /package/{dist/logger → logger}/formatters/pretty-print.d.ts +0 -0
  1692. /package/{dist/logger → logger}/formatters/pretty-print.js +0 -0
  1693. /package/{dist/logger → logger}/index.d.ts +0 -0
  1694. /package/{dist/logger → logger}/index.js +0 -0
  1695. /package/{dist/logger → logger}/level.d.ts +0 -0
  1696. /package/{dist/logger → logger}/level.js +0 -0
  1697. /package/{dist/logger → logger}/logger.d.ts +0 -0
  1698. /package/{dist/logger → logger}/logger.js +0 -0
  1699. /package/{dist/logger → logger}/manager.d.ts +0 -0
  1700. /package/{dist/logger → logger}/manager.js +0 -0
  1701. /package/{dist/logger → logger}/tokens.d.ts +0 -0
  1702. /package/{dist/logger → logger}/tokens.js +0 -0
  1703. /package/{dist/logger → logger}/transport.d.ts +0 -0
  1704. /package/{dist/logger → logger}/transport.js +0 -0
  1705. /package/{dist/logger → logger}/transports/console.d.ts +0 -0
  1706. /package/{dist/logger → logger}/transports/console.js +0 -0
  1707. /package/{dist/logger → logger}/transports/index.d.ts +0 -0
  1708. /package/{dist/logger → logger}/transports/index.js +0 -0
  1709. /package/{dist/mail → mail}/clients/index.d.ts +0 -0
  1710. /package/{dist/mail → mail}/clients/index.js +0 -0
  1711. /package/{dist/mail → mail}/clients/nodemailer.mail-client.d.ts +0 -0
  1712. /package/{dist/mail → mail}/clients/nodemailer.mail-client.js +0 -0
  1713. /package/{dist/mail → mail}/drizzle/0000_previous_malcolm_colcord.sql +0 -0
  1714. /package/{dist/mail → mail}/drizzle/0001_flimsy_bloodscream.sql +0 -0
  1715. /package/{dist/mail → mail}/drizzle/meta/0000_snapshot.json +0 -0
  1716. /package/{dist/mail → mail}/drizzle/meta/0001_snapshot.json +0 -0
  1717. /package/{dist/mail → mail}/drizzle/meta/_journal.json +0 -0
  1718. /package/{dist/mail → mail}/drizzle.config.d.ts +0 -0
  1719. /package/{dist/mail → mail}/drizzle.config.js +0 -0
  1720. /package/{dist/mail → mail}/index.d.ts +0 -0
  1721. /package/{dist/mail → mail}/index.js +0 -0
  1722. /package/{dist/mail → mail}/mail.client.d.ts +0 -0
  1723. /package/{dist/mail → mail}/mail.client.js +0 -0
  1724. /package/{dist/mail → mail}/mail.service.d.ts +0 -0
  1725. /package/{dist/mail → mail}/mail.service.js +0 -0
  1726. /package/{dist/mail → mail}/models/index.d.ts +0 -0
  1727. /package/{dist/mail → mail}/models/index.js +0 -0
  1728. /package/{dist/mail → mail}/models/mail-address.model.d.ts +0 -0
  1729. /package/{dist/mail → mail}/models/mail-address.model.js +0 -0
  1730. /package/{dist/mail → mail}/models/mail-content.model.d.ts +0 -0
  1731. /package/{dist/mail → mail}/models/mail-content.model.js +0 -0
  1732. /package/{dist/mail → mail}/models/mail-data.model.d.ts +0 -0
  1733. /package/{dist/mail → mail}/models/mail-data.model.js +0 -0
  1734. /package/{dist/mail → mail}/models/mail-log.model.d.ts +0 -0
  1735. /package/{dist/mail → mail}/models/mail-log.model.js +0 -0
  1736. /package/{dist/mail → mail}/models/mail-send-result.model.d.ts +0 -0
  1737. /package/{dist/mail → mail}/models/mail-send-result.model.js +0 -0
  1738. /package/{dist/mail → mail}/models/mail-template.model.d.ts +0 -0
  1739. /package/{dist/mail → mail}/models/mail-template.model.js +0 -0
  1740. /package/{dist/mail → mail}/models/schemas.d.ts +0 -0
  1741. /package/{dist/mail → mail}/models/schemas.js +0 -0
  1742. /package/{dist/mail → mail}/module.d.ts +0 -0
  1743. /package/{dist/mail → mail}/module.js +0 -0
  1744. /package/{dist/mail → mail}/tokens.d.ts +0 -0
  1745. /package/{dist/mail → mail}/tokens.js +0 -0
  1746. /package/{dist/memory → memory}/finalization.d.ts +0 -0
  1747. /package/{dist/memory → memory}/finalization.js +0 -0
  1748. /package/{dist/memory → memory}/index.d.ts +0 -0
  1749. /package/{dist/memory → memory}/index.js +0 -0
  1750. /package/{dist/memory → memory}/observable-finalization-registry.d.ts +0 -0
  1751. /package/{dist/memory → memory}/observable-finalization-registry.js +0 -0
  1752. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.d.ts +0 -0
  1753. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus-provider.js +0 -0
  1754. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.d.ts +0 -0
  1755. /package/{dist/message-bus → message-bus}/broadcast-channel/broadcast-channel-message-bus.js +0 -0
  1756. /package/{dist/message-bus → message-bus}/broadcast-channel/index.d.ts +0 -0
  1757. /package/{dist/message-bus → message-bus}/broadcast-channel/index.js +0 -0
  1758. /package/{dist/message-bus → message-bus}/broadcast-channel/module.d.ts +0 -0
  1759. /package/{dist/message-bus → message-bus}/broadcast-channel/module.js +0 -0
  1760. /package/{dist/message-bus → message-bus}/index.d.ts +0 -0
  1761. /package/{dist/message-bus → message-bus}/index.js +0 -0
  1762. /package/{dist/message-bus → message-bus}/local/index.d.ts +0 -0
  1763. /package/{dist/message-bus → message-bus}/local/index.js +0 -0
  1764. /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.d.ts +0 -0
  1765. /package/{dist/message-bus → message-bus}/local/local-message-bus-provider.js +0 -0
  1766. /package/{dist/message-bus → message-bus}/local/local-message-bus.d.ts +0 -0
  1767. /package/{dist/message-bus → message-bus}/local/local-message-bus.js +0 -0
  1768. /package/{dist/message-bus → message-bus}/local/module.d.ts +0 -0
  1769. /package/{dist/message-bus → message-bus}/local/module.js +0 -0
  1770. /package/{dist/message-bus → message-bus}/local/types.d.ts +0 -0
  1771. /package/{dist/message-bus → message-bus}/local/types.js +0 -0
  1772. /package/{dist/message-bus → message-bus}/message-bus-base.d.ts +0 -0
  1773. /package/{dist/message-bus → message-bus}/message-bus-base.js +0 -0
  1774. /package/{dist/message-bus → message-bus}/message-bus-provider.d.ts +0 -0
  1775. /package/{dist/message-bus → message-bus}/message-bus-provider.js +0 -0
  1776. /package/{dist/message-bus → message-bus}/message-bus.d.ts +0 -0
  1777. /package/{dist/message-bus → message-bus}/message-bus.js +0 -0
  1778. /package/{dist/module → module}/index.d.ts +0 -0
  1779. /package/{dist/module → module}/index.js +0 -0
  1780. /package/{dist/module → module}/module.d.ts +0 -0
  1781. /package/{dist/module → module}/module.js +0 -0
  1782. /package/{dist/module → module}/modules/function.module.d.ts +0 -0
  1783. /package/{dist/module → module}/modules/function.module.js +0 -0
  1784. /package/{dist/module → module}/modules/index.d.ts +0 -0
  1785. /package/{dist/module → module}/modules/index.js +0 -0
  1786. /package/{dist/module → module}/modules/web-server.module.d.ts +0 -0
  1787. /package/{dist/module → module}/modules/web-server.module.js +0 -0
  1788. /package/{dist/object-storage → object-storage}/index.d.ts +0 -0
  1789. /package/{dist/object-storage → object-storage}/index.js +0 -0
  1790. /package/{dist/object-storage → object-storage}/object-storage-provider.d.ts +0 -0
  1791. /package/{dist/object-storage → object-storage}/object-storage-provider.js +0 -0
  1792. /package/{dist/object-storage → object-storage}/object-storage.d.ts +0 -0
  1793. /package/{dist/object-storage → object-storage}/object-storage.js +0 -0
  1794. /package/{dist/object-storage → object-storage}/object.d.ts +0 -0
  1795. /package/{dist/object-storage → object-storage}/object.js +0 -0
  1796. /package/{dist/object-storage → object-storage}/s3/index.d.ts +0 -0
  1797. /package/{dist/object-storage → object-storage}/s3/index.js +0 -0
  1798. /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.d.ts +0 -0
  1799. /package/{dist/object-storage → object-storage}/s3/s3.object-storage-provider.js +0 -0
  1800. /package/{dist/object-storage → object-storage}/s3/s3.object-storage.d.ts +0 -0
  1801. /package/{dist/object-storage → object-storage}/s3/s3.object-storage.js +0 -0
  1802. /package/{dist/object-storage → object-storage}/s3/s3.object.d.ts +0 -0
  1803. /package/{dist/object-storage → object-storage}/s3/s3.object.js +0 -0
  1804. /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.d.ts +0 -0
  1805. /package/{dist/openid-connect → openid-connect}/cached-oidc-configuration.service.js +0 -0
  1806. /package/{dist/openid-connect → openid-connect}/index.d.ts +0 -0
  1807. /package/{dist/openid-connect → openid-connect}/index.js +0 -0
  1808. /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.d.ts +0 -0
  1809. /package/{dist/openid-connect → openid-connect}/oidc-configuration.service.js +0 -0
  1810. /package/{dist/openid-connect → openid-connect}/oidc-state.model.d.ts +0 -0
  1811. /package/{dist/openid-connect → openid-connect}/oidc-state.model.js +0 -0
  1812. /package/{dist/openid-connect → openid-connect}/oidc.service-model.d.ts +0 -0
  1813. /package/{dist/openid-connect → openid-connect}/oidc.service-model.js +0 -0
  1814. /package/{dist/openid-connect → openid-connect}/oidc.service.d.ts +0 -0
  1815. /package/{dist/openid-connect → openid-connect}/oidc.service.js +0 -0
  1816. /package/{dist/orm → orm}/data-types/bytea.d.ts +0 -0
  1817. /package/{dist/orm → orm}/data-types/bytea.js +0 -0
  1818. /package/{dist/orm → orm}/data-types/common.d.ts +0 -0
  1819. /package/{dist/orm → orm}/data-types/common.js +0 -0
  1820. /package/{dist/orm → orm}/data-types/index.d.ts +0 -0
  1821. /package/{dist/orm → orm}/data-types/index.js +0 -0
  1822. /package/{dist/orm → orm}/data-types/numeric-date.d.ts +0 -0
  1823. /package/{dist/orm → orm}/data-types/numeric-date.js +0 -0
  1824. /package/{dist/orm → orm}/data-types/timestamp.d.ts +0 -0
  1825. /package/{dist/orm → orm}/data-types/timestamp.js +0 -0
  1826. /package/{dist/orm → orm}/data-types/tsvector.d.ts +0 -0
  1827. /package/{dist/orm → orm}/data-types/tsvector.js +0 -0
  1828. /package/{dist/orm → orm}/decorators.d.ts +0 -0
  1829. /package/{dist/orm → orm}/decorators.js +0 -0
  1830. /package/{dist/orm → orm}/entity.d.ts +0 -0
  1831. /package/{dist/orm → orm}/entity.js +0 -0
  1832. /package/{dist/orm → orm}/index.d.ts +0 -0
  1833. /package/{dist/orm → orm}/index.js +0 -0
  1834. /package/{dist/orm → orm}/query/base.d.ts +0 -0
  1835. /package/{dist/orm → orm}/query/base.js +0 -0
  1836. /package/{dist/orm → orm}/query/index.d.ts +0 -0
  1837. /package/{dist/orm → orm}/query/index.js +0 -0
  1838. /package/{dist/orm → orm}/query/parade.d.ts +0 -0
  1839. /package/{dist/orm → orm}/query/parade.js +0 -0
  1840. /package/{dist/orm → orm}/repository.types.d.ts +0 -0
  1841. /package/{dist/orm → orm}/repository.types.js +0 -0
  1842. /package/{dist/orm → orm}/schemas/index.d.ts +0 -0
  1843. /package/{dist/orm → orm}/schemas/index.js +0 -0
  1844. /package/{dist/orm → orm}/schemas/json.d.ts +0 -0
  1845. /package/{dist/orm → orm}/schemas/json.js +0 -0
  1846. /package/{dist/orm → orm}/schemas/numeric-date.d.ts +0 -0
  1847. /package/{dist/orm → orm}/schemas/numeric-date.js +0 -0
  1848. /package/{dist/orm → orm}/schemas/numeric.d.ts +0 -0
  1849. /package/{dist/orm → orm}/schemas/numeric.js +0 -0
  1850. /package/{dist/orm → orm}/schemas/timestamp.d.ts +0 -0
  1851. /package/{dist/orm → orm}/schemas/timestamp.js +0 -0
  1852. /package/{dist/orm → orm}/schemas/tsvector.d.ts +0 -0
  1853. /package/{dist/orm → orm}/schemas/tsvector.js +0 -0
  1854. /package/{dist/orm → orm}/schemas/uuid.d.ts +0 -0
  1855. /package/{dist/orm → orm}/schemas/uuid.js +0 -0
  1856. /package/{dist/orm → orm}/server/database-schema.d.ts +0 -0
  1857. /package/{dist/orm → orm}/server/database-schema.js +0 -0
  1858. /package/{dist/orm → orm}/server/database.d.ts +0 -0
  1859. /package/{dist/orm → orm}/server/database.js +0 -0
  1860. /package/{dist/orm → orm}/server/drizzle/index.d.ts +0 -0
  1861. /package/{dist/orm → orm}/server/drizzle/index.js +0 -0
  1862. /package/{dist/orm → orm}/server/drizzle/schema-converter.d.ts +0 -0
  1863. /package/{dist/orm → orm}/server/drizzle/schema-converter.js +0 -0
  1864. /package/{dist/orm → orm}/server/encryption.d.ts +0 -0
  1865. /package/{dist/orm → orm}/server/encryption.js +0 -0
  1866. /package/{dist/orm → orm}/server/index.d.ts +0 -0
  1867. /package/{dist/orm → orm}/server/index.js +0 -0
  1868. /package/{dist/orm → orm}/server/module.d.ts +0 -0
  1869. /package/{dist/orm → orm}/server/module.js +0 -0
  1870. /package/{dist/orm → orm}/server/query-converter.d.ts +0 -0
  1871. /package/{dist/orm → orm}/server/query-converter.js +0 -0
  1872. /package/{dist/orm → orm}/server/repository.d.ts +0 -0
  1873. /package/{dist/orm → orm}/server/repository.js +0 -0
  1874. /package/{dist/orm → orm}/server/tokens.d.ts +0 -0
  1875. /package/{dist/orm → orm}/server/tokens.js +0 -0
  1876. /package/{dist/orm → orm}/server/transaction.d.ts +0 -0
  1877. /package/{dist/orm → orm}/server/transaction.js +0 -0
  1878. /package/{dist/orm → orm}/server/transactional.d.ts +0 -0
  1879. /package/{dist/orm → orm}/server/transactional.js +0 -0
  1880. /package/{dist/orm → orm}/server/types.d.ts +0 -0
  1881. /package/{dist/orm → orm}/server/types.js +0 -0
  1882. /package/{dist/orm → orm}/sqls.d.ts +0 -0
  1883. /package/{dist/orm → orm}/sqls.js +0 -0
  1884. /package/{dist/orm → orm}/types.d.ts +0 -0
  1885. /package/{dist/orm → orm}/types.js +0 -0
  1886. /package/{dist/orm → orm}/utils.d.ts +0 -0
  1887. /package/{dist/orm → orm}/utils.js +0 -0
  1888. /package/{dist/password → password}/have-i-been-pwned.d.ts +0 -0
  1889. /package/{dist/password → password}/have-i-been-pwned.js +0 -0
  1890. /package/{dist/password → password}/index.d.ts +0 -0
  1891. /package/{dist/password → password}/index.js +0 -0
  1892. /package/{dist/password → password}/password-check-result.model.d.ts +0 -0
  1893. /package/{dist/password → password}/password-check-result.model.js +0 -0
  1894. /package/{dist/password → password}/password-check.d.ts +0 -0
  1895. /package/{dist/password → password}/password-check.js +0 -0
  1896. /package/{dist/password → password}/password-check.localization.d.ts +0 -0
  1897. /package/{dist/password → password}/password-check.localization.js +0 -0
  1898. /package/{dist/pdf → pdf}/index.d.ts +0 -0
  1899. /package/{dist/pdf → pdf}/index.js +0 -0
  1900. /package/{dist/pdf → pdf}/pdf.service.d.ts +0 -0
  1901. /package/{dist/pdf → pdf}/pdf.service.js +0 -0
  1902. /package/{dist/pdf → pdf}/utils.d.ts +0 -0
  1903. /package/{dist/pdf → pdf}/utils.js +0 -0
  1904. /package/{dist/polyfills.d.ts → polyfills.d.ts} +0 -0
  1905. /package/{dist/polyfills.js → polyfills.js} +0 -0
  1906. /package/{dist/pool → pool}/index.d.ts +0 -0
  1907. /package/{dist/pool → pool}/index.js +0 -0
  1908. /package/{dist/pool → pool}/pool.d.ts +0 -0
  1909. /package/{dist/pool → pool}/pool.js +0 -0
  1910. /package/{dist/process → process}/index.d.ts +0 -0
  1911. /package/{dist/process → process}/index.js +0 -0
  1912. /package/{dist/process → process}/spawn.d.ts +0 -0
  1913. /package/{dist/process → process}/spawn.js +0 -0
  1914. /package/{dist/promise → promise}/cancelable-promise.d.ts +0 -0
  1915. /package/{dist/promise → promise}/cancelable-promise.js +0 -0
  1916. /package/{dist/promise → promise}/custom-promise.d.ts +0 -0
  1917. /package/{dist/promise → promise}/custom-promise.js +0 -0
  1918. /package/{dist/promise → promise}/deferred-promise.d.ts +0 -0
  1919. /package/{dist/promise → promise}/deferred-promise.js +0 -0
  1920. /package/{dist/promise → promise}/index.d.ts +0 -0
  1921. /package/{dist/promise → promise}/index.js +0 -0
  1922. /package/{dist/promise → promise}/lazy-promise.d.ts +0 -0
  1923. /package/{dist/promise → promise}/lazy-promise.js +0 -0
  1924. /package/{dist/promise → promise}/types.d.ts +0 -0
  1925. /package/{dist/promise → promise}/types.js +0 -0
  1926. /package/{dist/queue → queue}/enqueue-batch.d.ts +0 -0
  1927. /package/{dist/queue → queue}/enqueue-batch.js +0 -0
  1928. /package/{dist/queue → queue}/index.d.ts +0 -0
  1929. /package/{dist/queue → queue}/index.js +0 -0
  1930. /package/{dist/queue → queue}/postgres/drizzle/0000_zippy_moondragon.sql +0 -0
  1931. /package/{dist/queue → queue}/postgres/drizzle/0001_certain_wild_pack.sql +0 -0
  1932. /package/{dist/queue → queue}/postgres/drizzle/0002_dear_meggan.sql +0 -0
  1933. /package/{dist/queue → queue}/postgres/drizzle/meta/0000_snapshot.json +0 -0
  1934. /package/{dist/queue → queue}/postgres/drizzle/meta/0001_snapshot.json +0 -0
  1935. /package/{dist/queue → queue}/postgres/drizzle/meta/0002_snapshot.json +0 -0
  1936. /package/{dist/queue → queue}/postgres/drizzle/meta/_journal.json +0 -0
  1937. /package/{dist/queue → queue}/postgres/drizzle.config.d.ts +0 -0
  1938. /package/{dist/queue → queue}/postgres/drizzle.config.js +0 -0
  1939. /package/{dist/queue → queue}/postgres/index.d.ts +0 -0
  1940. /package/{dist/queue → queue}/postgres/index.js +0 -0
  1941. /package/{dist/queue → queue}/postgres/job.model.d.ts +0 -0
  1942. /package/{dist/queue → queue}/postgres/job.model.js +0 -0
  1943. /package/{dist/queue → queue}/postgres/module.d.ts +0 -0
  1944. /package/{dist/queue → queue}/postgres/module.js +0 -0
  1945. /package/{dist/queue → queue}/postgres/queue.d.ts +0 -0
  1946. /package/{dist/queue → queue}/postgres/queue.js +0 -0
  1947. /package/{dist/queue → queue}/postgres/queue.provider.d.ts +0 -0
  1948. /package/{dist/queue → queue}/postgres/queue.provider.js +0 -0
  1949. /package/{dist/queue → queue}/postgres/schemas.d.ts +0 -0
  1950. /package/{dist/queue → queue}/postgres/schemas.js +0 -0
  1951. /package/{dist/queue → queue}/provider.d.ts +0 -0
  1952. /package/{dist/queue → queue}/provider.js +0 -0
  1953. /package/{dist/queue → queue}/queue.d.ts +0 -0
  1954. /package/{dist/queue → queue}/queue.js +0 -0
  1955. /package/{dist/random → random}/index.d.ts +0 -0
  1956. /package/{dist/random → random}/index.js +0 -0
  1957. /package/{dist/random → random}/number-generator/index.d.ts +0 -0
  1958. /package/{dist/random → random}/number-generator/index.js +0 -0
  1959. /package/{dist/random → random}/number-generator/mulberry32.d.ts +0 -0
  1960. /package/{dist/random → random}/number-generator/mulberry32.js +0 -0
  1961. /package/{dist/random → random}/number-generator/random-number-generator-function.d.ts +0 -0
  1962. /package/{dist/random → random}/number-generator/random-number-generator-function.js +0 -0
  1963. /package/{dist/random → random}/number-generator/random-number-generator.d.ts +0 -0
  1964. /package/{dist/random → random}/number-generator/random-number-generator.js +0 -0
  1965. /package/{dist/random → random}/number-generator/seeded-random-number-generator.d.ts +0 -0
  1966. /package/{dist/random → random}/number-generator/seeded-random-number-generator.js +0 -0
  1967. /package/{dist/random → random}/number-generator/sfc32.d.ts +0 -0
  1968. /package/{dist/random → random}/number-generator/sfc32.js +0 -0
  1969. /package/{dist/random → random}/number-generator/utils.d.ts +0 -0
  1970. /package/{dist/random → random}/number-generator/utils.js +0 -0
  1971. /package/{dist/random → random}/series.d.ts +0 -0
  1972. /package/{dist/random → random}/series.js +0 -0
  1973. /package/{dist/reflection → reflection}/decorator-data.d.ts +0 -0
  1974. /package/{dist/reflection → reflection}/decorator-data.js +0 -0
  1975. /package/{dist/reflection → reflection}/decorators.d.ts +0 -0
  1976. /package/{dist/reflection → reflection}/decorators.js +0 -0
  1977. /package/{dist/reflection → reflection}/index.d.ts +0 -0
  1978. /package/{dist/reflection → reflection}/index.js +0 -0
  1979. /package/{dist/reflection → reflection}/registry.d.ts +0 -0
  1980. /package/{dist/reflection → reflection}/registry.js +0 -0
  1981. /package/{dist/reflection → reflection}/types.d.ts +0 -0
  1982. /package/{dist/reflection → reflection}/types.js +0 -0
  1983. /package/{dist/reflection → reflection}/utils.d.ts +0 -0
  1984. /package/{dist/reflection → reflection}/utils.js +0 -0
  1985. /package/{dist/require.d.ts → require.d.ts} +0 -0
  1986. /package/{dist/require.js → require.js} +0 -0
  1987. /package/{dist/rpc → rpc}/adapters/index.d.ts +0 -0
  1988. /package/{dist/rpc → rpc}/adapters/index.js +0 -0
  1989. /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.d.ts +0 -0
  1990. /package/{dist/rpc → rpc}/adapters/readable-stream.adapter.js +0 -0
  1991. /package/{dist/rpc → rpc}/endpoints/index.d.ts +0 -0
  1992. /package/{dist/rpc → rpc}/endpoints/index.js +0 -0
  1993. /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.d.ts +0 -0
  1994. /package/{dist/rpc → rpc}/endpoints/message-port.rpc-endpoint.js +0 -0
  1995. /package/{dist/rpc → rpc}/index.d.ts +0 -0
  1996. /package/{dist/rpc → rpc}/index.js +0 -0
  1997. /package/{dist/rpc → rpc}/model.d.ts +0 -0
  1998. /package/{dist/rpc → rpc}/model.js +0 -0
  1999. /package/{dist/rpc → rpc}/rpc.adapter.d.ts +0 -0
  2000. /package/{dist/rpc → rpc}/rpc.adapter.js +0 -0
  2001. /package/{dist/rpc → rpc}/rpc.d.ts +0 -0
  2002. /package/{dist/rpc → rpc}/rpc.endpoint.d.ts +0 -0
  2003. /package/{dist/rpc → rpc}/rpc.endpoint.js +0 -0
  2004. /package/{dist/rpc → rpc}/rpc.error.d.ts +0 -0
  2005. /package/{dist/rpc → rpc}/rpc.error.js +0 -0
  2006. /package/{dist/rpc → rpc}/rpc.js +0 -0
  2007. /package/{dist/rxjs-utils → rxjs-utils}/cast.d.ts +0 -0
  2008. /package/{dist/rxjs-utils → rxjs-utils}/cast.js +0 -0
  2009. /package/{dist/rxjs-utils → rxjs-utils}/index.d.ts +0 -0
  2010. /package/{dist/rxjs-utils → rxjs-utils}/index.js +0 -0
  2011. /package/{dist/rxjs-utils → rxjs-utils}/noop.d.ts +0 -0
  2012. /package/{dist/rxjs-utils → rxjs-utils}/noop.js +0 -0
  2013. /package/{dist/rxjs-utils → rxjs-utils}/reject-error.d.ts +0 -0
  2014. /package/{dist/rxjs-utils → rxjs-utils}/reject-error.js +0 -0
  2015. /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.d.ts +0 -0
  2016. /package/{dist/rxjs-utils → rxjs-utils}/retry-backoff.js +0 -0
  2017. /package/{dist/rxjs-utils → rxjs-utils}/slow-array.d.ts +0 -0
  2018. /package/{dist/rxjs-utils → rxjs-utils}/slow-array.js +0 -0
  2019. /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.d.ts +0 -0
  2020. /package/{dist/rxjs-utils → rxjs-utils}/start-with-provider.js +0 -0
  2021. /package/{dist/rxjs-utils → rxjs-utils}/teardown.d.ts +0 -0
  2022. /package/{dist/rxjs-utils → rxjs-utils}/teardown.js +0 -0
  2023. /package/{dist/rxjs-utils → rxjs-utils}/timing.d.ts +0 -0
  2024. /package/{dist/rxjs-utils → rxjs-utils}/timing.js +0 -0
  2025. /package/{dist/rxjs-utils → rxjs-utils}/untrack.d.ts +0 -0
  2026. /package/{dist/rxjs-utils → rxjs-utils}/untrack.js +0 -0
  2027. /package/{dist/schema → schema}/converters/index.d.ts +0 -0
  2028. /package/{dist/schema → schema}/converters/index.js +0 -0
  2029. /package/{dist/schema → schema}/converters/openapi-converter.d.ts +0 -0
  2030. /package/{dist/schema → schema}/converters/openapi-converter.js +0 -0
  2031. /package/{dist/schema → schema}/decorators/class.d.ts +0 -0
  2032. /package/{dist/schema → schema}/decorators/class.js +0 -0
  2033. /package/{dist/schema → schema}/decorators/description.d.ts +0 -0
  2034. /package/{dist/schema → schema}/decorators/description.js +0 -0
  2035. /package/{dist/schema → schema}/decorators/index.d.ts +0 -0
  2036. /package/{dist/schema → schema}/decorators/index.js +0 -0
  2037. /package/{dist/schema → schema}/decorators/schema.d.ts +0 -0
  2038. /package/{dist/schema → schema}/decorators/schema.js +0 -0
  2039. /package/{dist/schema → schema}/decorators/types.d.ts +0 -0
  2040. /package/{dist/schema → schema}/decorators/types.js +0 -0
  2041. /package/{dist/schema → schema}/decorators/utils.d.ts +0 -0
  2042. /package/{dist/schema → schema}/decorators/utils.js +0 -0
  2043. /package/{dist/schema → schema}/index.d.ts +0 -0
  2044. /package/{dist/schema → schema}/index.js +0 -0
  2045. /package/{dist/schema → schema}/schema.d.ts +0 -0
  2046. /package/{dist/schema → schema}/schema.error.d.ts +0 -0
  2047. /package/{dist/schema → schema}/schema.error.js +0 -0
  2048. /package/{dist/schema → schema}/schema.js +0 -0
  2049. /package/{dist/schema → schema}/schemas/any.d.ts +0 -0
  2050. /package/{dist/schema → schema}/schemas/any.js +0 -0
  2051. /package/{dist/schema → schema}/schemas/array.d.ts +0 -0
  2052. /package/{dist/schema → schema}/schemas/array.js +0 -0
  2053. /package/{dist/schema → schema}/schemas/bigint.d.ts +0 -0
  2054. /package/{dist/schema → schema}/schemas/bigint.js +0 -0
  2055. /package/{dist/schema → schema}/schemas/boolean.d.ts +0 -0
  2056. /package/{dist/schema → schema}/schemas/boolean.js +0 -0
  2057. /package/{dist/schema → schema}/schemas/date.d.ts +0 -0
  2058. /package/{dist/schema → schema}/schemas/date.js +0 -0
  2059. /package/{dist/schema → schema}/schemas/defaulted.d.ts +0 -0
  2060. /package/{dist/schema → schema}/schemas/defaulted.js +0 -0
  2061. /package/{dist/schema → schema}/schemas/deferred.d.ts +0 -0
  2062. /package/{dist/schema → schema}/schemas/deferred.js +0 -0
  2063. /package/{dist/schema → schema}/schemas/enumeration.d.ts +0 -0
  2064. /package/{dist/schema → schema}/schemas/enumeration.js +0 -0
  2065. /package/{dist/schema → schema}/schemas/function.d.ts +0 -0
  2066. /package/{dist/schema → schema}/schemas/function.js +0 -0
  2067. /package/{dist/schema → schema}/schemas/index.d.ts +0 -0
  2068. /package/{dist/schema → schema}/schemas/index.js +0 -0
  2069. /package/{dist/schema → schema}/schemas/instance.d.ts +0 -0
  2070. /package/{dist/schema → schema}/schemas/instance.js +0 -0
  2071. /package/{dist/schema → schema}/schemas/literal.d.ts +0 -0
  2072. /package/{dist/schema → schema}/schemas/literal.js +0 -0
  2073. /package/{dist/schema → schema}/schemas/never.d.ts +0 -0
  2074. /package/{dist/schema → schema}/schemas/never.js +0 -0
  2075. /package/{dist/schema → schema}/schemas/nullable.d.ts +0 -0
  2076. /package/{dist/schema → schema}/schemas/nullable.js +0 -0
  2077. /package/{dist/schema → schema}/schemas/number.d.ts +0 -0
  2078. /package/{dist/schema → schema}/schemas/number.js +0 -0
  2079. /package/{dist/schema → schema}/schemas/object.d.ts +0 -0
  2080. /package/{dist/schema → schema}/schemas/object.js +0 -0
  2081. /package/{dist/schema → schema}/schemas/one-or-many.d.ts +0 -0
  2082. /package/{dist/schema → schema}/schemas/one-or-many.js +0 -0
  2083. /package/{dist/schema → schema}/schemas/optional.d.ts +0 -0
  2084. /package/{dist/schema → schema}/schemas/optional.js +0 -0
  2085. /package/{dist/schema → schema}/schemas/readable-stream.d.ts +0 -0
  2086. /package/{dist/schema → schema}/schemas/readable-stream.js +0 -0
  2087. /package/{dist/schema → schema}/schemas/regexp.d.ts +0 -0
  2088. /package/{dist/schema → schema}/schemas/regexp.js +0 -0
  2089. /package/{dist/schema → schema}/schemas/simple.d.ts +0 -0
  2090. /package/{dist/schema → schema}/schemas/simple.js +0 -0
  2091. /package/{dist/schema → schema}/schemas/string.d.ts +0 -0
  2092. /package/{dist/schema → schema}/schemas/string.js +0 -0
  2093. /package/{dist/schema → schema}/schemas/symbol.d.ts +0 -0
  2094. /package/{dist/schema → schema}/schemas/symbol.js +0 -0
  2095. /package/{dist/schema → schema}/schemas/transform.d.ts +0 -0
  2096. /package/{dist/schema → schema}/schemas/transform.js +0 -0
  2097. /package/{dist/schema → schema}/schemas/uint8-array.d.ts +0 -0
  2098. /package/{dist/schema → schema}/schemas/uint8-array.js +0 -0
  2099. /package/{dist/schema → schema}/schemas/union.d.ts +0 -0
  2100. /package/{dist/schema → schema}/schemas/union.js +0 -0
  2101. /package/{dist/schema → schema}/schemas/unknown.d.ts +0 -0
  2102. /package/{dist/schema → schema}/schemas/unknown.js +0 -0
  2103. /package/{dist/schema → schema}/testable.d.ts +0 -0
  2104. /package/{dist/schema → schema}/testable.js +0 -0
  2105. /package/{dist/schema → schema}/types.d.ts +0 -0
  2106. /package/{dist/schema → schema}/types.js +0 -0
  2107. /package/{dist/serializer → serializer}/handlers/binary.d.ts +0 -0
  2108. /package/{dist/serializer → serializer}/handlers/binary.js +0 -0
  2109. /package/{dist/serializer → serializer}/handlers/date.d.ts +0 -0
  2110. /package/{dist/serializer → serializer}/handlers/date.js +0 -0
  2111. /package/{dist/serializer → serializer}/handlers/error.d.ts +0 -0
  2112. /package/{dist/serializer → serializer}/handlers/error.js +0 -0
  2113. /package/{dist/serializer → serializer}/handlers/index.d.ts +0 -0
  2114. /package/{dist/serializer → serializer}/handlers/index.js +0 -0
  2115. /package/{dist/serializer → serializer}/handlers/map.d.ts +0 -0
  2116. /package/{dist/serializer → serializer}/handlers/map.js +0 -0
  2117. /package/{dist/serializer → serializer}/handlers/regex.d.ts +0 -0
  2118. /package/{dist/serializer → serializer}/handlers/regex.js +0 -0
  2119. /package/{dist/serializer → serializer}/handlers/register.d.ts +0 -0
  2120. /package/{dist/serializer → serializer}/handlers/register.js +0 -0
  2121. /package/{dist/serializer → serializer}/handlers/set.d.ts +0 -0
  2122. /package/{dist/serializer → serializer}/handlers/set.js +0 -0
  2123. /package/{dist/serializer → serializer}/index.d.ts +0 -0
  2124. /package/{dist/serializer → serializer}/index.js +0 -0
  2125. /package/{dist/serializer → serializer}/serializable.d.ts +0 -0
  2126. /package/{dist/serializer → serializer}/serializable.js +0 -0
  2127. /package/{dist/serializer → serializer}/serializer.d.ts +0 -0
  2128. /package/{dist/serializer → serializer}/serializer.js +0 -0
  2129. /package/{dist/serializer → serializer}/types.d.ts +0 -0
  2130. /package/{dist/serializer → serializer}/types.js +0 -0
  2131. /package/{dist/signals → signals}/api.d.ts +0 -0
  2132. /package/{dist/signals → signals}/api.js +0 -0
  2133. /package/{dist/signals → signals}/computed-with-dependencies.d.ts +0 -0
  2134. /package/{dist/signals → signals}/computed-with-dependencies.js +0 -0
  2135. /package/{dist/signals → signals}/effect-with-dependencies.d.ts +0 -0
  2136. /package/{dist/signals → signals}/effect-with-dependencies.js +0 -0
  2137. /package/{dist/signals → signals}/implementation/api.d.ts +0 -0
  2138. /package/{dist/signals → signals}/implementation/api.js +0 -0
  2139. /package/{dist/signals → signals}/implementation/asserts.d.ts +0 -0
  2140. /package/{dist/signals → signals}/implementation/asserts.js +0 -0
  2141. /package/{dist/signals → signals}/implementation/computed.d.ts +0 -0
  2142. /package/{dist/signals → signals}/implementation/computed.js +0 -0
  2143. /package/{dist/signals → signals}/implementation/configure.d.ts +0 -0
  2144. /package/{dist/signals → signals}/implementation/configure.js +0 -0
  2145. /package/{dist/signals → signals}/implementation/effect.d.ts +0 -0
  2146. /package/{dist/signals → signals}/implementation/effect.js +0 -0
  2147. /package/{dist/signals → signals}/implementation/equality.d.ts +0 -0
  2148. /package/{dist/signals → signals}/implementation/equality.js +0 -0
  2149. /package/{dist/signals → signals}/implementation/errors.d.ts +0 -0
  2150. /package/{dist/signals → signals}/implementation/errors.js +0 -0
  2151. /package/{dist/signals → signals}/implementation/graph.d.ts +0 -0
  2152. /package/{dist/signals → signals}/implementation/graph.js +0 -0
  2153. /package/{dist/signals → signals}/implementation/index.d.ts +0 -0
  2154. /package/{dist/signals → signals}/implementation/index.js +0 -0
  2155. /package/{dist/signals → signals}/implementation/signal.d.ts +0 -0
  2156. /package/{dist/signals → signals}/implementation/signal.js +0 -0
  2157. /package/{dist/signals → signals}/implementation/to-observable.d.ts +0 -0
  2158. /package/{dist/signals → signals}/implementation/to-observable.js +0 -0
  2159. /package/{dist/signals → signals}/implementation/to-signal.d.ts +0 -0
  2160. /package/{dist/signals → signals}/implementation/to-signal.js +0 -0
  2161. /package/{dist/signals → signals}/implementation/untracked.d.ts +0 -0
  2162. /package/{dist/signals → signals}/implementation/untracked.js +0 -0
  2163. /package/{dist/signals → signals}/implementation/watch.d.ts +0 -0
  2164. /package/{dist/signals → signals}/implementation/watch.js +0 -0
  2165. /package/{dist/signals → signals}/implementation/writable-signal.d.ts +0 -0
  2166. /package/{dist/signals → signals}/implementation/writable-signal.js +0 -0
  2167. /package/{dist/signals → signals}/index.d.ts +0 -0
  2168. /package/{dist/signals → signals}/index.js +0 -0
  2169. /package/{dist/signals → signals}/notifier.d.ts +0 -0
  2170. /package/{dist/signals → signals}/notifier.js +0 -0
  2171. /package/{dist/signals → signals}/operators/combine.d.ts +0 -0
  2172. /package/{dist/signals → signals}/operators/combine.js +0 -0
  2173. /package/{dist/signals → signals}/operators/defer.d.ts +0 -0
  2174. /package/{dist/signals → signals}/operators/defer.js +0 -0
  2175. /package/{dist/signals → signals}/operators/derive-async.d.ts +0 -0
  2176. /package/{dist/signals → signals}/operators/derive-async.js +0 -0
  2177. /package/{dist/signals → signals}/operators/index.d.ts +0 -0
  2178. /package/{dist/signals → signals}/operators/index.js +0 -0
  2179. /package/{dist/signals → signals}/operators/map.d.ts +0 -0
  2180. /package/{dist/signals → signals}/operators/map.js +0 -0
  2181. /package/{dist/signals → signals}/operators/switchAll.d.ts +0 -0
  2182. /package/{dist/signals → signals}/operators/switchAll.js +0 -0
  2183. /package/{dist/signals → signals}/pipe.d.ts +0 -0
  2184. /package/{dist/signals → signals}/pipe.js +0 -0
  2185. /package/{dist/signals → signals}/symbol.d.ts +0 -0
  2186. /package/{dist/signals → signals}/symbol.js +0 -0
  2187. /package/{dist/signals → signals}/to-lazy-signal.d.ts +0 -0
  2188. /package/{dist/signals → signals}/to-lazy-signal.js +0 -0
  2189. /package/{dist/signals → signals}/types.d.ts +0 -0
  2190. /package/{dist/signals → signals}/types.js +0 -0
  2191. /package/{dist/signals → signals}/untracked-operator.d.ts +0 -0
  2192. /package/{dist/signals → signals}/untracked-operator.js +0 -0
  2193. /package/{dist/sse → sse}/data-stream-source.d.ts +0 -0
  2194. /package/{dist/sse → sse}/data-stream-source.js +0 -0
  2195. /package/{dist/sse → sse}/data-stream.d.ts +0 -0
  2196. /package/{dist/sse → sse}/data-stream.js +0 -0
  2197. /package/{dist/sse → sse}/index.d.ts +0 -0
  2198. /package/{dist/sse → sse}/index.js +0 -0
  2199. /package/{dist/sse → sse}/model.d.ts +0 -0
  2200. /package/{dist/sse → sse}/model.js +0 -0
  2201. /package/{dist/sse → sse}/server-sent-events-source.d.ts +0 -0
  2202. /package/{dist/sse → sse}/server-sent-events-source.js +0 -0
  2203. /package/{dist/sse → sse}/server-sent-events.d.ts +0 -0
  2204. /package/{dist/sse → sse}/server-sent-events.js +0 -0
  2205. /package/{dist/supports.d.ts → supports.d.ts} +0 -0
  2206. /package/{dist/supports.js → supports.js} +0 -0
  2207. /package/{dist/templates → templates}/index.d.ts +0 -0
  2208. /package/{dist/templates → templates}/index.js +0 -0
  2209. /package/{dist/templates → templates}/module.d.ts +0 -0
  2210. /package/{dist/templates → templates}/module.js +0 -0
  2211. /package/{dist/templates → templates}/providers/file.template-provider.d.ts +0 -0
  2212. /package/{dist/templates → templates}/providers/file.template-provider.js +0 -0
  2213. /package/{dist/templates → templates}/providers/index.d.ts +0 -0
  2214. /package/{dist/templates → templates}/providers/index.js +0 -0
  2215. /package/{dist/templates → templates}/providers/memory.template-provider.d.ts +0 -0
  2216. /package/{dist/templates → templates}/providers/memory.template-provider.js +0 -0
  2217. /package/{dist/templates → templates}/renderers/handlebars.template-renderer.d.ts +0 -0
  2218. /package/{dist/templates → templates}/renderers/handlebars.template-renderer.js +0 -0
  2219. /package/{dist/templates → templates}/renderers/index.d.ts +0 -0
  2220. /package/{dist/templates → templates}/renderers/index.js +0 -0
  2221. /package/{dist/templates → templates}/renderers/jsx.template-renderer.d.ts +0 -0
  2222. /package/{dist/templates → templates}/renderers/jsx.template-renderer.js +0 -0
  2223. /package/{dist/templates → templates}/renderers/mjml.template-renderer.d.ts +0 -0
  2224. /package/{dist/templates → templates}/renderers/mjml.template-renderer.js +0 -0
  2225. /package/{dist/templates → templates}/renderers/string.template-renderer.d.ts +0 -0
  2226. /package/{dist/templates → templates}/renderers/string.template-renderer.js +0 -0
  2227. /package/{dist/templates → templates}/resolvers/file.template-resolver.d.ts +0 -0
  2228. /package/{dist/templates → templates}/resolvers/file.template-resolver.js +0 -0
  2229. /package/{dist/templates → templates}/resolvers/index.d.ts +0 -0
  2230. /package/{dist/templates → templates}/resolvers/index.js +0 -0
  2231. /package/{dist/templates → templates}/resolvers/jsx.template-resolver.d.ts +0 -0
  2232. /package/{dist/templates → templates}/resolvers/jsx.template-resolver.js +0 -0
  2233. /package/{dist/templates → templates}/resolvers/string.template-resolver.d.ts +0 -0
  2234. /package/{dist/templates → templates}/resolvers/string.template-resolver.js +0 -0
  2235. /package/{dist/templates → templates}/template-renderer.provider.d.ts +0 -0
  2236. /package/{dist/templates → templates}/template-renderer.provider.js +0 -0
  2237. /package/{dist/templates → templates}/template-resolver.provider.d.ts +0 -0
  2238. /package/{dist/templates → templates}/template-resolver.provider.js +0 -0
  2239. /package/{dist/templates → templates}/template.model.d.ts +0 -0
  2240. /package/{dist/templates → templates}/template.model.js +0 -0
  2241. /package/{dist/templates → templates}/template.provider.d.ts +0 -0
  2242. /package/{dist/templates → templates}/template.provider.js +0 -0
  2243. /package/{dist/templates → templates}/template.renderer.d.ts +0 -0
  2244. /package/{dist/templates → templates}/template.renderer.js +0 -0
  2245. /package/{dist/templates → templates}/template.resolver.d.ts +0 -0
  2246. /package/{dist/templates → templates}/template.resolver.js +0 -0
  2247. /package/{dist/templates → templates}/template.service.d.ts +0 -0
  2248. /package/{dist/templates → templates}/template.service.js +0 -0
  2249. /package/{dist/templates → templates}/tokens.d.ts +0 -0
  2250. /package/{dist/templates → templates}/tokens.js +0 -0
  2251. /package/{dist/templates → templates}/types/index.d.ts +0 -0
  2252. /package/{dist/templates → templates}/types/index.js +0 -0
  2253. /package/{dist/templates → templates}/types/jsx.intrinsic-elements.d.ts +0 -0
  2254. /package/{dist/templates → templates}/types/jsx.intrinsic-elements.js +0 -0
  2255. /package/{dist/test → test}/drizzle/0000_natural_cannonball.sql +0 -0
  2256. /package/{dist/test → test}/drizzle/meta/0000_snapshot.json +0 -0
  2257. /package/{dist/test → test}/drizzle/meta/_journal.json +0 -0
  2258. /package/{dist/test → test}/drizzle.config.d.ts +0 -0
  2259. /package/{dist/test → test}/drizzle.config.js +0 -0
  2260. /package/{dist/test → test}/index.d.ts +0 -0
  2261. /package/{dist/test → test}/index.js +0 -0
  2262. /package/{dist/test → test}/module.d.ts +0 -0
  2263. /package/{dist/test → test}/module.js +0 -0
  2264. /package/{dist/test → test}/schemas.d.ts +0 -0
  2265. /package/{dist/test → test}/schemas.js +0 -0
  2266. /package/{dist/test → test}/test.model.d.ts +0 -0
  2267. /package/{dist/test → test}/test.model.js +0 -0
  2268. /package/{dist/test1.d.ts → test1.d.ts} +0 -0
  2269. /package/{dist/test1.js → test1.js} +0 -0
  2270. /package/{dist/test2.d.ts → test2.d.ts} +0 -0
  2271. /package/{dist/test2.js → test2.js} +0 -0
  2272. /package/{dist/test3.d.ts → test3.d.ts} +0 -0
  2273. /package/{dist/test3.js → test3.js} +0 -0
  2274. /package/{dist/test4.d.ts → test4.d.ts} +0 -0
  2275. /package/{dist/test4.js → test4.js} +0 -0
  2276. /package/{dist/test5.d.ts → test5.d.ts} +0 -0
  2277. /package/{dist/test5.js → test5.js} +0 -0
  2278. /package/{dist/test6.d.ts → test6.d.ts} +0 -0
  2279. /package/{dist/test6.js → test6.js} +0 -0
  2280. /package/{dist/text → text}/common-localization.d.ts +0 -0
  2281. /package/{dist/text → text}/common-localization.js +0 -0
  2282. /package/{dist/text → text}/dynamic-text.model.d.ts +0 -0
  2283. /package/{dist/text → text}/dynamic-text.model.js +0 -0
  2284. /package/{dist/text → text}/index.d.ts +0 -0
  2285. /package/{dist/text → text}/index.js +0 -0
  2286. /package/{dist/text → text}/localizable-text.model.d.ts +0 -0
  2287. /package/{dist/text → text}/localizable-text.model.js +0 -0
  2288. /package/{dist/text → text}/localization.service.d.ts +0 -0
  2289. /package/{dist/text → text}/localization.service.js +0 -0
  2290. /package/{dist/threading → threading}/index.d.ts +0 -0
  2291. /package/{dist/threading → threading}/index.js +0 -0
  2292. /package/{dist/threading → threading}/thread-pool.d.ts +0 -0
  2293. /package/{dist/threading → threading}/thread-pool.js +0 -0
  2294. /package/{dist/threading → threading}/thread-worker.d.ts +0 -0
  2295. /package/{dist/threading → threading}/thread-worker.js +0 -0
  2296. /package/{dist/tokens.d.ts → tokens.d.ts} +0 -0
  2297. /package/{dist/tokens.js → tokens.js} +0 -0
  2298. /package/{dist/types → types}/geo-json.d.ts +0 -0
  2299. /package/{dist/types → types}/geo-json.js +0 -0
  2300. /package/{dist/types → types}/index.d.ts +0 -0
  2301. /package/{dist/types → types}/index.js +0 -0
  2302. /package/{dist/types → types}/tagged.d.ts +0 -0
  2303. /package/{dist/types → types}/tagged.js +0 -0
  2304. /package/{dist/types → types}/types.d.ts +0 -0
  2305. /package/{dist/types → types}/types.js +0 -0
  2306. /package/{dist/types → types}/web-types.d.ts +0 -0
  2307. /package/{dist/types → types}/web-types.js +0 -0
  2308. /package/{dist/utils → utils}/alphabet.d.ts +0 -0
  2309. /package/{dist/utils → utils}/alphabet.js +0 -0
  2310. /package/{dist/utils → utils}/any-iterable-iterator.d.ts +0 -0
  2311. /package/{dist/utils → utils}/any-iterable-iterator.js +0 -0
  2312. /package/{dist/utils → utils}/array/array-backtracker.d.ts +0 -0
  2313. /package/{dist/utils → utils}/array/array-backtracker.js +0 -0
  2314. /package/{dist/utils → utils}/array/array.d.ts +0 -0
  2315. /package/{dist/utils → utils}/array/array.js +0 -0
  2316. /package/{dist/utils → utils}/array/index.d.ts +0 -0
  2317. /package/{dist/utils → utils}/array/index.js +0 -0
  2318. /package/{dist/utils → utils}/async-hook/async-hook.d.ts +0 -0
  2319. /package/{dist/utils → utils}/async-hook/async-hook.js +0 -0
  2320. /package/{dist/utils → utils}/async-hook/index.d.ts +0 -0
  2321. /package/{dist/utils → utils}/async-hook/index.js +0 -0
  2322. /package/{dist/utils → utils}/async-iterable-helpers/all.d.ts +0 -0
  2323. /package/{dist/utils → utils}/async-iterable-helpers/all.js +0 -0
  2324. /package/{dist/utils → utils}/async-iterable-helpers/any.d.ts +0 -0
  2325. /package/{dist/utils → utils}/async-iterable-helpers/any.js +0 -0
  2326. /package/{dist/utils → utils}/async-iterable-helpers/assert.d.ts +0 -0
  2327. /package/{dist/utils → utils}/async-iterable-helpers/assert.js +0 -0
  2328. /package/{dist/utils → utils}/async-iterable-helpers/batch.d.ts +0 -0
  2329. /package/{dist/utils → utils}/async-iterable-helpers/batch.js +0 -0
  2330. /package/{dist/utils → utils}/async-iterable-helpers/buffer.d.ts +0 -0
  2331. /package/{dist/utils → utils}/async-iterable-helpers/buffer.js +0 -0
  2332. /package/{dist/utils → utils}/async-iterable-helpers/concat.d.ts +0 -0
  2333. /package/{dist/utils → utils}/async-iterable-helpers/concat.js +0 -0
  2334. /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.d.ts +0 -0
  2335. /package/{dist/utils → utils}/async-iterable-helpers/default-if-empty.js +0 -0
  2336. /package/{dist/utils → utils}/async-iterable-helpers/deferred.d.ts +0 -0
  2337. /package/{dist/utils → utils}/async-iterable-helpers/deferred.js +0 -0
  2338. /package/{dist/utils → utils}/async-iterable-helpers/difference.d.ts +0 -0
  2339. /package/{dist/utils → utils}/async-iterable-helpers/difference.js +0 -0
  2340. /package/{dist/utils → utils}/async-iterable-helpers/distinct.d.ts +0 -0
  2341. /package/{dist/utils → utils}/async-iterable-helpers/distinct.js +0 -0
  2342. /package/{dist/utils → utils}/async-iterable-helpers/drain.d.ts +0 -0
  2343. /package/{dist/utils → utils}/async-iterable-helpers/drain.js +0 -0
  2344. /package/{dist/utils → utils}/async-iterable-helpers/filter.d.ts +0 -0
  2345. /package/{dist/utils → utils}/async-iterable-helpers/filter.js +0 -0
  2346. /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.d.ts +0 -0
  2347. /package/{dist/utils → utils}/async-iterable-helpers/first-or-default.js +0 -0
  2348. /package/{dist/utils → utils}/async-iterable-helpers/first.d.ts +0 -0
  2349. /package/{dist/utils → utils}/async-iterable-helpers/first.js +0 -0
  2350. /package/{dist/utils → utils}/async-iterable-helpers/for-each.d.ts +0 -0
  2351. /package/{dist/utils → utils}/async-iterable-helpers/for-each.js +0 -0
  2352. /package/{dist/utils → utils}/async-iterable-helpers/group-single.d.ts +0 -0
  2353. /package/{dist/utils → utils}/async-iterable-helpers/group-single.js +0 -0
  2354. /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.d.ts +0 -0
  2355. /package/{dist/utils → utils}/async-iterable-helpers/group-to-map.js +0 -0
  2356. /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.d.ts +0 -0
  2357. /package/{dist/utils → utils}/async-iterable-helpers/group-to-single-map.js +0 -0
  2358. /package/{dist/utils → utils}/async-iterable-helpers/group.d.ts +0 -0
  2359. /package/{dist/utils → utils}/async-iterable-helpers/group.js +0 -0
  2360. /package/{dist/utils → utils}/async-iterable-helpers/includes.d.ts +0 -0
  2361. /package/{dist/utils → utils}/async-iterable-helpers/includes.js +0 -0
  2362. /package/{dist/utils → utils}/async-iterable-helpers/index.d.ts +0 -0
  2363. /package/{dist/utils → utils}/async-iterable-helpers/index.js +0 -0
  2364. /package/{dist/utils → utils}/async-iterable-helpers/interrupt.d.ts +0 -0
  2365. /package/{dist/utils → utils}/async-iterable-helpers/interrupt.js +0 -0
  2366. /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.d.ts +0 -0
  2367. /package/{dist/utils → utils}/async-iterable-helpers/is-async-iterable.js +0 -0
  2368. /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.d.ts +0 -0
  2369. /package/{dist/utils → utils}/async-iterable-helpers/last-or-default.js +0 -0
  2370. /package/{dist/utils → utils}/async-iterable-helpers/last.d.ts +0 -0
  2371. /package/{dist/utils → utils}/async-iterable-helpers/last.js +0 -0
  2372. /package/{dist/utils → utils}/async-iterable-helpers/map-many.d.ts +0 -0
  2373. /package/{dist/utils → utils}/async-iterable-helpers/map-many.js +0 -0
  2374. /package/{dist/utils → utils}/async-iterable-helpers/map.d.ts +0 -0
  2375. /package/{dist/utils → utils}/async-iterable-helpers/map.js +0 -0
  2376. /package/{dist/utils → utils}/async-iterable-helpers/materialize.d.ts +0 -0
  2377. /package/{dist/utils → utils}/async-iterable-helpers/materialize.js +0 -0
  2378. /package/{dist/utils → utils}/async-iterable-helpers/metadata.d.ts +0 -0
  2379. /package/{dist/utils → utils}/async-iterable-helpers/metadata.js +0 -0
  2380. /package/{dist/utils → utils}/async-iterable-helpers/multiplex.d.ts +0 -0
  2381. /package/{dist/utils → utils}/async-iterable-helpers/multiplex.js +0 -0
  2382. /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.d.ts +0 -0
  2383. /package/{dist/utils → utils}/async-iterable-helpers/observable-iterable.js +0 -0
  2384. /package/{dist/utils → utils}/async-iterable-helpers/pairwise.d.ts +0 -0
  2385. /package/{dist/utils → utils}/async-iterable-helpers/pairwise.js +0 -0
  2386. /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.d.ts +0 -0
  2387. /package/{dist/utils → utils}/async-iterable-helpers/parallel/feed.js +0 -0
  2388. /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.d.ts +0 -0
  2389. /package/{dist/utils → utils}/async-iterable-helpers/parallel/filter.js +0 -0
  2390. /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.d.ts +0 -0
  2391. /package/{dist/utils → utils}/async-iterable-helpers/parallel/for-each.js +0 -0
  2392. /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.d.ts +0 -0
  2393. /package/{dist/utils → utils}/async-iterable-helpers/parallel/group.js +0 -0
  2394. /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.d.ts +0 -0
  2395. /package/{dist/utils → utils}/async-iterable-helpers/parallel/index.js +0 -0
  2396. /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.d.ts +0 -0
  2397. /package/{dist/utils → utils}/async-iterable-helpers/parallel/map.js +0 -0
  2398. /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.d.ts +0 -0
  2399. /package/{dist/utils → utils}/async-iterable-helpers/parallel/tap.js +0 -0
  2400. /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.d.ts +0 -0
  2401. /package/{dist/utils → utils}/async-iterable-helpers/parallel/types.js +0 -0
  2402. /package/{dist/utils → utils}/async-iterable-helpers/reduce.d.ts +0 -0
  2403. /package/{dist/utils → utils}/async-iterable-helpers/reduce.js +0 -0
  2404. /package/{dist/utils → utils}/async-iterable-helpers/retry.d.ts +0 -0
  2405. /package/{dist/utils → utils}/async-iterable-helpers/retry.js +0 -0
  2406. /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.d.ts +0 -0
  2407. /package/{dist/utils → utils}/async-iterable-helpers/single-or-default.js +0 -0
  2408. /package/{dist/utils → utils}/async-iterable-helpers/single.d.ts +0 -0
  2409. /package/{dist/utils → utils}/async-iterable-helpers/single.js +0 -0
  2410. /package/{dist/utils → utils}/async-iterable-helpers/skip.d.ts +0 -0
  2411. /package/{dist/utils → utils}/async-iterable-helpers/skip.js +0 -0
  2412. /package/{dist/utils → utils}/async-iterable-helpers/sort.d.ts +0 -0
  2413. /package/{dist/utils → utils}/async-iterable-helpers/sort.js +0 -0
  2414. /package/{dist/utils → utils}/async-iterable-helpers/take-until.d.ts +0 -0
  2415. /package/{dist/utils → utils}/async-iterable-helpers/take-until.js +0 -0
  2416. /package/{dist/utils → utils}/async-iterable-helpers/take-while.d.ts +0 -0
  2417. /package/{dist/utils → utils}/async-iterable-helpers/take-while.js +0 -0
  2418. /package/{dist/utils → utils}/async-iterable-helpers/take.d.ts +0 -0
  2419. /package/{dist/utils → utils}/async-iterable-helpers/take.js +0 -0
  2420. /package/{dist/utils → utils}/async-iterable-helpers/tap.d.ts +0 -0
  2421. /package/{dist/utils → utils}/async-iterable-helpers/tap.js +0 -0
  2422. /package/{dist/utils → utils}/async-iterable-helpers/throttle.d.ts +0 -0
  2423. /package/{dist/utils → utils}/async-iterable-helpers/throttle.js +0 -0
  2424. /package/{dist/utils → utils}/async-iterable-helpers/to-array.d.ts +0 -0
  2425. /package/{dist/utils → utils}/async-iterable-helpers/to-array.js +0 -0
  2426. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.d.ts +0 -0
  2427. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterable-iterator.js +0 -0
  2428. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.d.ts +0 -0
  2429. /package/{dist/utils → utils}/async-iterable-helpers/to-async-iterator.js +0 -0
  2430. /package/{dist/utils → utils}/async-iterable-helpers/to-set.d.ts +0 -0
  2431. /package/{dist/utils → utils}/async-iterable-helpers/to-set.js +0 -0
  2432. /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.d.ts +0 -0
  2433. /package/{dist/utils → utils}/async-iterable-helpers/to-sync-iterable.js +0 -0
  2434. /package/{dist/utils → utils}/async-iterable-helpers/types.d.ts +0 -0
  2435. /package/{dist/utils → utils}/async-iterable-helpers/types.js +0 -0
  2436. /package/{dist/utils → utils}/async-iterable-helpers/while.d.ts +0 -0
  2437. /package/{dist/utils → utils}/async-iterable-helpers/while.js +0 -0
  2438. /package/{dist/utils → utils}/async-iterator-iterable-iterator.d.ts +0 -0
  2439. /package/{dist/utils → utils}/async-iterator-iterable-iterator.js +0 -0
  2440. /package/{dist/utils → utils}/backoff.d.ts +0 -0
  2441. /package/{dist/utils → utils}/backoff.js +0 -0
  2442. /package/{dist/utils → utils}/base64.d.ts +0 -0
  2443. /package/{dist/utils → utils}/base64.js +0 -0
  2444. /package/{dist/utils → utils}/benchmark.d.ts +0 -0
  2445. /package/{dist/utils → utils}/benchmark.js +0 -0
  2446. /package/{dist/utils → utils}/binary-search.d.ts +0 -0
  2447. /package/{dist/utils → utils}/binary-search.js +0 -0
  2448. /package/{dist/utils → utils}/binary.d.ts +0 -0
  2449. /package/{dist/utils → utils}/binary.js +0 -0
  2450. /package/{dist/utils → utils}/clone.d.ts +0 -0
  2451. /package/{dist/utils → utils}/clone.js +0 -0
  2452. /package/{dist/utils → utils}/comparison.d.ts +0 -0
  2453. /package/{dist/utils → utils}/comparison.js +0 -0
  2454. /package/{dist/utils → utils}/compression.d.ts +0 -0
  2455. /package/{dist/utils → utils}/compression.js +0 -0
  2456. /package/{dist/utils → utils}/config-parser.d.ts +0 -0
  2457. /package/{dist/utils → utils}/config-parser.js +0 -0
  2458. /package/{dist/utils → utils}/crc32.d.ts +0 -0
  2459. /package/{dist/utils → utils}/crc32.js +0 -0
  2460. /package/{dist/utils → utils}/cryptography.d.ts +0 -0
  2461. /package/{dist/utils → utils}/cryptography.js +0 -0
  2462. /package/{dist/utils → utils}/date-time.d.ts +0 -0
  2463. /package/{dist/utils → utils}/date-time.js +0 -0
  2464. /package/{dist/utils → utils}/encoding.d.ts +0 -0
  2465. /package/{dist/utils → utils}/encoding.js +0 -0
  2466. /package/{dist/utils → utils}/enum.d.ts +0 -0
  2467. /package/{dist/utils → utils}/enum.js +0 -0
  2468. /package/{dist/utils → utils}/equals.d.ts +0 -0
  2469. /package/{dist/utils → utils}/equals.js +0 -0
  2470. /package/{dist/utils → utils}/event-loop.d.ts +0 -0
  2471. /package/{dist/utils → utils}/event-loop.js +0 -0
  2472. /package/{dist/utils → utils}/factory-map.d.ts +0 -0
  2473. /package/{dist/utils → utils}/factory-map.js +0 -0
  2474. /package/{dist/utils → utils}/feedable-async-iterable.d.ts +0 -0
  2475. /package/{dist/utils → utils}/feedable-async-iterable.js +0 -0
  2476. /package/{dist/utils → utils}/file-reader.d.ts +0 -0
  2477. /package/{dist/utils → utils}/file-reader.js +0 -0
  2478. /package/{dist/utils → utils}/format-error.d.ts +0 -0
  2479. /package/{dist/utils → utils}/format-error.js +0 -0
  2480. /package/{dist/utils → utils}/format.d.ts +0 -0
  2481. /package/{dist/utils → utils}/format.js +0 -0
  2482. /package/{dist/utils → utils}/function/class.d.ts +0 -0
  2483. /package/{dist/utils → utils}/function/class.js +0 -0
  2484. /package/{dist/utils → utils}/function/index.d.ts +0 -0
  2485. /package/{dist/utils → utils}/function/index.js +0 -0
  2486. /package/{dist/utils → utils}/function/memoize.d.ts +0 -0
  2487. /package/{dist/utils → utils}/function/memoize.js +0 -0
  2488. /package/{dist/utils → utils}/function/throttle.d.ts +0 -0
  2489. /package/{dist/utils → utils}/function/throttle.js +0 -0
  2490. /package/{dist/utils → utils}/helpers.d.ts +0 -0
  2491. /package/{dist/utils → utils}/helpers.js +0 -0
  2492. /package/{dist/utils → utils}/html-link-utils.d.ts +0 -0
  2493. /package/{dist/utils → utils}/html-link-utils.js +0 -0
  2494. /package/{dist/utils → utils}/image.d.ts +0 -0
  2495. /package/{dist/utils → utils}/image.js +0 -0
  2496. /package/{dist/utils → utils}/index.d.ts +0 -0
  2497. /package/{dist/utils → utils}/index.js +0 -0
  2498. /package/{dist/utils → utils}/iterable-helpers/all.d.ts +0 -0
  2499. /package/{dist/utils → utils}/iterable-helpers/all.js +0 -0
  2500. /package/{dist/utils → utils}/iterable-helpers/any.d.ts +0 -0
  2501. /package/{dist/utils → utils}/iterable-helpers/any.js +0 -0
  2502. /package/{dist/utils → utils}/iterable-helpers/assert.d.ts +0 -0
  2503. /package/{dist/utils → utils}/iterable-helpers/assert.js +0 -0
  2504. /package/{dist/utils → utils}/iterable-helpers/batch.d.ts +0 -0
  2505. /package/{dist/utils → utils}/iterable-helpers/batch.js +0 -0
  2506. /package/{dist/utils → utils}/iterable-helpers/concat.d.ts +0 -0
  2507. /package/{dist/utils → utils}/iterable-helpers/concat.js +0 -0
  2508. /package/{dist/utils → utils}/iterable-helpers/default-if-empty.d.ts +0 -0
  2509. /package/{dist/utils → utils}/iterable-helpers/default-if-empty.js +0 -0
  2510. /package/{dist/utils → utils}/iterable-helpers/deferred.d.ts +0 -0
  2511. /package/{dist/utils → utils}/iterable-helpers/deferred.js +0 -0
  2512. /package/{dist/utils → utils}/iterable-helpers/difference.d.ts +0 -0
  2513. /package/{dist/utils → utils}/iterable-helpers/difference.js +0 -0
  2514. /package/{dist/utils → utils}/iterable-helpers/distinct.d.ts +0 -0
  2515. /package/{dist/utils → utils}/iterable-helpers/distinct.js +0 -0
  2516. /package/{dist/utils → utils}/iterable-helpers/drain.d.ts +0 -0
  2517. /package/{dist/utils → utils}/iterable-helpers/drain.js +0 -0
  2518. /package/{dist/utils → utils}/iterable-helpers/filter.d.ts +0 -0
  2519. /package/{dist/utils → utils}/iterable-helpers/filter.js +0 -0
  2520. /package/{dist/utils → utils}/iterable-helpers/first-or-default.d.ts +0 -0
  2521. /package/{dist/utils → utils}/iterable-helpers/first-or-default.js +0 -0
  2522. /package/{dist/utils → utils}/iterable-helpers/first.d.ts +0 -0
  2523. /package/{dist/utils → utils}/iterable-helpers/first.js +0 -0
  2524. /package/{dist/utils → utils}/iterable-helpers/for-each.d.ts +0 -0
  2525. /package/{dist/utils → utils}/iterable-helpers/for-each.js +0 -0
  2526. /package/{dist/utils → utils}/iterable-helpers/group-single.d.ts +0 -0
  2527. /package/{dist/utils → utils}/iterable-helpers/group-single.js +0 -0
  2528. /package/{dist/utils → utils}/iterable-helpers/group-to-map.d.ts +0 -0
  2529. /package/{dist/utils → utils}/iterable-helpers/group-to-map.js +0 -0
  2530. /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.d.ts +0 -0
  2531. /package/{dist/utils → utils}/iterable-helpers/group-to-single-map.js +0 -0
  2532. /package/{dist/utils → utils}/iterable-helpers/group.d.ts +0 -0
  2533. /package/{dist/utils → utils}/iterable-helpers/group.js +0 -0
  2534. /package/{dist/utils → utils}/iterable-helpers/includes.d.ts +0 -0
  2535. /package/{dist/utils → utils}/iterable-helpers/includes.js +0 -0
  2536. /package/{dist/utils → utils}/iterable-helpers/index.d.ts +0 -0
  2537. /package/{dist/utils → utils}/iterable-helpers/index.js +0 -0
  2538. /package/{dist/utils → utils}/iterable-helpers/is-iterable.d.ts +0 -0
  2539. /package/{dist/utils → utils}/iterable-helpers/is-iterable.js +0 -0
  2540. /package/{dist/utils → utils}/iterable-helpers/last-or-default.d.ts +0 -0
  2541. /package/{dist/utils → utils}/iterable-helpers/last-or-default.js +0 -0
  2542. /package/{dist/utils → utils}/iterable-helpers/last.d.ts +0 -0
  2543. /package/{dist/utils → utils}/iterable-helpers/last.js +0 -0
  2544. /package/{dist/utils → utils}/iterable-helpers/map-many.d.ts +0 -0
  2545. /package/{dist/utils → utils}/iterable-helpers/map-many.js +0 -0
  2546. /package/{dist/utils → utils}/iterable-helpers/map.d.ts +0 -0
  2547. /package/{dist/utils → utils}/iterable-helpers/map.js +0 -0
  2548. /package/{dist/utils → utils}/iterable-helpers/materialize.d.ts +0 -0
  2549. /package/{dist/utils → utils}/iterable-helpers/materialize.js +0 -0
  2550. /package/{dist/utils → utils}/iterable-helpers/metadata.d.ts +0 -0
  2551. /package/{dist/utils → utils}/iterable-helpers/metadata.js +0 -0
  2552. /package/{dist/utils → utils}/iterable-helpers/pairwise.d.ts +0 -0
  2553. /package/{dist/utils → utils}/iterable-helpers/pairwise.js +0 -0
  2554. /package/{dist/utils → utils}/iterable-helpers/range.d.ts +0 -0
  2555. /package/{dist/utils → utils}/iterable-helpers/range.js +0 -0
  2556. /package/{dist/utils → utils}/iterable-helpers/reduce.d.ts +0 -0
  2557. /package/{dist/utils → utils}/iterable-helpers/reduce.js +0 -0
  2558. /package/{dist/utils → utils}/iterable-helpers/single-or-default.d.ts +0 -0
  2559. /package/{dist/utils → utils}/iterable-helpers/single-or-default.js +0 -0
  2560. /package/{dist/utils → utils}/iterable-helpers/single.d.ts +0 -0
  2561. /package/{dist/utils → utils}/iterable-helpers/single.js +0 -0
  2562. /package/{dist/utils → utils}/iterable-helpers/skip.d.ts +0 -0
  2563. /package/{dist/utils → utils}/iterable-helpers/skip.js +0 -0
  2564. /package/{dist/utils → utils}/iterable-helpers/sort.d.ts +0 -0
  2565. /package/{dist/utils → utils}/iterable-helpers/sort.js +0 -0
  2566. /package/{dist/utils → utils}/iterable-helpers/take-until.d.ts +0 -0
  2567. /package/{dist/utils → utils}/iterable-helpers/take-until.js +0 -0
  2568. /package/{dist/utils → utils}/iterable-helpers/take-while.d.ts +0 -0
  2569. /package/{dist/utils → utils}/iterable-helpers/take-while.js +0 -0
  2570. /package/{dist/utils → utils}/iterable-helpers/take.d.ts +0 -0
  2571. /package/{dist/utils → utils}/iterable-helpers/take.js +0 -0
  2572. /package/{dist/utils → utils}/iterable-helpers/tap.d.ts +0 -0
  2573. /package/{dist/utils → utils}/iterable-helpers/tap.js +0 -0
  2574. /package/{dist/utils → utils}/iterable-helpers/types.d.ts +0 -0
  2575. /package/{dist/utils → utils}/iterable-helpers/types.js +0 -0
  2576. /package/{dist/utils → utils}/iterable-helpers/while.d.ts +0 -0
  2577. /package/{dist/utils → utils}/iterable-helpers/while.js +0 -0
  2578. /package/{dist/utils → utils}/jwt.d.ts +0 -0
  2579. /package/{dist/utils → utils}/jwt.js +0 -0
  2580. /package/{dist/utils → utils}/map.d.ts +0 -0
  2581. /package/{dist/utils → utils}/map.js +0 -0
  2582. /package/{dist/utils → utils}/math.d.ts +0 -0
  2583. /package/{dist/utils → utils}/math.js +0 -0
  2584. /package/{dist/utils → utils}/merge.d.ts +0 -0
  2585. /package/{dist/utils → utils}/merge.js +0 -0
  2586. /package/{dist/utils → utils}/middleware.d.ts +0 -0
  2587. /package/{dist/utils → utils}/middleware.js +0 -0
  2588. /package/{dist/utils → utils}/moving-metric.d.ts +0 -0
  2589. /package/{dist/utils → utils}/moving-metric.js +0 -0
  2590. /package/{dist/utils → utils}/noop.d.ts +0 -0
  2591. /package/{dist/utils → utils}/noop.js +0 -0
  2592. /package/{dist/utils → utils}/object/decycle.d.ts +0 -0
  2593. /package/{dist/utils → utils}/object/decycle.js +0 -0
  2594. /package/{dist/utils → utils}/object/dereference.d.ts +0 -0
  2595. /package/{dist/utils → utils}/object/dereference.js +0 -0
  2596. /package/{dist/utils → utils}/object/forward-ref.d.ts +0 -0
  2597. /package/{dist/utils → utils}/object/forward-ref.js +0 -0
  2598. /package/{dist/utils → utils}/object/index.d.ts +0 -0
  2599. /package/{dist/utils → utils}/object/index.js +0 -0
  2600. /package/{dist/utils → utils}/object/lazy-property.d.ts +0 -0
  2601. /package/{dist/utils → utils}/object/lazy-property.js +0 -0
  2602. /package/{dist/utils → utils}/object/merge.d.ts +0 -0
  2603. /package/{dist/utils → utils}/object/merge.js +0 -0
  2604. /package/{dist/utils → utils}/object/object.d.ts +0 -0
  2605. /package/{dist/utils → utils}/object/object.js +0 -0
  2606. /package/{dist/utils → utils}/object/property-name.d.ts +0 -0
  2607. /package/{dist/utils → utils}/object/property-name.js +0 -0
  2608. /package/{dist/utils → utils}/ordered-feedable-async-iterable.d.ts +0 -0
  2609. /package/{dist/utils → utils}/ordered-feedable-async-iterable.js +0 -0
  2610. /package/{dist/utils → utils}/patch-worker.d.ts +0 -0
  2611. /package/{dist/utils → utils}/patch-worker.js +0 -0
  2612. /package/{dist/utils → utils}/patterns.d.ts +0 -0
  2613. /package/{dist/utils → utils}/patterns.js +0 -0
  2614. /package/{dist/utils → utils}/periodic-reporter.d.ts +0 -0
  2615. /package/{dist/utils → utils}/periodic-reporter.js +0 -0
  2616. /package/{dist/utils → utils}/periodic-sampler.d.ts +0 -0
  2617. /package/{dist/utils → utils}/periodic-sampler.js +0 -0
  2618. /package/{dist/utils → utils}/provider-function-iterable.d.ts +0 -0
  2619. /package/{dist/utils → utils}/provider-function-iterable.js +0 -0
  2620. /package/{dist/utils → utils}/proxy.d.ts +0 -0
  2621. /package/{dist/utils → utils}/proxy.js +0 -0
  2622. /package/{dist/utils → utils}/random.d.ts +0 -0
  2623. /package/{dist/utils → utils}/random.js +0 -0
  2624. /package/{dist/utils → utils}/reactive-value-to-signal.d.ts +0 -0
  2625. /package/{dist/utils → utils}/reactive-value-to-signal.js +0 -0
  2626. /package/{dist/utils → utils}/reflection.d.ts +0 -0
  2627. /package/{dist/utils → utils}/reflection.js +0 -0
  2628. /package/{dist/utils → utils}/repl.d.ts +0 -0
  2629. /package/{dist/utils → utils}/repl.js +0 -0
  2630. /package/{dist/utils → utils}/set.d.ts +0 -0
  2631. /package/{dist/utils → utils}/set.js +0 -0
  2632. /package/{dist/utils → utils}/singleton.d.ts +0 -0
  2633. /package/{dist/utils → utils}/singleton.js +0 -0
  2634. /package/{dist/utils → utils}/sort.d.ts +0 -0
  2635. /package/{dist/utils → utils}/sort.js +0 -0
  2636. /package/{dist/utils → utils}/stream/finalize-stream.d.ts +0 -0
  2637. /package/{dist/utils → utils}/stream/finalize-stream.js +0 -0
  2638. /package/{dist/utils → utils}/stream/from-promise.d.ts +0 -0
  2639. /package/{dist/utils → utils}/stream/from-promise.js +0 -0
  2640. /package/{dist/utils → utils}/stream/index.d.ts +0 -0
  2641. /package/{dist/utils → utils}/stream/index.js +0 -0
  2642. /package/{dist/utils → utils}/stream/readable-stream-adapter.d.ts +0 -0
  2643. /package/{dist/utils → utils}/stream/readable-stream-adapter.js +0 -0
  2644. /package/{dist/utils → utils}/stream/size-limited-stream.d.ts +0 -0
  2645. /package/{dist/utils → utils}/stream/size-limited-stream.js +0 -0
  2646. /package/{dist/utils → utils}/stream/slice.d.ts +0 -0
  2647. /package/{dist/utils → utils}/stream/slice.js +0 -0
  2648. /package/{dist/utils → utils}/stream/stream-helper-types.d.ts +0 -0
  2649. /package/{dist/utils → utils}/stream/stream-helper-types.js +0 -0
  2650. /package/{dist/utils → utils}/stream/stream-reader.d.ts +0 -0
  2651. /package/{dist/utils → utils}/stream/stream-reader.js +0 -0
  2652. /package/{dist/utils → utils}/stream/to-bytes-stream.d.ts +0 -0
  2653. /package/{dist/utils → utils}/stream/to-bytes-stream.js +0 -0
  2654. /package/{dist/utils → utils}/stream/to-readable-stream.d.ts +0 -0
  2655. /package/{dist/utils → utils}/stream/to-readable-stream.js +0 -0
  2656. /package/{dist/utils → utils}/string/casing.d.ts +0 -0
  2657. /package/{dist/utils → utils}/string/casing.js +0 -0
  2658. /package/{dist/utils → utils}/string/hypenate.d.ts +0 -0
  2659. /package/{dist/utils → utils}/string/hypenate.js +0 -0
  2660. /package/{dist/utils → utils}/string/index.d.ts +0 -0
  2661. /package/{dist/utils → utils}/string/index.js +0 -0
  2662. /package/{dist/utils → utils}/string/normalize.d.ts +0 -0
  2663. /package/{dist/utils → utils}/string/normalize.js +0 -0
  2664. /package/{dist/utils → utils}/string/title-case.d.ts +0 -0
  2665. /package/{dist/utils → utils}/string/title-case.js +0 -0
  2666. /package/{dist/utils → utils}/string/trim.d.ts +0 -0
  2667. /package/{dist/utils → utils}/string/trim.js +0 -0
  2668. /package/{dist/utils → utils}/throw.d.ts +0 -0
  2669. /package/{dist/utils → utils}/throw.js +0 -0
  2670. /package/{dist/utils → utils}/timer.d.ts +0 -0
  2671. /package/{dist/utils → utils}/timer.js +0 -0
  2672. /package/{dist/utils → utils}/timing.d.ts +0 -0
  2673. /package/{dist/utils → utils}/timing.js +0 -0
  2674. /package/{dist/utils → utils}/try-chain.d.ts +0 -0
  2675. /package/{dist/utils → utils}/try-chain.js +0 -0
  2676. /package/{dist/utils → utils}/try-ignore.d.ts +0 -0
  2677. /package/{dist/utils → utils}/try-ignore.js +0 -0
  2678. /package/{dist/utils → utils}/type/extends.d.ts +0 -0
  2679. /package/{dist/utils → utils}/type/extends.js +0 -0
  2680. /package/{dist/utils → utils}/type/index.d.ts +0 -0
  2681. /package/{dist/utils → utils}/type/index.js +0 -0
  2682. /package/{dist/utils → utils}/type-guards.d.ts +0 -0
  2683. /package/{dist/utils → utils}/type-guards.js +0 -0
  2684. /package/{dist/utils → utils}/type-of.d.ts +0 -0
  2685. /package/{dist/utils → utils}/type-of.js +0 -0
  2686. /package/{dist/utils → utils}/units.d.ts +0 -0
  2687. /package/{dist/utils → utils}/units.js +0 -0
  2688. /package/{dist/utils → utils}/url-builder.d.ts +0 -0
  2689. /package/{dist/utils → utils}/url-builder.js +0 -0
  2690. /package/{dist/utils → utils}/value-or-provider.d.ts +0 -0
  2691. /package/{dist/utils → utils}/value-or-provider.js +0 -0
  2692. /package/{dist/utils → utils}/z-base32.d.ts +0 -0
  2693. /package/{dist/utils → utils}/z-base32.js +0 -0
package/deno.lock DELETED
@@ -1,847 +0,0 @@
1
- {
2
- "version": "5",
3
- "specifiers": {
4
- "jsr:@std/fs@*": "1.0.19",
5
- "jsr:@std/internal@^1.0.9": "1.0.10",
6
- "jsr:@std/path@*": "1.1.1",
7
- "jsr:@std/path@^1.1.1": "1.1.1",
8
- "npm:@types/luxon@3.7": "3.7.1",
9
- "npm:@types/mjml@4.7": "4.7.4",
10
- "npm:@types/node@24": "24.6.1",
11
- "npm:disposablestack@^1.1.0": "1.1.7",
12
- "npm:globals@16.4": "16.4.0",
13
- "npm:jsondiffpatch@0.7": "0.7.3",
14
- "npm:luxon@^3.7.0": "3.7.2",
15
- "npm:reflect-metadata@0.2": "0.2.2",
16
- "npm:ts-pattern@^5.8.0": "5.8.0"
17
- },
18
- "jsr": {
19
- "@std/fs@1.0.19": {
20
- "integrity": "051968c2b1eae4d2ea9f79a08a3845740ef6af10356aff43d3e2ef11ed09fb06",
21
- "dependencies": [
22
- "jsr:@std/internal",
23
- "jsr:@std/path@^1.1.1"
24
- ]
25
- },
26
- "@std/internal@1.0.10": {
27
- "integrity": "e3be62ce42cab0e177c27698e5d9800122f67b766a0bea6ca4867886cbde8cf7"
28
- },
29
- "@std/path@1.1.1": {
30
- "integrity": "fe00026bd3a7e6a27f73709b83c607798be40e20c81dde655ce34052fd82ec76",
31
- "dependencies": [
32
- "jsr:@std/internal"
33
- ]
34
- }
35
- },
36
- "npm": {
37
- "@dmsnell/diff-match-patch@1.1.0": {
38
- "integrity": "sha512-yejLPmM5pjsGvxS9gXablUSbInW7H976c/FJ4iQxWIm7/38xBySRemTPDe34lhg1gVLbJntX0+sH0jYfU+PN9A=="
39
- },
40
- "@types/luxon@3.7.1": {
41
- "integrity": "sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg=="
42
- },
43
- "@types/mjml-core@4.15.2": {
44
- "integrity": "sha512-Q7SxFXgoX979HP57DEVsRI50TV8x1V4lfCA4Up9AvfINDM5oD/X9ARgfoyX1qS987JCnDLv85JjkqAjt3hZSiQ=="
45
- },
46
- "@types/mjml@4.7.4": {
47
- "integrity": "sha512-vyi1vzWgMzFMwZY7GSZYX0GU0dmtC8vLHwpgk+NWmwbwRSrlieVyJ9sn5elodwUfklJM7yGl0zQeet1brKTWaQ==",
48
- "dependencies": [
49
- "@types/mjml-core"
50
- ]
51
- },
52
- "@types/node@24.6.1": {
53
- "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==",
54
- "dependencies": [
55
- "undici-types"
56
- ]
57
- },
58
- "array-buffer-byte-length@1.0.2": {
59
- "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
60
- "dependencies": [
61
- "call-bound",
62
- "is-array-buffer"
63
- ]
64
- },
65
- "arraybuffer.prototype.slice@1.0.4": {
66
- "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
67
- "dependencies": [
68
- "array-buffer-byte-length",
69
- "call-bind",
70
- "define-properties",
71
- "es-abstract",
72
- "es-errors",
73
- "get-intrinsic",
74
- "is-array-buffer"
75
- ]
76
- },
77
- "async-function@1.0.0": {
78
- "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA=="
79
- },
80
- "available-typed-arrays@1.0.7": {
81
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
82
- "dependencies": [
83
- "possible-typed-array-names"
84
- ]
85
- },
86
- "call-bind-apply-helpers@1.0.2": {
87
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
88
- "dependencies": [
89
- "es-errors",
90
- "function-bind"
91
- ]
92
- },
93
- "call-bind@1.0.8": {
94
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
95
- "dependencies": [
96
- "call-bind-apply-helpers",
97
- "es-define-property",
98
- "get-intrinsic",
99
- "set-function-length"
100
- ]
101
- },
102
- "call-bound@1.0.4": {
103
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
104
- "dependencies": [
105
- "call-bind-apply-helpers",
106
- "get-intrinsic"
107
- ]
108
- },
109
- "data-view-buffer@1.0.2": {
110
- "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
111
- "dependencies": [
112
- "call-bound",
113
- "es-errors",
114
- "is-data-view"
115
- ]
116
- },
117
- "data-view-byte-length@1.0.2": {
118
- "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
119
- "dependencies": [
120
- "call-bound",
121
- "es-errors",
122
- "is-data-view"
123
- ]
124
- },
125
- "data-view-byte-offset@1.0.1": {
126
- "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
127
- "dependencies": [
128
- "call-bound",
129
- "es-errors",
130
- "is-data-view"
131
- ]
132
- },
133
- "define-data-property@1.1.4": {
134
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
135
- "dependencies": [
136
- "es-define-property",
137
- "es-errors",
138
- "gopd"
139
- ]
140
- },
141
- "define-properties@1.2.1": {
142
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
143
- "dependencies": [
144
- "define-data-property",
145
- "has-property-descriptors",
146
- "object-keys"
147
- ]
148
- },
149
- "disposablestack@1.1.7": {
150
- "integrity": "sha512-UmyM57A8fTz5Hn4pYO/q2YdQ7fApPmxT3T5eA3Igr4UnUZ/HY6zEWSUVR7QT6kiM4udOyljC8Ag2jn7DnaSUqA==",
151
- "dependencies": [
152
- "call-bind",
153
- "call-bound",
154
- "define-properties",
155
- "es-abstract",
156
- "es-errors",
157
- "es-set-tostringtag",
158
- "get-intrinsic",
159
- "globalthis",
160
- "has-symbols",
161
- "hasown",
162
- "internal-slot",
163
- "suppressed-error"
164
- ]
165
- },
166
- "dunder-proto@1.0.1": {
167
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
168
- "dependencies": [
169
- "call-bind-apply-helpers",
170
- "es-errors",
171
- "gopd"
172
- ]
173
- },
174
- "es-abstract@1.24.0": {
175
- "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
176
- "dependencies": [
177
- "array-buffer-byte-length",
178
- "arraybuffer.prototype.slice",
179
- "available-typed-arrays",
180
- "call-bind",
181
- "call-bound",
182
- "data-view-buffer",
183
- "data-view-byte-length",
184
- "data-view-byte-offset",
185
- "es-define-property",
186
- "es-errors",
187
- "es-object-atoms",
188
- "es-set-tostringtag",
189
- "es-to-primitive",
190
- "function.prototype.name",
191
- "get-intrinsic",
192
- "get-proto",
193
- "get-symbol-description",
194
- "globalthis",
195
- "gopd",
196
- "has-property-descriptors",
197
- "has-proto",
198
- "has-symbols",
199
- "hasown",
200
- "internal-slot",
201
- "is-array-buffer",
202
- "is-callable",
203
- "is-data-view",
204
- "is-negative-zero",
205
- "is-regex",
206
- "is-set",
207
- "is-shared-array-buffer",
208
- "is-string",
209
- "is-typed-array",
210
- "is-weakref",
211
- "math-intrinsics",
212
- "object-inspect",
213
- "object-keys",
214
- "object.assign",
215
- "own-keys",
216
- "regexp.prototype.flags",
217
- "safe-array-concat",
218
- "safe-push-apply",
219
- "safe-regex-test",
220
- "set-proto",
221
- "stop-iteration-iterator",
222
- "string.prototype.trim",
223
- "string.prototype.trimend",
224
- "string.prototype.trimstart",
225
- "typed-array-buffer",
226
- "typed-array-byte-length",
227
- "typed-array-byte-offset",
228
- "typed-array-length",
229
- "unbox-primitive",
230
- "which-typed-array"
231
- ]
232
- },
233
- "es-define-property@1.0.1": {
234
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="
235
- },
236
- "es-errors@1.3.0": {
237
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
238
- },
239
- "es-object-atoms@1.1.1": {
240
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
241
- "dependencies": [
242
- "es-errors"
243
- ]
244
- },
245
- "es-set-tostringtag@2.1.0": {
246
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
247
- "dependencies": [
248
- "es-errors",
249
- "get-intrinsic",
250
- "has-tostringtag",
251
- "hasown"
252
- ]
253
- },
254
- "es-to-primitive@1.3.0": {
255
- "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
256
- "dependencies": [
257
- "is-callable",
258
- "is-date-object",
259
- "is-symbol"
260
- ]
261
- },
262
- "for-each@0.3.5": {
263
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
264
- "dependencies": [
265
- "is-callable"
266
- ]
267
- },
268
- "function-bind@1.1.2": {
269
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
270
- },
271
- "function.prototype.name@1.1.8": {
272
- "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
273
- "dependencies": [
274
- "call-bind",
275
- "call-bound",
276
- "define-properties",
277
- "functions-have-names",
278
- "hasown",
279
- "is-callable"
280
- ]
281
- },
282
- "functions-have-names@1.2.3": {
283
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
284
- },
285
- "generator-function@2.0.1": {
286
- "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g=="
287
- },
288
- "get-intrinsic@1.3.0": {
289
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
290
- "dependencies": [
291
- "call-bind-apply-helpers",
292
- "es-define-property",
293
- "es-errors",
294
- "es-object-atoms",
295
- "function-bind",
296
- "get-proto",
297
- "gopd",
298
- "has-symbols",
299
- "hasown",
300
- "math-intrinsics"
301
- ]
302
- },
303
- "get-proto@1.0.1": {
304
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
305
- "dependencies": [
306
- "dunder-proto",
307
- "es-object-atoms"
308
- ]
309
- },
310
- "get-symbol-description@1.1.0": {
311
- "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
312
- "dependencies": [
313
- "call-bound",
314
- "es-errors",
315
- "get-intrinsic"
316
- ]
317
- },
318
- "globals@16.4.0": {
319
- "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw=="
320
- },
321
- "globalthis@1.0.4": {
322
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
323
- "dependencies": [
324
- "define-properties",
325
- "gopd"
326
- ]
327
- },
328
- "gopd@1.2.0": {
329
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="
330
- },
331
- "has-bigints@1.1.0": {
332
- "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="
333
- },
334
- "has-property-descriptors@1.0.2": {
335
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
336
- "dependencies": [
337
- "es-define-property"
338
- ]
339
- },
340
- "has-proto@1.2.0": {
341
- "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
342
- "dependencies": [
343
- "dunder-proto"
344
- ]
345
- },
346
- "has-symbols@1.1.0": {
347
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="
348
- },
349
- "has-tostringtag@1.0.2": {
350
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
351
- "dependencies": [
352
- "has-symbols"
353
- ]
354
- },
355
- "hasown@2.0.2": {
356
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
357
- "dependencies": [
358
- "function-bind"
359
- ]
360
- },
361
- "internal-slot@1.1.0": {
362
- "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
363
- "dependencies": [
364
- "es-errors",
365
- "hasown",
366
- "side-channel"
367
- ]
368
- },
369
- "is-array-buffer@3.0.5": {
370
- "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
371
- "dependencies": [
372
- "call-bind",
373
- "call-bound",
374
- "get-intrinsic"
375
- ]
376
- },
377
- "is-async-function@2.1.1": {
378
- "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
379
- "dependencies": [
380
- "async-function",
381
- "call-bound",
382
- "get-proto",
383
- "has-tostringtag",
384
- "safe-regex-test"
385
- ]
386
- },
387
- "is-bigint@1.1.0": {
388
- "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
389
- "dependencies": [
390
- "has-bigints"
391
- ]
392
- },
393
- "is-boolean-object@1.2.2": {
394
- "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
395
- "dependencies": [
396
- "call-bound",
397
- "has-tostringtag"
398
- ]
399
- },
400
- "is-callable@1.2.7": {
401
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="
402
- },
403
- "is-data-view@1.0.2": {
404
- "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
405
- "dependencies": [
406
- "call-bound",
407
- "get-intrinsic",
408
- "is-typed-array"
409
- ]
410
- },
411
- "is-date-object@1.1.0": {
412
- "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
413
- "dependencies": [
414
- "call-bound",
415
- "has-tostringtag"
416
- ]
417
- },
418
- "is-finalizationregistry@1.1.1": {
419
- "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
420
- "dependencies": [
421
- "call-bound"
422
- ]
423
- },
424
- "is-generator-function@1.1.2": {
425
- "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
426
- "dependencies": [
427
- "call-bound",
428
- "generator-function",
429
- "get-proto",
430
- "has-tostringtag",
431
- "safe-regex-test"
432
- ]
433
- },
434
- "is-map@2.0.3": {
435
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw=="
436
- },
437
- "is-negative-zero@2.0.3": {
438
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw=="
439
- },
440
- "is-number-object@1.1.1": {
441
- "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
442
- "dependencies": [
443
- "call-bound",
444
- "has-tostringtag"
445
- ]
446
- },
447
- "is-regex@1.2.1": {
448
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
449
- "dependencies": [
450
- "call-bound",
451
- "gopd",
452
- "has-tostringtag",
453
- "hasown"
454
- ]
455
- },
456
- "is-set@2.0.3": {
457
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg=="
458
- },
459
- "is-shared-array-buffer@1.0.4": {
460
- "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
461
- "dependencies": [
462
- "call-bound"
463
- ]
464
- },
465
- "is-string@1.1.1": {
466
- "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
467
- "dependencies": [
468
- "call-bound",
469
- "has-tostringtag"
470
- ]
471
- },
472
- "is-symbol@1.1.1": {
473
- "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
474
- "dependencies": [
475
- "call-bound",
476
- "has-symbols",
477
- "safe-regex-test"
478
- ]
479
- },
480
- "is-typed-array@1.1.15": {
481
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
482
- "dependencies": [
483
- "which-typed-array"
484
- ]
485
- },
486
- "is-weakmap@2.0.2": {
487
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w=="
488
- },
489
- "is-weakref@1.1.1": {
490
- "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
491
- "dependencies": [
492
- "call-bound"
493
- ]
494
- },
495
- "is-weakset@2.0.4": {
496
- "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
497
- "dependencies": [
498
- "call-bound",
499
- "get-intrinsic"
500
- ]
501
- },
502
- "isarray@2.0.5": {
503
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
504
- },
505
- "jsondiffpatch@0.7.3": {
506
- "integrity": "sha512-zd4dqFiXSYyant2WgSXAZ9+yYqilNVvragVNkNRn2IFZKgjyULNrKRznqN4Zon0MkLueCg+3QaPVCnDAVP20OQ==",
507
- "dependencies": [
508
- "@dmsnell/diff-match-patch"
509
- ],
510
- "bin": true
511
- },
512
- "luxon@3.7.2": {
513
- "integrity": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew=="
514
- },
515
- "math-intrinsics@1.1.0": {
516
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="
517
- },
518
- "object-inspect@1.13.4": {
519
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="
520
- },
521
- "object-keys@1.1.1": {
522
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
523
- },
524
- "object.assign@4.1.7": {
525
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
526
- "dependencies": [
527
- "call-bind",
528
- "call-bound",
529
- "define-properties",
530
- "es-object-atoms",
531
- "has-symbols",
532
- "object-keys"
533
- ]
534
- },
535
- "own-keys@1.0.1": {
536
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
537
- "dependencies": [
538
- "get-intrinsic",
539
- "object-keys",
540
- "safe-push-apply"
541
- ]
542
- },
543
- "possible-typed-array-names@1.1.0": {
544
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="
545
- },
546
- "reflect-metadata@0.2.2": {
547
- "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q=="
548
- },
549
- "reflect.getprototypeof@1.0.10": {
550
- "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
551
- "dependencies": [
552
- "call-bind",
553
- "define-properties",
554
- "es-abstract",
555
- "es-errors",
556
- "es-object-atoms",
557
- "get-intrinsic",
558
- "get-proto",
559
- "which-builtin-type"
560
- ]
561
- },
562
- "regexp.prototype.flags@1.5.4": {
563
- "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
564
- "dependencies": [
565
- "call-bind",
566
- "define-properties",
567
- "es-errors",
568
- "get-proto",
569
- "gopd",
570
- "set-function-name"
571
- ]
572
- },
573
- "safe-array-concat@1.1.3": {
574
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
575
- "dependencies": [
576
- "call-bind",
577
- "call-bound",
578
- "get-intrinsic",
579
- "has-symbols",
580
- "isarray"
581
- ]
582
- },
583
- "safe-push-apply@1.0.0": {
584
- "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
585
- "dependencies": [
586
- "es-errors",
587
- "isarray"
588
- ]
589
- },
590
- "safe-regex-test@1.1.0": {
591
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
592
- "dependencies": [
593
- "call-bound",
594
- "es-errors",
595
- "is-regex"
596
- ]
597
- },
598
- "set-function-length@1.2.2": {
599
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
600
- "dependencies": [
601
- "define-data-property",
602
- "es-errors",
603
- "function-bind",
604
- "get-intrinsic",
605
- "gopd",
606
- "has-property-descriptors"
607
- ]
608
- },
609
- "set-function-name@2.0.2": {
610
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
611
- "dependencies": [
612
- "define-data-property",
613
- "es-errors",
614
- "functions-have-names",
615
- "has-property-descriptors"
616
- ]
617
- },
618
- "set-proto@1.0.0": {
619
- "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
620
- "dependencies": [
621
- "dunder-proto",
622
- "es-errors",
623
- "es-object-atoms"
624
- ]
625
- },
626
- "side-channel-list@1.0.0": {
627
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
628
- "dependencies": [
629
- "es-errors",
630
- "object-inspect"
631
- ]
632
- },
633
- "side-channel-map@1.0.1": {
634
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
635
- "dependencies": [
636
- "call-bound",
637
- "es-errors",
638
- "get-intrinsic",
639
- "object-inspect"
640
- ]
641
- },
642
- "side-channel-weakmap@1.0.2": {
643
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
644
- "dependencies": [
645
- "call-bound",
646
- "es-errors",
647
- "get-intrinsic",
648
- "object-inspect",
649
- "side-channel-map"
650
- ]
651
- },
652
- "side-channel@1.1.0": {
653
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
654
- "dependencies": [
655
- "es-errors",
656
- "object-inspect",
657
- "side-channel-list",
658
- "side-channel-map",
659
- "side-channel-weakmap"
660
- ]
661
- },
662
- "stop-iteration-iterator@1.1.0": {
663
- "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
664
- "dependencies": [
665
- "es-errors",
666
- "internal-slot"
667
- ]
668
- },
669
- "string.prototype.trim@1.2.10": {
670
- "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
671
- "dependencies": [
672
- "call-bind",
673
- "call-bound",
674
- "define-data-property",
675
- "define-properties",
676
- "es-abstract",
677
- "es-object-atoms",
678
- "has-property-descriptors"
679
- ]
680
- },
681
- "string.prototype.trimend@1.0.9": {
682
- "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
683
- "dependencies": [
684
- "call-bind",
685
- "call-bound",
686
- "define-properties",
687
- "es-object-atoms"
688
- ]
689
- },
690
- "string.prototype.trimstart@1.0.8": {
691
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
692
- "dependencies": [
693
- "call-bind",
694
- "define-properties",
695
- "es-object-atoms"
696
- ]
697
- },
698
- "suppressed-error@1.0.3": {
699
- "integrity": "sha512-6+ZiCVUmDLFRyYRswTrDTYWaM/IT01W/cqQBLnnyg8T0njVrWj3tP+EXFevXk6qK61yDXnmZsOFVzFfYoUy/KA==",
700
- "dependencies": [
701
- "define-data-property",
702
- "define-properties",
703
- "es-abstract",
704
- "es-errors",
705
- "function-bind",
706
- "globalthis",
707
- "has-property-descriptors",
708
- "set-function-name"
709
- ]
710
- },
711
- "ts-pattern@5.8.0": {
712
- "integrity": "sha512-kIjN2qmWiHnhgr5DAkAafF9fwb0T5OhMVSWrm8XEdTFnX6+wfXwYOFjeF86UZ54vduqiR7BfqScFmXSzSaH8oA=="
713
- },
714
- "typed-array-buffer@1.0.3": {
715
- "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
716
- "dependencies": [
717
- "call-bound",
718
- "es-errors",
719
- "is-typed-array"
720
- ]
721
- },
722
- "typed-array-byte-length@1.0.3": {
723
- "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
724
- "dependencies": [
725
- "call-bind",
726
- "for-each",
727
- "gopd",
728
- "has-proto",
729
- "is-typed-array"
730
- ]
731
- },
732
- "typed-array-byte-offset@1.0.4": {
733
- "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
734
- "dependencies": [
735
- "available-typed-arrays",
736
- "call-bind",
737
- "for-each",
738
- "gopd",
739
- "has-proto",
740
- "is-typed-array",
741
- "reflect.getprototypeof"
742
- ]
743
- },
744
- "typed-array-length@1.0.7": {
745
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
746
- "dependencies": [
747
- "call-bind",
748
- "for-each",
749
- "gopd",
750
- "is-typed-array",
751
- "possible-typed-array-names",
752
- "reflect.getprototypeof"
753
- ]
754
- },
755
- "unbox-primitive@1.1.0": {
756
- "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
757
- "dependencies": [
758
- "call-bound",
759
- "has-bigints",
760
- "has-symbols",
761
- "which-boxed-primitive"
762
- ]
763
- },
764
- "undici-types@7.13.0": {
765
- "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ=="
766
- },
767
- "which-boxed-primitive@1.1.1": {
768
- "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
769
- "dependencies": [
770
- "is-bigint",
771
- "is-boolean-object",
772
- "is-number-object",
773
- "is-string",
774
- "is-symbol"
775
- ]
776
- },
777
- "which-builtin-type@1.2.1": {
778
- "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
779
- "dependencies": [
780
- "call-bound",
781
- "function.prototype.name",
782
- "has-tostringtag",
783
- "is-async-function",
784
- "is-date-object",
785
- "is-finalizationregistry",
786
- "is-generator-function",
787
- "is-regex",
788
- "is-weakref",
789
- "isarray",
790
- "which-boxed-primitive",
791
- "which-collection",
792
- "which-typed-array"
793
- ]
794
- },
795
- "which-collection@1.0.2": {
796
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
797
- "dependencies": [
798
- "is-map",
799
- "is-set",
800
- "is-weakmap",
801
- "is-weakset"
802
- ]
803
- },
804
- "which-typed-array@1.1.19": {
805
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
806
- "dependencies": [
807
- "available-typed-arrays",
808
- "call-bind",
809
- "call-bound",
810
- "for-each",
811
- "get-proto",
812
- "gopd",
813
- "has-tostringtag"
814
- ]
815
- }
816
- },
817
- "workspace": {
818
- "packageJson": {
819
- "dependencies": [
820
- "npm:@stylistic/eslint-plugin@5.4",
821
- "npm:@types/koa__router@12.0",
822
- "npm:@types/luxon@3.7",
823
- "npm:@types/mjml@4.7",
824
- "npm:@types/node@24",
825
- "npm:@types/nodemailer@7.0",
826
- "npm:@types/pg@8.15",
827
- "npm:concurrently@9.2",
828
- "npm:disposablestack@^1.1.0",
829
- "npm:drizzle-kit@0.31",
830
- "npm:eslint@9.37",
831
- "npm:globals@16.4",
832
- "npm:jsondiffpatch@0.7",
833
- "npm:luxon@^3.7.0",
834
- "npm:reflect-metadata@0.2",
835
- "npm:rxjs@^7.8.0",
836
- "npm:ts-pattern@^5.8.0",
837
- "npm:tsc-alias@1.8",
838
- "npm:type-fest@^5.1.0",
839
- "npm:typedoc-github-wiki-theme@2.1",
840
- "npm:typedoc-plugin-markdown@4.9",
841
- "npm:typedoc-plugin-missing-exports@4.1",
842
- "npm:typescript-eslint@8.46",
843
- "npm:typescript@5.9"
844
- ]
845
- }
846
- }
847
- }