@openclaw/whatsapp 2026.7.1-beta.2 → 2026.7.1-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/dist/{access-control-88UPniDc.js → access-control-DYE5dXna.js} +5 -3
  2. package/dist/{accounts-DgViSyJx.js → accounts-4YgwroRU.js} +1 -1
  3. package/dist/{action-runtime-hqza0J8B.js → action-runtime-DPahAqxV.js} +2 -2
  4. package/dist/action-runtime-api.js +1 -1
  5. package/dist/action-runtime.runtime.js +1 -1
  6. package/dist/{active-listener-CFwkn3ho.js → active-listener-B4SDebQ6.js} +1 -1
  7. package/dist/api.js +14 -13
  8. package/dist/{approval-handler.runtime-9_SV7vhc.js → approval-handler.runtime-DNWS4aYQ.js} +1 -1
  9. package/dist/auth-presence.js +1 -1
  10. package/dist/{auth-store-ECx4h57q.js → auth-store-Db-wfApd.js} +23 -13
  11. package/dist/call-tool-api.js +233 -0
  12. package/dist/{channel-fcXxWXic.js → channel-BWp7h1uY.js} +44 -18
  13. package/dist/channel-config-api.js +1 -1
  14. package/dist/channel-plugin-api.js +1 -1
  15. package/dist/{channel-react-action-Dgy9uUMl.js → channel-react-action-CKJHL_Wf.js} +3 -3
  16. package/dist/{channel.runtime-B4ThooGF.js → channel.runtime-CAssfx9p.js} +5 -5
  17. package/dist/{channel.setup-C_WEdyJR.js → channel.setup-CURc5rEt.js} +2 -2
  18. package/dist/{config-schema-CROZuhT-.js → config-schema-mBX2nmn1.js} +4 -0
  19. package/dist/{connection-controller-u-tfAFhJ.js → connection-controller-DkbrFSIn.js} +6 -5
  20. package/dist/connection-controller-registry-TSX_udJp.js +22 -0
  21. package/dist/contract-api.js +1 -1
  22. package/dist/{quoted-message-CpA_ujXK.js → group-session-key-BhC1RQOE.js} +31 -2
  23. package/dist/{identity-CmsTmkKR.js → identity-Dqft3mFA.js} +2 -1
  24. package/dist/index.js +9 -2
  25. package/dist/light-runtime-api.js +3 -3
  26. package/dist/{login-8lHwLmXj.js → login-C48y0jlx.js} +14 -7
  27. package/dist/{login-qr-BEZZqrTb.js → login-qr-BjId7dll.js} +7 -7
  28. package/dist/login-qr-runtime.js +1 -1
  29. package/dist/{monitor-BqkJ4MpT.js → monitor-DD8bXohk.js} +249 -160
  30. package/dist/runtime-api.js +9 -9
  31. package/dist/{send-i8Xk5mBQ.js → send-C5CpFcBG.js} +27 -9
  32. package/dist/{send-api-DndiBJhN.js → send-api-DLlXl8CH.js} +6 -5
  33. package/dist/{session-WU4SVP8f.js → session-DriaHt7V.js} +3 -3
  34. package/dist/{session-errors-CbsoQqoy.js → session-errors-BAj9D2La.js} +1 -22
  35. package/dist/{setup-core-KjSBbWX4.js → setup-core-DH-DFPLY.js} +4 -4
  36. package/dist/{setup-finalize-WedNP30s.js → setup-finalize-c8dl34sO.js} +3 -3
  37. package/dist/setup-plugin-api.js +1 -1
  38. package/dist/{setup-surface-IOdkbWsQ.js → setup-surface-DlWb0Z09.js} +3 -3
  39. package/dist/{socket-timing-DvMNkIge.js → socket-timing-DhbVFjah.js} +17 -5
  40. package/dist/{text-runtime-C88QkuU9.js → targets-runtime-C-GiVn6Y.js} +2 -3
  41. package/dist/text-runtime-DdX6-mC_.js +4 -0
  42. package/node_modules/@cacheable/memory/README.md +177 -0
  43. package/node_modules/@cacheable/memory/dist/index.cjs +867 -820
  44. package/node_modules/@cacheable/memory/dist/index.d.cts +382 -280
  45. package/node_modules/@cacheable/memory/dist/index.d.mts +412 -0
  46. package/node_modules/@cacheable/memory/dist/index.mjs +841 -0
  47. package/node_modules/@cacheable/memory/package.json +9 -9
  48. package/node_modules/@cacheable/utils/README.md +342 -8
  49. package/node_modules/@cacheable/utils/dist/index.cjs +1322 -619
  50. package/node_modules/@cacheable/utils/dist/index.d.cts +769 -173
  51. package/node_modules/@cacheable/utils/dist/index.d.mts +903 -0
  52. package/node_modules/@cacheable/utils/dist/index.mjs +1355 -0
  53. package/node_modules/@cacheable/utils/package.json +8 -8
  54. package/node_modules/@types/node/README.md +1 -1
  55. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  56. package/node_modules/@types/node/assert.d.ts +144 -17
  57. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  58. package/node_modules/@types/node/buffer.d.ts +64 -30
  59. package/node_modules/@types/node/child_process.d.ts +17 -21
  60. package/node_modules/@types/node/cluster.d.ts +13 -13
  61. package/node_modules/@types/node/console.d.ts +1 -1
  62. package/node_modules/@types/node/crypto.d.ts +471 -575
  63. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  64. package/node_modules/@types/node/dns.d.ts +15 -15
  65. package/node_modules/@types/node/events.d.ts +3 -3
  66. package/node_modules/@types/node/ffi.d.ts +486 -0
  67. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  68. package/node_modules/@types/node/fs.d.ts +24 -18
  69. package/node_modules/@types/node/globals.d.ts +4 -4
  70. package/node_modules/@types/node/http.d.ts +30 -5
  71. package/node_modules/@types/node/http2.d.ts +5 -1
  72. package/node_modules/@types/node/index.d.ts +1 -3
  73. package/node_modules/@types/node/inspector.d.ts +1 -1
  74. package/node_modules/@types/node/module.d.ts +16 -45
  75. package/node_modules/@types/node/net.d.ts +1 -1
  76. package/node_modules/@types/node/os.d.ts +2 -2
  77. package/node_modules/@types/node/package.json +4 -4
  78. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  79. package/node_modules/@types/node/process.d.ts +25 -12
  80. package/node_modules/@types/node/quic.d.ts +92 -11
  81. package/node_modules/@types/node/readline.d.ts +12 -11
  82. package/node_modules/@types/node/repl.d.ts +10 -10
  83. package/node_modules/@types/node/sqlite.d.ts +56 -1
  84. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  85. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  86. package/node_modules/@types/node/stream/web.d.ts +1 -1
  87. package/node_modules/@types/node/stream.d.ts +37 -5
  88. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  89. package/node_modules/@types/node/test.d.ts +120 -10
  90. package/node_modules/@types/node/tls.d.ts +1 -1
  91. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  92. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  93. package/node_modules/@types/node/url.d.ts +3 -3
  94. package/node_modules/@types/node/util/types.d.ts +1 -1
  95. package/node_modules/@types/node/util.d.ts +22 -22
  96. package/node_modules/@types/node/v8.d.ts +85 -3
  97. package/node_modules/@types/node/vm.d.ts +9 -9
  98. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  99. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  100. package/node_modules/@types/node/zlib.d.ts +3 -3
  101. package/node_modules/cacheable/README.md +309 -30
  102. package/node_modules/cacheable/dist/index.cjs +1307 -1153
  103. package/node_modules/cacheable/dist/index.d.cts +741 -469
  104. package/node_modules/cacheable/dist/index.d.mts +766 -0
  105. package/node_modules/cacheable/dist/index.mjs +1210 -0
  106. package/node_modules/cacheable/package.json +10 -10
  107. package/node_modules/content-type/README.md +32 -57
  108. package/node_modules/content-type/dist/index.d.ts +26 -0
  109. package/node_modules/content-type/dist/index.js +170 -0
  110. package/node_modules/content-type/dist/index.js.map +1 -0
  111. package/node_modules/content-type/package.json +35 -25
  112. package/node_modules/media-typer/README.md +19 -33
  113. package/node_modules/media-typer/dist/index.d.ts +29 -0
  114. package/node_modules/media-typer/dist/index.js +64 -0
  115. package/node_modules/media-typer/dist/index.js.map +1 -0
  116. package/node_modules/media-typer/package.json +37 -22
  117. package/node_modules/music-metadata/lib/id3v1/ID3v1Parser.js +2 -2
  118. package/node_modules/music-metadata/lib/mp4/AtomToken.js +65 -13
  119. package/node_modules/music-metadata/lib/wav/WaveChunk.d.ts +10 -0
  120. package/node_modules/music-metadata/lib/wav/WaveChunk.js +13 -3
  121. package/node_modules/music-metadata/lib/wav/WaveParser.d.ts +1 -0
  122. package/node_modules/music-metadata/lib/wav/WaveParser.js +6 -5
  123. package/node_modules/music-metadata/package.json +5 -5
  124. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  125. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  126. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  127. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  128. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  129. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  130. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  131. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  132. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  133. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  134. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  135. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  136. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  137. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  138. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  139. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  140. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  141. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  142. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  143. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  144. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  145. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  146. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  147. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  148. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  149. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  150. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  151. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  152. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  153. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  154. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  155. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  156. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  157. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  158. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  159. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  160. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  161. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  162. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  163. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  164. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  165. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  166. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  167. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  168. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  169. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  170. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  171. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  172. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  173. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  174. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  175. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  176. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  177. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  178. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  179. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  180. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  181. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  182. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  183. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  184. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  185. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  186. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  187. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  188. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  189. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  190. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  191. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  192. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  193. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  194. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  195. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  196. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  197. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  198. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  199. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  200. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  201. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  202. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  203. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  204. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  205. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  206. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  207. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  208. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  209. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  210. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  211. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  212. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  213. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  214. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  215. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  216. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  217. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  218. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  219. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  220. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  221. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  222. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  223. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  224. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  225. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  226. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  227. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  228. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  229. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  230. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  231. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  232. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  233. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  234. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  235. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  236. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  237. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  238. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  239. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  240. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  241. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  242. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  243. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  244. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  245. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  246. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  247. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  248. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  249. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  250. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  251. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  252. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  253. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  254. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  255. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  256. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  257. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  258. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  259. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  260. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  261. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  262. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  263. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  264. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  265. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  266. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  267. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  268. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  269. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  270. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  271. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  272. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  273. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  274. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  275. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  276. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  277. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  278. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  279. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  280. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  281. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  282. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  283. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  284. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  285. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  286. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  287. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  288. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  289. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  290. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  291. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  292. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  293. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  294. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  295. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  296. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  297. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  298. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  299. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  300. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  301. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  302. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  303. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  304. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  305. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  306. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  307. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  308. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  309. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  310. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  311. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  312. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  313. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  314. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  315. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  316. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  317. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  318. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  319. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  320. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  321. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  322. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  323. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  324. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  325. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  326. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  327. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  328. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  329. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  330. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  331. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  332. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  333. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  334. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  335. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  336. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  337. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  338. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  339. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  340. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  341. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  342. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  343. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  344. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  345. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  346. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  347. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  348. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  349. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  350. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  351. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  352. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  353. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  354. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  355. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  356. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  357. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  358. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  359. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  360. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  361. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  362. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  363. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  364. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  365. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  366. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  367. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  368. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  369. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  370. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  371. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  372. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  373. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  374. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  375. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  376. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  377. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  378. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  379. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  380. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  381. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  382. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  383. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  384. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  385. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  386. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  387. package/node_modules/typebox/build/typebox.d.mts +4 -8
  388. package/node_modules/typebox/build/typebox.mjs +4 -8
  389. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  390. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  391. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  392. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  393. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  394. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  395. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  396. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  397. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  398. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  399. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  400. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  401. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  402. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  403. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  404. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  405. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  406. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  407. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  408. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  409. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  410. package/node_modules/typebox/build/value/index.d.mts +0 -1
  411. package/node_modules/typebox/build/value/index.mjs +0 -1
  412. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  413. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  414. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  415. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  416. package/node_modules/typebox/build/value/value.d.mts +0 -1
  417. package/node_modules/typebox/build/value/value.mjs +0 -1
  418. package/node_modules/typebox/package.json +25 -25
  419. package/node_modules/typebox/readme.md +97 -80
  420. package/node_modules/undici-types/agent.d.ts +0 -2
  421. package/node_modules/undici-types/client.d.ts +25 -19
  422. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  423. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  424. package/node_modules/undici-types/fetch.d.ts +24 -4
  425. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  426. package/node_modules/undici-types/handlers.d.ts +1 -2
  427. package/node_modules/undici-types/header.d.ts +5 -0
  428. package/node_modules/undici-types/index.d.ts +3 -1
  429. package/node_modules/undici-types/interceptors.d.ts +1 -1
  430. package/node_modules/undici-types/package.json +1 -1
  431. package/node_modules/undici-types/pool.d.ts +0 -2
  432. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  433. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  434. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  435. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  436. package/node_modules/undici-types/webidl.d.ts +0 -1
  437. package/npm-shrinkwrap.json +49 -41
  438. package/openclaw.plugin.json +12 -0
  439. package/package.json +5 -5
  440. package/node_modules/@cacheable/memory/dist/index.d.ts +0 -310
  441. package/node_modules/@cacheable/memory/dist/index.js +0 -807
  442. package/node_modules/@cacheable/utils/dist/index.d.ts +0 -307
  443. package/node_modules/@cacheable/utils/dist/index.js +0 -630
  444. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  445. package/node_modules/cacheable/dist/index.d.ts +0 -494
  446. package/node_modules/cacheable/dist/index.js +0 -1141
  447. package/node_modules/content-type/HISTORY.md +0 -29
  448. package/node_modules/content-type/index.js +0 -225
  449. package/node_modules/media-typer/HISTORY.md +0 -50
  450. package/node_modules/media-typer/index.js +0 -143
  451. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  452. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  453. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  454. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  455. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  456. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  457. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  458. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  459. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  460. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  461. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  462. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  463. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  464. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  465. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  466. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  467. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  468. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  469. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  470. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  471. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  472. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  473. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  474. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  475. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  476. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  477. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  478. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  479. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  480. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  481. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  482. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  483. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  484. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  485. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  486. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  487. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  488. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  489. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  490. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  491. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  492. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  493. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  494. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  495. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  496. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  497. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  498. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  499. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  500. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  501. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  502. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  503. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  504. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  505. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  506. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  507. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  508. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  509. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  510. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  511. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  512. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  513. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  514. package/dist/{approval-resolver-e1hAVRRy.js → approval-resolver-DF-lu8k5.js} +1 -1
  515. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  516. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -1,807 +0,0 @@
1
- // src/index.ts
2
- import {
3
- HashAlgorithm,
4
- hashToNumberSync,
5
- shorthandToTime,
6
- wrapSync
7
- } from "@cacheable/utils";
8
- import { Hookified } from "hookified";
9
-
10
- // src/memory-lru.ts
11
- var ListNode = class {
12
- value;
13
- prev = void 0;
14
- next = void 0;
15
- constructor(value) {
16
- this.value = value;
17
- }
18
- };
19
- var DoublyLinkedList = class {
20
- head = void 0;
21
- tail = void 0;
22
- nodesMap = /* @__PURE__ */ new Map();
23
- // Add a new node to the front (most recently used)
24
- addToFront(value) {
25
- const newNode = new ListNode(value);
26
- if (this.head) {
27
- newNode.next = this.head;
28
- this.head.prev = newNode;
29
- this.head = newNode;
30
- } else {
31
- this.head = this.tail = newNode;
32
- }
33
- this.nodesMap.set(value, newNode);
34
- }
35
- // Move an existing node to the front (most recently used)
36
- moveToFront(value) {
37
- const node = this.nodesMap.get(value);
38
- if (!node || this.head === node) {
39
- return;
40
- }
41
- if (node.prev) {
42
- node.prev.next = node.next;
43
- }
44
- if (node.next) {
45
- node.next.prev = node.prev;
46
- }
47
- if (node === this.tail) {
48
- this.tail = node.prev;
49
- }
50
- node.prev = void 0;
51
- node.next = this.head;
52
- if (this.head) {
53
- this.head.prev = node;
54
- }
55
- this.head = node;
56
- this.tail ??= node;
57
- }
58
- // Get the oldest node (tail)
59
- getOldest() {
60
- return this.tail ? this.tail.value : void 0;
61
- }
62
- // Remove the oldest node (tail)
63
- removeOldest() {
64
- if (!this.tail) {
65
- return void 0;
66
- }
67
- const oldValue = this.tail.value;
68
- if (this.tail.prev) {
69
- this.tail = this.tail.prev;
70
- this.tail.next = void 0;
71
- } else {
72
- this.head = this.tail = void 0;
73
- }
74
- this.nodesMap.delete(oldValue);
75
- return oldValue;
76
- }
77
- // Remove a specific node by value
78
- remove(value) {
79
- const node = this.nodesMap.get(value);
80
- if (!node) {
81
- return false;
82
- }
83
- if (node.prev) {
84
- node.prev.next = node.next;
85
- } else {
86
- this.head = node.next;
87
- if (this.head) {
88
- this.head.prev = void 0;
89
- }
90
- }
91
- if (node.next) {
92
- node.next.prev = node.prev;
93
- } else {
94
- this.tail = node.prev;
95
- if (this.tail) {
96
- this.tail.next = void 0;
97
- }
98
- }
99
- this.nodesMap.delete(value);
100
- return true;
101
- }
102
- get size() {
103
- return this.nodesMap.size;
104
- }
105
- };
106
-
107
- // src/index.ts
108
- import {
109
- HashAlgorithm as HashAlgorithm2,
110
- hash,
111
- hashToNumber
112
- } from "@cacheable/utils";
113
-
114
- // src/keyv-memory.ts
115
- import { Keyv } from "keyv";
116
- var KeyvCacheableMemory = class {
117
- opts = {
118
- ttl: 0,
119
- useClone: true,
120
- lruSize: 0,
121
- checkInterval: 0
122
- };
123
- _defaultCache = new CacheableMemory();
124
- _nCache = /* @__PURE__ */ new Map();
125
- _namespace;
126
- constructor(options) {
127
- if (options) {
128
- this.opts = options;
129
- this._defaultCache = new CacheableMemory(options);
130
- if (options.namespace) {
131
- this._namespace = options.namespace;
132
- this._nCache.set(this._namespace, new CacheableMemory(options));
133
- }
134
- }
135
- }
136
- get namespace() {
137
- return this._namespace;
138
- }
139
- set namespace(value) {
140
- this._namespace = value;
141
- }
142
- get store() {
143
- return this.getStore(this._namespace);
144
- }
145
- async get(key) {
146
- const result = this.getStore(this._namespace).get(key);
147
- if (result) {
148
- return result;
149
- }
150
- return void 0;
151
- }
152
- async getMany(keys) {
153
- const result = this.getStore(this._namespace).getMany(keys);
154
- return result;
155
- }
156
- // biome-ignore lint/suspicious/noExplicitAny: type format
157
- async set(key, value, ttl) {
158
- this.getStore(this._namespace).set(key, value, ttl);
159
- }
160
- async setMany(values) {
161
- this.getStore(this._namespace).setMany(values);
162
- }
163
- async delete(key) {
164
- this.getStore(this._namespace).delete(key);
165
- return true;
166
- }
167
- async deleteMany(key) {
168
- this.getStore(this._namespace).deleteMany(key);
169
- return true;
170
- }
171
- async clear() {
172
- this.getStore(this._namespace).clear();
173
- }
174
- async has(key) {
175
- return this.getStore(this._namespace).has(key);
176
- }
177
- // biome-ignore lint/suspicious/noExplicitAny: type format
178
- on(event, listener) {
179
- this.getStore(this._namespace).on(event, listener);
180
- return this;
181
- }
182
- getStore(namespace) {
183
- if (!namespace) {
184
- return this._defaultCache;
185
- }
186
- if (!this._nCache.has(namespace)) {
187
- this._nCache.set(namespace, new CacheableMemory(this.opts));
188
- }
189
- return this._nCache.get(namespace);
190
- }
191
- };
192
- function createKeyv(options) {
193
- const store = new KeyvCacheableMemory(options);
194
- const namespace = options?.namespace;
195
- let ttl;
196
- if (options?.ttl && Number.isInteger(options.ttl)) {
197
- ttl = options?.ttl;
198
- }
199
- const keyv = new Keyv({ store, namespace, ttl });
200
- keyv.serialize = void 0;
201
- keyv.deserialize = void 0;
202
- return keyv;
203
- }
204
-
205
- // src/index.ts
206
- var defaultStoreHashSize = 16;
207
- var maximumMapSize = 16777216;
208
- var CacheableMemory = class extends Hookified {
209
- _lru = new DoublyLinkedList();
210
- _storeHashSize = defaultStoreHashSize;
211
- _storeHashAlgorithm = HashAlgorithm.DJB2;
212
- // Default is djb2Hash
213
- _store = Array.from(
214
- { length: this._storeHashSize },
215
- () => /* @__PURE__ */ new Map()
216
- );
217
- _ttl;
218
- // Turned off by default
219
- _useClone = true;
220
- // Turned on by default
221
- _lruSize = 0;
222
- // Turned off by default
223
- _checkInterval = 0;
224
- // Turned off by default
225
- _interval = 0;
226
- // Turned off by default
227
- /**
228
- * @constructor
229
- * @param {CacheableMemoryOptions} [options] - The options for the CacheableMemory
230
- */
231
- constructor(options) {
232
- super();
233
- if (options?.ttl) {
234
- this.setTtl(options.ttl);
235
- }
236
- if (options?.useClone !== void 0) {
237
- this._useClone = options.useClone;
238
- }
239
- if (options?.storeHashSize && options.storeHashSize > 0) {
240
- this._storeHashSize = options.storeHashSize;
241
- }
242
- if (options?.lruSize) {
243
- if (options.lruSize > maximumMapSize) {
244
- this.emit(
245
- "error",
246
- new Error(
247
- `LRU size cannot be larger than ${maximumMapSize} due to Map limitations.`
248
- )
249
- );
250
- } else {
251
- this._lruSize = options.lruSize;
252
- }
253
- }
254
- if (options?.checkInterval) {
255
- this._checkInterval = options.checkInterval;
256
- }
257
- if (options?.storeHashAlgorithm) {
258
- this._storeHashAlgorithm = options.storeHashAlgorithm;
259
- }
260
- this._store = Array.from(
261
- { length: this._storeHashSize },
262
- () => /* @__PURE__ */ new Map()
263
- );
264
- this.startIntervalCheck();
265
- }
266
- /**
267
- * Gets the time-to-live
268
- * @returns {number|string|undefined} - The time-to-live in miliseconds or a human-readable format. If undefined, it will not have a time-to-live.
269
- */
270
- get ttl() {
271
- return this._ttl;
272
- }
273
- /**
274
- * Sets the time-to-live
275
- * @param {number|string|undefined} value - The time-to-live in miliseconds or a human-readable format (example '1s' = 1 second, '1h' = 1 hour). If undefined, it will not have a time-to-live.
276
- */
277
- set ttl(value) {
278
- this.setTtl(value);
279
- }
280
- /**
281
- * Gets whether to use clone
282
- * @returns {boolean} - If true, it will clone the value before returning it. If false, it will return the value directly. Default is true.
283
- */
284
- get useClone() {
285
- return this._useClone;
286
- }
287
- /**
288
- * Sets whether to use clone
289
- * @param {boolean} value - If true, it will clone the value before returning it. If false, it will return the value directly. Default is true.
290
- */
291
- set useClone(value) {
292
- this._useClone = value;
293
- }
294
- /**
295
- * Gets the size of the LRU cache
296
- * @returns {number} - The size of the LRU cache. If set to 0, it will not use LRU cache. Default is 0. If you are using LRU then the limit is based on Map() size 17mm.
297
- */
298
- get lruSize() {
299
- return this._lruSize;
300
- }
301
- /**
302
- * Sets the size of the LRU cache
303
- * @param {number} value - The size of the LRU cache. If set to 0, it will not use LRU cache. Default is 0. If you are using LRU then the limit is based on Map() size 17mm.
304
- */
305
- set lruSize(value) {
306
- if (value > maximumMapSize) {
307
- this.emit(
308
- "error",
309
- new Error(
310
- `LRU size cannot be larger than ${maximumMapSize} due to Map limitations.`
311
- )
312
- );
313
- return;
314
- }
315
- this._lruSize = value;
316
- if (this._lruSize === 0) {
317
- this._lru = new DoublyLinkedList();
318
- return;
319
- }
320
- this.lruResize();
321
- }
322
- /**
323
- * Gets the check interval
324
- * @returns {number} - The interval to check for expired items. If set to 0, it will not check for expired items. Default is 0.
325
- */
326
- get checkInterval() {
327
- return this._checkInterval;
328
- }
329
- /**
330
- * Sets the check interval
331
- * @param {number} value - The interval to check for expired items. If set to 0, it will not check for expired items. Default is 0.
332
- */
333
- set checkInterval(value) {
334
- this._checkInterval = value;
335
- }
336
- /**
337
- * Gets the size of the cache
338
- * @returns {number} - The size of the cache
339
- */
340
- get size() {
341
- let size = 0;
342
- for (const store of this._store) {
343
- size += store.size;
344
- }
345
- return size;
346
- }
347
- /**
348
- * Gets the number of hash stores
349
- * @returns {number} - The number of hash stores
350
- */
351
- get storeHashSize() {
352
- return this._storeHashSize;
353
- }
354
- /**
355
- * Sets the number of hash stores. This will recreate the store and all data will be cleared
356
- * @param {number} value - The number of hash stores
357
- */
358
- set storeHashSize(value) {
359
- if (value === this._storeHashSize) {
360
- return;
361
- }
362
- this._storeHashSize = value;
363
- this._store = Array.from(
364
- { length: this._storeHashSize },
365
- () => /* @__PURE__ */ new Map()
366
- );
367
- }
368
- /**
369
- * Gets the store hash algorithm
370
- * @returns {HashAlgorithm | StoreHashAlgorithmFunction} - The store hash algorithm
371
- */
372
- get storeHashAlgorithm() {
373
- return this._storeHashAlgorithm;
374
- }
375
- /**
376
- * Sets the store hash algorithm. This will recreate the store and all data will be cleared
377
- * @param {HashAlgorithm | HashAlgorithmFunction} value - The store hash algorithm
378
- */
379
- set storeHashAlgorithm(value) {
380
- this._storeHashAlgorithm = value;
381
- }
382
- /**
383
- * Gets the keys
384
- * @returns {IterableIterator<string>} - The keys
385
- */
386
- get keys() {
387
- const keys = [];
388
- for (const store of this._store) {
389
- for (const key of store.keys()) {
390
- const item = store.get(key);
391
- if (item && this.hasExpired(item)) {
392
- store.delete(key);
393
- this.lruRemove(key);
394
- continue;
395
- }
396
- keys.push(key);
397
- }
398
- }
399
- return keys.values();
400
- }
401
- /**
402
- * Gets the items
403
- * @returns {IterableIterator<CacheableStoreItem>} - The items
404
- */
405
- get items() {
406
- const items = [];
407
- for (const store of this._store) {
408
- for (const item of store.values()) {
409
- if (this.hasExpired(item)) {
410
- store.delete(item.key);
411
- this.lruRemove(item.key);
412
- continue;
413
- }
414
- items.push(item);
415
- }
416
- }
417
- return items.values();
418
- }
419
- /**
420
- * Gets the store
421
- * @returns {Array<Map<string, CacheableStoreItem>>} - The store
422
- */
423
- get store() {
424
- return this._store;
425
- }
426
- /**
427
- * Gets the value of the key
428
- * @param {string} key - The key to get the value
429
- * @returns {T | undefined} - The value of the key
430
- */
431
- get(key) {
432
- const store = this.getStore(key);
433
- const item = store.get(key);
434
- if (!item) {
435
- return void 0;
436
- }
437
- if (item.expires && Date.now() > item.expires) {
438
- store.delete(key);
439
- this.lruRemove(key);
440
- return void 0;
441
- }
442
- this.lruMoveToFront(key);
443
- if (!this._useClone) {
444
- return item.value;
445
- }
446
- return this.clone(item.value);
447
- }
448
- /**
449
- * Gets the values of the keys
450
- * @param {string[]} keys - The keys to get the values
451
- * @returns {T[]} - The values of the keys
452
- */
453
- getMany(keys) {
454
- const result = [];
455
- for (const key of keys) {
456
- result.push(this.get(key));
457
- }
458
- return result;
459
- }
460
- /**
461
- * Gets the raw value of the key
462
- * @param {string} key - The key to get the value
463
- * @returns {CacheableStoreItem | undefined} - The raw value of the key
464
- */
465
- getRaw(key) {
466
- const store = this.getStore(key);
467
- const item = store.get(key);
468
- if (!item) {
469
- return void 0;
470
- }
471
- if (item.expires && item.expires && Date.now() > item.expires) {
472
- store.delete(key);
473
- this.lruRemove(key);
474
- return void 0;
475
- }
476
- this.lruMoveToFront(key);
477
- return item;
478
- }
479
- /**
480
- * Gets the raw values of the keys
481
- * @param {string[]} keys - The keys to get the values
482
- * @returns {CacheableStoreItem[]} - The raw values of the keys
483
- */
484
- getManyRaw(keys) {
485
- const result = [];
486
- for (const key of keys) {
487
- result.push(this.getRaw(key));
488
- }
489
- return result;
490
- }
491
- /**
492
- * Sets the value of the key
493
- * @param {string} key - The key to set the value
494
- * @param {any} value - The value to set
495
- * @param {number|string|SetOptions} [ttl] - Time to Live - If you set a number it is miliseconds, if you set a string it is a human-readable.
496
- * If you want to set expire directly you can do that by setting the expire property in the SetOptions.
497
- * If you set undefined, it will use the default time-to-live. If both are undefined then it will not have a time-to-live.
498
- * @returns {void}
499
- */
500
- set(key, value, ttl) {
501
- const store = this.getStore(key);
502
- let expires;
503
- if (ttl !== void 0 || this._ttl !== void 0) {
504
- if (typeof ttl === "object") {
505
- if (ttl.expire) {
506
- expires = typeof ttl.expire === "number" ? ttl.expire : ttl.expire.getTime();
507
- }
508
- if (ttl.ttl) {
509
- const finalTtl = shorthandToTime(ttl.ttl);
510
- if (finalTtl !== void 0) {
511
- expires = finalTtl;
512
- }
513
- }
514
- } else {
515
- const finalTtl = shorthandToTime(ttl ?? this._ttl);
516
- if (finalTtl !== void 0) {
517
- expires = finalTtl;
518
- }
519
- }
520
- }
521
- if (this._lruSize > 0) {
522
- if (store.has(key)) {
523
- this.lruMoveToFront(key);
524
- } else {
525
- this.lruAddToFront(key);
526
- if (this._lru.size > this._lruSize) {
527
- const oldestKey = this._lru.getOldest();
528
- if (oldestKey) {
529
- this._lru.removeOldest();
530
- this.delete(oldestKey);
531
- }
532
- }
533
- }
534
- }
535
- const item = { key, value, expires };
536
- store.set(key, item);
537
- }
538
- /**
539
- * Sets the values of the keys
540
- * @param {CacheableItem[]} items - The items to set
541
- * @returns {void}
542
- */
543
- setMany(items) {
544
- for (const item of items) {
545
- this.set(item.key, item.value, item.ttl);
546
- }
547
- }
548
- /**
549
- * Checks if the key exists
550
- * @param {string} key - The key to check
551
- * @returns {boolean} - If true, the key exists. If false, the key does not exist.
552
- */
553
- has(key) {
554
- const item = this.get(key);
555
- return Boolean(item);
556
- }
557
- /**
558
- * @function hasMany
559
- * @param {string[]} keys - The keys to check
560
- * @returns {boolean[]} - If true, the key exists. If false, the key does not exist.
561
- */
562
- hasMany(keys) {
563
- const result = [];
564
- for (const key of keys) {
565
- const item = this.get(key);
566
- result.push(Boolean(item));
567
- }
568
- return result;
569
- }
570
- /**
571
- * Take will get the key and delete the entry from cache
572
- * @param {string} key - The key to take
573
- * @returns {T | undefined} - The value of the key
574
- */
575
- take(key) {
576
- const item = this.get(key);
577
- if (!item) {
578
- return void 0;
579
- }
580
- this.delete(key);
581
- return item;
582
- }
583
- /**
584
- * TakeMany will get the keys and delete the entries from cache
585
- * @param {string[]} keys - The keys to take
586
- * @returns {T[]} - The values of the keys
587
- */
588
- takeMany(keys) {
589
- const result = [];
590
- for (const key of keys) {
591
- result.push(this.take(key));
592
- }
593
- return result;
594
- }
595
- /**
596
- * Delete the key
597
- * @param {string} key - The key to delete
598
- * @returns {void}
599
- */
600
- delete(key) {
601
- const store = this.getStore(key);
602
- store.delete(key);
603
- this.lruRemove(key);
604
- }
605
- /**
606
- * Delete the keys
607
- * @param {string[]} keys - The keys to delete
608
- * @returns {void}
609
- */
610
- deleteMany(keys) {
611
- for (const key of keys) {
612
- this.delete(key);
613
- }
614
- }
615
- /**
616
- * Clear the cache
617
- * @returns {void}
618
- */
619
- clear() {
620
- this._store = Array.from(
621
- { length: this._storeHashSize },
622
- () => /* @__PURE__ */ new Map()
623
- );
624
- this._lru = new DoublyLinkedList();
625
- }
626
- /**
627
- * Get the store based on the key (internal use)
628
- * @param {string} key - The key to get the store
629
- * @returns {CacheableHashStore} - The store
630
- */
631
- getStore(key) {
632
- const hash2 = this.getKeyStoreHash(key);
633
- this._store[hash2] ||= /* @__PURE__ */ new Map();
634
- return this._store[hash2];
635
- }
636
- /**
637
- * Hash the key for which store to go to (internal use)
638
- * @param {string} key - The key to hash
639
- * Available algorithms are: SHA256, SHA1, MD5, and djb2Hash.
640
- * @returns {number} - The hashed key as a number
641
- */
642
- getKeyStoreHash(key) {
643
- if (this._store.length === 1) {
644
- return 0;
645
- }
646
- if (typeof this._storeHashAlgorithm === "function") {
647
- return this._storeHashAlgorithm(key, this._storeHashSize);
648
- }
649
- const storeHashSize = this._storeHashSize - 1;
650
- const hash2 = hashToNumberSync(key, {
651
- min: 0,
652
- max: storeHashSize,
653
- algorithm: this._storeHashAlgorithm
654
- });
655
- return hash2;
656
- }
657
- /**
658
- * Clone the value. This is for internal use
659
- * @param {any} value - The value to clone
660
- * @returns {any} - The cloned value
661
- */
662
- // biome-ignore lint/suspicious/noExplicitAny: type format
663
- clone(value) {
664
- if (this.isPrimitive(value)) {
665
- return value;
666
- }
667
- return structuredClone(value);
668
- }
669
- /**
670
- * Add to the front of the LRU cache. This is for internal use
671
- * @param {string} key - The key to add to the front
672
- * @returns {void}
673
- */
674
- lruAddToFront(key) {
675
- if (this._lruSize === 0) {
676
- return;
677
- }
678
- this._lru.addToFront(key);
679
- }
680
- /**
681
- * Move to the front of the LRU cache. This is for internal use
682
- * @param {string} key - The key to move to the front
683
- * @returns {void}
684
- */
685
- lruMoveToFront(key) {
686
- if (this._lruSize === 0) {
687
- return;
688
- }
689
- this._lru.moveToFront(key);
690
- }
691
- /**
692
- * Remove a key from the LRU cache. This is for internal use
693
- * @param {string} key - The key to remove
694
- * @returns {void}
695
- */
696
- lruRemove(key) {
697
- if (this._lruSize === 0) {
698
- return;
699
- }
700
- this._lru.remove(key);
701
- }
702
- /**
703
- * Resize the LRU cache. This is for internal use.
704
- * @returns {void}
705
- */
706
- lruResize() {
707
- while (this._lru.size > this._lruSize) {
708
- const oldestKey = this._lru.getOldest();
709
- if (oldestKey) {
710
- this._lru.removeOldest();
711
- this.delete(oldestKey);
712
- }
713
- }
714
- }
715
- /**
716
- * Check for expiration. This is for internal use
717
- * @returns {void}
718
- */
719
- checkExpiration() {
720
- for (const store of this._store) {
721
- for (const item of store.values()) {
722
- if (item.expires && Date.now() > item.expires) {
723
- store.delete(item.key);
724
- this.lruRemove(item.key);
725
- }
726
- }
727
- }
728
- }
729
- /**
730
- * Start the interval check. This is for internal use
731
- * @returns {void}
732
- */
733
- startIntervalCheck() {
734
- if (this._checkInterval > 0) {
735
- if (this._interval) {
736
- clearInterval(this._interval);
737
- }
738
- this._interval = setInterval(() => {
739
- this.checkExpiration();
740
- }, this._checkInterval).unref();
741
- }
742
- }
743
- /**
744
- * Stop the interval check. This is for internal use
745
- * @returns {void}
746
- */
747
- stopIntervalCheck() {
748
- if (this._interval) {
749
- clearInterval(this._interval);
750
- }
751
- this._interval = 0;
752
- this._checkInterval = 0;
753
- }
754
- /**
755
- * Wrap the function for caching
756
- * @param {Function} function_ - The function to wrap
757
- * @param {Object} [options] - The options to wrap
758
- * @returns {Function} - The wrapped function
759
- */
760
- // biome-ignore lint/suspicious/noExplicitAny: type format
761
- wrap(function_, options) {
762
- const wrapOptions = {
763
- ttl: options?.ttl ?? this._ttl,
764
- keyPrefix: options?.keyPrefix,
765
- createKey: options?.createKey,
766
- cache: this
767
- };
768
- return wrapSync(function_, wrapOptions);
769
- }
770
- // biome-ignore lint/suspicious/noExplicitAny: type format
771
- isPrimitive(value) {
772
- const result = false;
773
- if (value === null || value === void 0) {
774
- return true;
775
- }
776
- if (typeof value === "string" || typeof value === "number" || typeof value === "boolean") {
777
- return true;
778
- }
779
- return result;
780
- }
781
- setTtl(ttl) {
782
- if (typeof ttl === "string" || ttl === void 0) {
783
- this._ttl = ttl;
784
- } else if (ttl > 0) {
785
- this._ttl = ttl;
786
- } else {
787
- this._ttl = void 0;
788
- }
789
- }
790
- hasExpired(item) {
791
- if (item.expires && Date.now() > item.expires) {
792
- return true;
793
- }
794
- return false;
795
- }
796
- };
797
- export {
798
- CacheableMemory,
799
- HashAlgorithm2 as HashAlgorithm,
800
- KeyvCacheableMemory,
801
- createKeyv,
802
- defaultStoreHashSize,
803
- hash,
804
- hashToNumber,
805
- maximumMapSize
806
- };
807
- /* v8 ignore next -- @preserve */