@fireproof/core 0.20.5-dev-preview-1 → 0.20.5-dev-preview-4

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 (433) hide show
  1. package/apply-head-queue.d.ts +18 -0
  2. package/apply-head-queue.d.ts.map +1 -0
  3. package/apply-head-queue.js +47 -0
  4. package/apply-head-queue.js.map +1 -0
  5. package/blockstore/attachable-store.d.ts +19 -0
  6. package/blockstore/attachable-store.d.ts.map +1 -0
  7. package/blockstore/attachable-store.js +316 -0
  8. package/blockstore/attachable-store.js.map +1 -0
  9. package/blockstore/commit-queue.d.ts +17 -0
  10. package/blockstore/commit-queue.d.ts.map +1 -0
  11. package/blockstore/commit-queue.js +60 -0
  12. package/blockstore/commit-queue.js.map +1 -0
  13. package/blockstore/commitor.d.ts +21 -0
  14. package/blockstore/commitor.d.ts.map +1 -0
  15. package/blockstore/commitor.js +95 -0
  16. package/blockstore/commitor.js.map +1 -0
  17. package/blockstore/connect-raw.d.ts +2 -0
  18. package/blockstore/connect-raw.d.ts.map +1 -0
  19. package/blockstore/connect-raw.js +2 -0
  20. package/blockstore/connect-raw.js.map +1 -0
  21. package/blockstore/connection-base.d.ts +2 -0
  22. package/blockstore/connection-base.d.ts.map +1 -0
  23. package/blockstore/connection-base.js +2 -0
  24. package/blockstore/connection-base.js.map +1 -0
  25. package/blockstore/encrypt-helpers.d.ts +2 -0
  26. package/blockstore/encrypt-helpers.d.ts.map +1 -0
  27. package/blockstore/encrypt-helpers.js +2 -0
  28. package/blockstore/encrypt-helpers.js.map +1 -0
  29. package/blockstore/fp-envelope.d.ts +32 -0
  30. package/blockstore/fp-envelope.d.ts.map +1 -0
  31. package/blockstore/fp-envelope.js +14 -0
  32. package/blockstore/fp-envelope.js.map +1 -0
  33. package/blockstore/gateway.d.ts +20 -0
  34. package/blockstore/gateway.d.ts.map +1 -0
  35. package/blockstore/gateway.js +2 -0
  36. package/blockstore/gateway.js.map +1 -0
  37. package/blockstore/index.d.ts +16 -0
  38. package/blockstore/index.d.ts.map +1 -0
  39. package/blockstore/index.js +16 -0
  40. package/blockstore/index.js.map +1 -0
  41. package/blockstore/interceptor-gateway.d.ts +29 -0
  42. package/blockstore/interceptor-gateway.d.ts.map +1 -0
  43. package/blockstore/interceptor-gateway.js +137 -0
  44. package/blockstore/interceptor-gateway.js.map +1 -0
  45. package/blockstore/loader-helpers.d.ts +10 -0
  46. package/blockstore/loader-helpers.d.ts.map +1 -0
  47. package/blockstore/loader-helpers.js +115 -0
  48. package/blockstore/loader-helpers.js.map +1 -0
  49. package/blockstore/loader.d.ts +61 -0
  50. package/blockstore/loader.d.ts.map +1 -0
  51. package/blockstore/loader.js +493 -0
  52. package/blockstore/loader.js.map +1 -0
  53. package/blockstore/register-store-protocol.d.ts +22 -0
  54. package/blockstore/register-store-protocol.d.ts.map +1 -0
  55. package/blockstore/register-store-protocol.js +114 -0
  56. package/blockstore/register-store-protocol.js.map +1 -0
  57. package/blockstore/serde-gateway.d.ts +78 -0
  58. package/blockstore/serde-gateway.d.ts.map +1 -0
  59. package/blockstore/serde-gateway.js +2 -0
  60. package/blockstore/serde-gateway.js.map +1 -0
  61. package/blockstore/store-factory.d.ts +11 -0
  62. package/blockstore/store-factory.d.ts.map +1 -0
  63. package/blockstore/store-factory.js +104 -0
  64. package/blockstore/store-factory.js.map +1 -0
  65. package/blockstore/store-remote.d.ts +2 -0
  66. package/blockstore/store-remote.d.ts.map +1 -0
  67. package/blockstore/store-remote.js +2 -0
  68. package/blockstore/store-remote.js.map +1 -0
  69. package/blockstore/store.d.ts +86 -0
  70. package/blockstore/store.d.ts.map +1 -0
  71. package/blockstore/store.js +437 -0
  72. package/blockstore/store.js.map +1 -0
  73. package/blockstore/task-manager.d.ts +19 -0
  74. package/blockstore/task-manager.d.ts.map +1 -0
  75. package/blockstore/task-manager.js +50 -0
  76. package/blockstore/task-manager.js.map +1 -0
  77. package/blockstore/transaction.d.ts +62 -0
  78. package/blockstore/transaction.d.ts.map +1 -0
  79. package/blockstore/transaction.js +256 -0
  80. package/blockstore/transaction.js.map +1 -0
  81. package/blockstore/types.d.ts +508 -0
  82. package/blockstore/types.d.ts.map +1 -0
  83. package/blockstore/types.js +83 -0
  84. package/blockstore/types.js.map +1 -0
  85. package/blockstore/uri-interceptor.d.ts +19 -0
  86. package/blockstore/uri-interceptor.d.ts.map +1 -0
  87. package/blockstore/uri-interceptor.js +61 -0
  88. package/blockstore/uri-interceptor.js.map +1 -0
  89. package/bundle-not-impl.d.ts +2 -0
  90. package/bundle-not-impl.d.ts.map +1 -0
  91. package/bundle-not-impl.js +4 -0
  92. package/bundle-not-impl.js.map +1 -0
  93. package/cli/main.js +26616 -0
  94. package/crdt-clock.d.ts +26 -0
  95. package/crdt-clock.d.ts.map +1 -0
  96. package/crdt-clock.js +133 -0
  97. package/crdt-clock.js.map +1 -0
  98. package/crdt-helpers.d.ts +19 -0
  99. package/crdt-helpers.d.ts.map +1 -0
  100. package/crdt-helpers.js +332 -0
  101. package/crdt-helpers.js.map +1 -0
  102. package/crdt.d.ts +41 -0
  103. package/crdt.d.ts.map +1 -0
  104. package/crdt.js +164 -0
  105. package/crdt.js.map +1 -0
  106. package/database.d.ts +34 -0
  107. package/database.d.ts.map +1 -0
  108. package/database.js +124 -0
  109. package/database.js.map +1 -0
  110. package/deno.json +2 -2
  111. package/index.d.ts +15 -2741
  112. package/index.d.ts.map +1 -0
  113. package/index.js +14 -7274
  114. package/index.js.map +1 -1
  115. package/indexer-helpers.d.ts +69 -0
  116. package/indexer-helpers.d.ts.map +1 -0
  117. package/indexer-helpers.js +136 -0
  118. package/indexer-helpers.js.map +1 -0
  119. package/indexer.d.ts +24 -0
  120. package/indexer.d.ts.map +1 -0
  121. package/indexer.js +230 -0
  122. package/indexer.js.map +1 -0
  123. package/ledger.d.ts +55 -0
  124. package/ledger.d.ts.map +1 -0
  125. package/ledger.js +234 -0
  126. package/ledger.js.map +1 -0
  127. package/package.json +26 -17
  128. package/protocols/cloud/http-connection.d.ts +25 -0
  129. package/protocols/cloud/http-connection.d.ts.map +1 -0
  130. package/protocols/cloud/http-connection.js +153 -0
  131. package/protocols/cloud/http-connection.js.map +1 -0
  132. package/protocols/cloud/index.d.ts +10 -0
  133. package/protocols/cloud/index.d.ts.map +1 -0
  134. package/protocols/cloud/index.js +10 -0
  135. package/protocols/cloud/index.js.map +1 -0
  136. package/protocols/cloud/msg-raw-connection-base.d.ts +16 -0
  137. package/protocols/cloud/msg-raw-connection-base.d.ts.map +1 -0
  138. package/protocols/cloud/msg-raw-connection-base.js +22 -0
  139. package/protocols/cloud/msg-raw-connection-base.js.map +1 -0
  140. package/protocols/cloud/msg-types-data.d.ts +36 -0
  141. package/protocols/cloud/msg-types-data.d.ts.map +1 -0
  142. package/protocols/cloud/msg-types-data.js +38 -0
  143. package/protocols/cloud/msg-types-data.js.map +1 -0
  144. package/protocols/cloud/msg-types-meta.d.ts +41 -0
  145. package/protocols/cloud/msg-types-meta.d.ts.map +1 -0
  146. package/protocols/cloud/msg-types-meta.js +98 -0
  147. package/protocols/cloud/msg-types-meta.js.map +1 -0
  148. package/protocols/cloud/msg-types-wal.d.ts +33 -0
  149. package/protocols/cloud/msg-types-wal.d.ts.map +1 -0
  150. package/protocols/cloud/msg-types-wal.js +38 -0
  151. package/protocols/cloud/msg-types-wal.js.map +1 -0
  152. package/protocols/cloud/msg-types.d.ts +282 -0
  153. package/protocols/cloud/msg-types.d.ts.map +1 -0
  154. package/protocols/cloud/msg-types.js +278 -0
  155. package/protocols/cloud/msg-types.js.map +1 -0
  156. package/protocols/cloud/msger.d.ts +79 -0
  157. package/protocols/cloud/msger.d.ts.map +1 -0
  158. package/protocols/cloud/msger.js +198 -0
  159. package/protocols/cloud/msger.js.map +1 -0
  160. package/protocols/cloud/ws-connection.d.ts +29 -0
  161. package/protocols/cloud/ws-connection.d.ts.map +1 -0
  162. package/protocols/cloud/ws-connection.js +166 -0
  163. package/protocols/cloud/ws-connection.js.map +1 -0
  164. package/protocols/index.d.ts +2 -0
  165. package/protocols/index.d.ts.map +1 -0
  166. package/protocols/index.js +2 -0
  167. package/protocols/index.js.map +1 -0
  168. package/react/{index.d.cts → img-file.d.ts} +22 -53
  169. package/react/img-file.d.ts.map +1 -0
  170. package/react/img-file.js +57 -0
  171. package/react/img-file.js.map +1 -0
  172. package/react/index.d.ts +5 -336
  173. package/react/index.d.ts.map +1 -0
  174. package/react/index.js +4 -358
  175. package/react/index.js.map +1 -1
  176. package/react/types.d.ts +71 -0
  177. package/react/types.d.ts.map +1 -0
  178. package/react/types.js +2 -0
  179. package/react/types.js.map +1 -0
  180. package/react/use-all-docs.d.ts +4 -0
  181. package/react/use-all-docs.d.ts.map +1 -0
  182. package/react/use-all-docs.js +25 -0
  183. package/react/use-all-docs.js.map +1 -0
  184. package/react/use-attach.d.ts +6 -0
  185. package/react/use-attach.d.ts.map +1 -0
  186. package/react/use-attach.js +75 -0
  187. package/react/use-attach.js.map +1 -0
  188. package/react/use-changes.d.ts +4 -0
  189. package/react/use-changes.d.ts.map +1 -0
  190. package/react/use-changes.js +19 -0
  191. package/react/use-changes.js.map +1 -0
  192. package/react/use-document.d.ts +4 -0
  193. package/react/use-document.d.ts.map +1 -0
  194. package/react/use-document.js +109 -0
  195. package/react/use-document.js.map +1 -0
  196. package/react/use-fireproof.d.ts +6 -0
  197. package/react/use-fireproof.d.ts.map +1 -0
  198. package/react/use-fireproof.js +20 -0
  199. package/react/use-fireproof.js.map +1 -0
  200. package/react/use-live-query.d.ts +4 -0
  201. package/react/use-live-query.d.ts.map +1 -0
  202. package/react/use-live-query.js +27 -0
  203. package/react/use-live-query.js.map +1 -0
  204. package/runtime/files.d.ts +12 -0
  205. package/runtime/files.d.ts.map +1 -0
  206. package/runtime/files.js +29 -0
  207. package/runtime/files.js.map +1 -0
  208. package/runtime/gateways/cloud/gateway.d.ts +42 -0
  209. package/runtime/gateways/cloud/gateway.d.ts.map +1 -0
  210. package/runtime/gateways/cloud/gateway.js +529 -0
  211. package/runtime/gateways/cloud/gateway.js.map +1 -0
  212. package/runtime/gateways/cloud/index.d.ts +3 -0
  213. package/runtime/gateways/cloud/index.d.ts.map +1 -0
  214. package/runtime/gateways/cloud/index.js +3 -0
  215. package/runtime/gateways/cloud/index.js.map +1 -0
  216. package/runtime/gateways/cloud/to-cloud.d.ts +46 -0
  217. package/runtime/gateways/cloud/to-cloud.d.ts.map +1 -0
  218. package/runtime/gateways/cloud/to-cloud.js +159 -0
  219. package/runtime/gateways/cloud/to-cloud.js.map +1 -0
  220. package/runtime/gateways/def-serde-gateway.d.ts +18 -0
  221. package/runtime/gateways/def-serde-gateway.d.ts.map +1 -0
  222. package/runtime/gateways/def-serde-gateway.js +92 -0
  223. package/runtime/gateways/def-serde-gateway.js.map +1 -0
  224. package/runtime/gateways/file/deno/deno-filesystem.d.ts +27 -0
  225. package/runtime/gateways/file/deno/deno-filesystem.d.ts.map +1 -0
  226. package/runtime/gateways/file/deno/deno-filesystem.js +52 -0
  227. package/runtime/gateways/file/deno/deno-filesystem.js.map +1 -0
  228. package/runtime/gateways/file/deno/get-sys-file-system.d.ts +4 -0
  229. package/runtime/gateways/file/deno/get-sys-file-system.d.ts.map +1 -0
  230. package/runtime/gateways/file/deno/get-sys-file-system.js +11 -0
  231. package/runtime/gateways/file/deno/get-sys-file-system.js.map +1 -0
  232. package/runtime/gateways/file/deno/index.d.ts +2 -0
  233. package/runtime/gateways/file/deno/index.d.ts.map +1 -0
  234. package/runtime/gateways/file/deno/index.js +2 -0
  235. package/runtime/gateways/file/deno/index.js.map +1 -0
  236. package/runtime/gateways/file/gateway-impl.d.ts +18 -0
  237. package/runtime/gateways/file/gateway-impl.d.ts.map +1 -0
  238. package/runtime/gateways/file/gateway-impl.js +121 -0
  239. package/runtime/gateways/file/gateway-impl.js.map +1 -0
  240. package/runtime/gateways/file/index.d.ts +3 -0
  241. package/runtime/gateways/file/index.d.ts.map +1 -0
  242. package/runtime/gateways/file/index.js +3 -0
  243. package/runtime/gateways/file/index.js.map +1 -0
  244. package/runtime/gateways/file/key-bag-file.d.ts +19 -0
  245. package/runtime/gateways/file/key-bag-file.d.ts.map +1 -0
  246. package/runtime/gateways/file/key-bag-file.js +40 -0
  247. package/runtime/gateways/file/key-bag-file.js.map +1 -0
  248. package/runtime/gateways/file/node/get-sys-file-system.d.ts +4 -0
  249. package/runtime/gateways/file/node/get-sys-file-system.d.ts.map +1 -0
  250. package/runtime/gateways/file/node/get-sys-file-system.js +11 -0
  251. package/runtime/gateways/file/node/get-sys-file-system.js.map +1 -0
  252. package/runtime/gateways/file/node/index.d.ts +2 -0
  253. package/runtime/gateways/file/node/index.d.ts.map +1 -0
  254. package/runtime/gateways/file/node/index.js +2 -0
  255. package/runtime/gateways/file/node/index.js.map +1 -0
  256. package/runtime/gateways/file/node/node-filesystem.d.ts +32 -0
  257. package/runtime/gateways/file/node/node-filesystem.d.ts.map +1 -0
  258. package/runtime/gateways/file/node/node-filesystem.js +33 -0
  259. package/runtime/gateways/file/node/node-filesystem.js.map +1 -0
  260. package/runtime/gateways/file/node/to-array-buffer.d.ts +2 -0
  261. package/runtime/gateways/file/node/to-array-buffer.d.ts.map +1 -0
  262. package/runtime/gateways/file/node/to-array-buffer.js +12 -0
  263. package/runtime/gateways/file/node/to-array-buffer.js.map +1 -0
  264. package/runtime/gateways/file/sys-file-system-factory.d.ts +4 -0
  265. package/runtime/gateways/file/sys-file-system-factory.d.ts.map +1 -0
  266. package/runtime/gateways/file/sys-file-system-factory.js +13 -0
  267. package/runtime/gateways/file/sys-file-system-factory.js.map +1 -0
  268. package/runtime/gateways/file/utils.d.ts +5 -0
  269. package/runtime/gateways/file/utils.d.ts.map +1 -0
  270. package/runtime/gateways/file/utils.js +27 -0
  271. package/runtime/gateways/file/utils.js.map +1 -0
  272. package/runtime/gateways/file/version.d.ts +2 -0
  273. package/runtime/gateways/file/version.d.ts.map +1 -0
  274. package/runtime/gateways/file/version.js +2 -0
  275. package/runtime/gateways/file/version.js.map +1 -0
  276. package/runtime/gateways/fp-envelope-serialize.d.ts +50 -0
  277. package/runtime/gateways/fp-envelope-serialize.d.ts.map +1 -0
  278. package/runtime/gateways/fp-envelope-serialize.js +141 -0
  279. package/runtime/gateways/fp-envelope-serialize.js.map +1 -0
  280. package/runtime/gateways/index.d.ts +6 -0
  281. package/runtime/gateways/index.d.ts.map +1 -0
  282. package/runtime/gateways/index.js +6 -0
  283. package/runtime/gateways/index.js.map +1 -0
  284. package/runtime/gateways/indexeddb/gateway-impl.d.ts +22 -0
  285. package/runtime/gateways/indexeddb/gateway-impl.d.ts.map +1 -0
  286. package/runtime/gateways/indexeddb/gateway-impl.js +147 -0
  287. package/runtime/gateways/indexeddb/gateway-impl.js.map +1 -0
  288. package/runtime/gateways/indexeddb/index.d.ts +6 -0
  289. package/runtime/gateways/indexeddb/index.d.ts.map +1 -0
  290. package/runtime/gateways/indexeddb/index.js +6 -0
  291. package/runtime/gateways/indexeddb/index.js.map +1 -0
  292. package/runtime/gateways/indexeddb/key-bag-indexeddb.d.ts +15 -0
  293. package/runtime/gateways/indexeddb/key-bag-indexeddb.d.ts.map +1 -0
  294. package/runtime/gateways/indexeddb/key-bag-indexeddb.js +42 -0
  295. package/runtime/gateways/indexeddb/key-bag-indexeddb.js.map +1 -0
  296. package/runtime/gateways/indexeddb-version.d.ts +2 -0
  297. package/runtime/gateways/indexeddb-version.d.ts.map +1 -0
  298. package/runtime/gateways/indexeddb-version.js +2 -0
  299. package/runtime/gateways/indexeddb-version.js.map +1 -0
  300. package/runtime/gateways/memory/gateway.d.ts +18 -0
  301. package/runtime/gateways/memory/gateway.d.ts.map +1 -0
  302. package/runtime/gateways/memory/gateway.js +73 -0
  303. package/runtime/gateways/memory/gateway.js.map +1 -0
  304. package/runtime/gateways/memory/version.d.ts +2 -0
  305. package/runtime/gateways/memory/version.d.ts.map +1 -0
  306. package/runtime/gateways/memory/version.js +2 -0
  307. package/runtime/gateways/memory/version.js.map +1 -0
  308. package/runtime/index.d.ts +13 -0
  309. package/runtime/index.d.ts.map +1 -0
  310. package/runtime/index.js +13 -0
  311. package/runtime/index.js.map +1 -0
  312. package/runtime/key-bag-memory.d.ts +12 -0
  313. package/runtime/key-bag-memory.d.ts.map +1 -0
  314. package/runtime/key-bag-memory.js +23 -0
  315. package/runtime/key-bag-memory.js.map +1 -0
  316. package/runtime/key-bag.d.ts +85 -0
  317. package/runtime/key-bag.d.ts.map +1 -0
  318. package/runtime/key-bag.js +411 -0
  319. package/runtime/key-bag.js.map +1 -0
  320. package/runtime/keyed-crypto.d.ts +19 -0
  321. package/runtime/keyed-crypto.d.ts.map +1 -0
  322. package/runtime/keyed-crypto.js +192 -0
  323. package/runtime/keyed-crypto.js.map +1 -0
  324. package/runtime/memory-sys-container.d.ts +2 -0
  325. package/runtime/memory-sys-container.d.ts.map +1 -0
  326. package/runtime/memory-sys-container.js +2 -0
  327. package/runtime/memory-sys-container.js.map +1 -0
  328. package/runtime/meta-key-hack.d.ts +42 -0
  329. package/runtime/meta-key-hack.d.ts.map +1 -0
  330. package/runtime/meta-key-hack.js +201 -0
  331. package/runtime/meta-key-hack.js.map +1 -0
  332. package/runtime/sts-service/index.d.ts +40 -0
  333. package/runtime/sts-service/index.d.ts.map +1 -0
  334. package/runtime/sts-service/index.js +102 -0
  335. package/runtime/sts-service/index.js.map +1 -0
  336. package/runtime/sys-container.d.ts +2 -0
  337. package/runtime/sys-container.d.ts.map +1 -0
  338. package/runtime/sys-container.js +2 -0
  339. package/runtime/sys-container.js.map +1 -0
  340. package/runtime/wait-pr-multiformats/block.d.ts +47 -0
  341. package/runtime/wait-pr-multiformats/block.d.ts.map +1 -0
  342. package/runtime/wait-pr-multiformats/block.js +64 -0
  343. package/runtime/wait-pr-multiformats/block.js.map +1 -0
  344. package/runtime/wait-pr-multiformats/codec-interface.d.ts +29 -0
  345. package/runtime/wait-pr-multiformats/codec-interface.d.ts.map +1 -0
  346. package/runtime/wait-pr-multiformats/codec-interface.js +2 -0
  347. package/runtime/wait-pr-multiformats/codec-interface.js.map +1 -0
  348. package/runtime/wait-pr-multiformats/index.d.ts +3 -0
  349. package/runtime/wait-pr-multiformats/index.d.ts.map +1 -0
  350. package/runtime/wait-pr-multiformats/index.js +3 -0
  351. package/runtime/wait-pr-multiformats/index.js.map +1 -0
  352. package/tests/blockstore/interceptor-gateway.test.ts +10 -9
  353. package/tests/blockstore/keyed-crypto.test.ts +2 -2
  354. package/tests/blockstore/loader.test.ts +68 -51
  355. package/tests/blockstore/standalone.test.ts +152 -0
  356. package/tests/blockstore/store.test.ts +16 -9
  357. package/tests/blockstore/transaction.test.ts +19 -16
  358. package/tests/fireproof/all-gateway.test.ts +12 -27
  359. package/tests/fireproof/attachable.test.ts +428 -97
  360. package/tests/fireproof/crdt.test.ts +23 -0
  361. package/tests/fireproof/database.test.ts +13 -12
  362. package/tests/fireproof/fireproof.test.ts +2 -5
  363. package/tests/fireproof/indexer.test.ts +4 -0
  364. package/tests/helpers.ts +30 -14
  365. package/tests/react/img-file.test.tsx +0 -9
  366. package/tests/react/use-fireproof-stability.test.tsx +5 -5
  367. package/tests/react/use-fireproof.test.tsx +18 -13
  368. package/tests/runtime/meta-key-hack.test.ts +7 -6
  369. package/tests/setup.indexeddb.ts +0 -9
  370. package/types.d.ts +460 -0
  371. package/types.d.ts.map +1 -0
  372. package/types.js +60 -0
  373. package/types.js.map +1 -0
  374. package/use-fireproof/iframe-strategy.d.ts +13 -0
  375. package/use-fireproof/iframe-strategy.d.ts.map +1 -0
  376. package/use-fireproof/iframe-strategy.js +83 -0
  377. package/use-fireproof/iframe-strategy.js.map +1 -0
  378. package/use-fireproof/index.d.ts +10 -0
  379. package/use-fireproof/index.d.ts.map +1 -0
  380. package/use-fireproof/index.js +16 -0
  381. package/use-fireproof/index.js.map +1 -0
  382. package/use-fireproof/redirect-strategy.d.ts +8 -0
  383. package/use-fireproof/redirect-strategy.d.ts.map +1 -0
  384. package/use-fireproof/redirect-strategy.js +31 -0
  385. package/use-fireproof/redirect-strategy.js.map +1 -0
  386. package/utils.d.ts +45 -0
  387. package/utils.d.ts.map +1 -0
  388. package/utils.js +406 -0
  389. package/utils.js.map +1 -0
  390. package/version.d.ts +2 -0
  391. package/version.d.ts.map +1 -0
  392. package/version.js +4 -0
  393. package/version.js.map +1 -0
  394. package/write-queue.d.ts +9 -0
  395. package/write-queue.d.ts.map +1 -0
  396. package/write-queue.js +70 -0
  397. package/write-queue.js.map +1 -0
  398. package/deno/index.d.ts +0 -7
  399. package/deno/index.js +0 -67
  400. package/deno/index.js.map +0 -1
  401. package/deno/metafile-esm.json +0 -1
  402. package/index.cjs +0 -7275
  403. package/index.cjs.map +0 -1
  404. package/index.d.cts +0 -2741
  405. package/indexeddb/index.cjs +0 -218
  406. package/indexeddb/index.cjs.map +0 -1
  407. package/indexeddb/index.d.cts +0 -30
  408. package/indexeddb/index.d.ts +0 -30
  409. package/indexeddb/index.js +0 -195
  410. package/indexeddb/index.js.map +0 -1
  411. package/indexeddb/metafile-cjs.json +0 -1
  412. package/indexeddb/metafile-esm.json +0 -1
  413. package/metafile-cjs.json +0 -1
  414. package/metafile-esm.json +0 -1
  415. package/node/index.cjs +0 -93
  416. package/node/index.cjs.map +0 -1
  417. package/node/index.d.cts +0 -7
  418. package/node/index.d.ts +0 -7
  419. package/node/index.js +0 -60
  420. package/node/index.js.map +0 -1
  421. package/node/metafile-cjs.json +0 -1
  422. package/node/metafile-esm.json +0 -1
  423. package/react/index.cjs +0 -392
  424. package/react/index.cjs.map +0 -1
  425. package/react/metafile-cjs.json +0 -1
  426. package/react/metafile-esm.json +0 -1
  427. package/tests/www/gallery.html +0 -132
  428. package/tests/www/iife.html +0 -42
  429. package/tests/www/todo-aws.html +0 -232
  430. package/tests/www/todo-ipfs.html +0 -213
  431. package/tests/www/todo-local.html +0 -214
  432. package/tests/www/todo-netlify.html +0 -227
  433. package/tests/www/todo.html +0 -254
@@ -0,0 +1,256 @@
1
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
3
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
5
+ };
6
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
7
+ if (kind === "m") throw new TypeError("Private method is not writable");
8
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
9
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
10
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
11
+ };
12
+ var _CarTransactionImpl_memblock, _CarTransactionImpl_hackUnshift;
13
+ import { isCarBlockItemReady, } from "./types.js";
14
+ import { Loader } from "./loader.js";
15
+ import { falsyToUndef } from "../types.js";
16
+ import { ensureStoreEnDeFile, toStoreRuntime } from "./store-factory.js";
17
+ import { toCryptoRuntime } from "@adviser/cement";
18
+ import { ensureLogger, ensureSuperThis } from "../utils.js";
19
+ export class CarTransactionImpl {
20
+ constructor(parent, opts = { add: true, noLoader: false }) {
21
+ _CarTransactionImpl_memblock.set(this, new Map());
22
+ _CarTransactionImpl_hackUnshift.set(this, void 0);
23
+ if (opts.add) {
24
+ parent.transactions.add(this);
25
+ }
26
+ this.parent = parent;
27
+ }
28
+ async get(cid) {
29
+ const sg = await this.superGet(cid);
30
+ if (sg)
31
+ return sg;
32
+ return await this.parent.get(cid);
33
+ }
34
+ async superGet(cid) {
35
+ return __classPrivateFieldGet(this, _CarTransactionImpl_memblock, "f").get(cid.toString());
36
+ }
37
+ async put(fb) {
38
+ return this.putSync(fb);
39
+ }
40
+ putSync(fb) {
41
+ __classPrivateFieldGet(this, _CarTransactionImpl_memblock, "f").set(fb.cid.toString(), fb);
42
+ }
43
+ unshift(fb) {
44
+ if (__classPrivateFieldGet(this, _CarTransactionImpl_hackUnshift, "f")) {
45
+ throw new Error("unshift already called");
46
+ }
47
+ __classPrivateFieldSet(this, _CarTransactionImpl_hackUnshift, fb, "f");
48
+ }
49
+ async *entries() {
50
+ if (__classPrivateFieldGet(this, _CarTransactionImpl_hackUnshift, "f")) {
51
+ yield __classPrivateFieldGet(this, _CarTransactionImpl_hackUnshift, "f");
52
+ }
53
+ for await (const blk of __classPrivateFieldGet(this, _CarTransactionImpl_memblock, "f").values()) {
54
+ yield blk;
55
+ }
56
+ }
57
+ }
58
+ _CarTransactionImpl_memblock = new WeakMap(), _CarTransactionImpl_hackUnshift = new WeakMap();
59
+ export function defaultedBlockstoreRuntime(sthis, opts, component, ctx) {
60
+ const logger = ensureLogger(sthis, component, ctx);
61
+ return {
62
+ applyMeta: (meta, snap) => {
63
+ return Promise.resolve();
64
+ },
65
+ compact: async (blocks) => {
66
+ return {};
67
+ },
68
+ autoCompact: 100,
69
+ public: false,
70
+ threshold: 1000 * 1000,
71
+ ...opts,
72
+ logger,
73
+ keyBag: opts.keyBag || {},
74
+ crypto: toCryptoRuntime(opts.crypto),
75
+ storeUrls: opts.storeUrls,
76
+ taskManager: {
77
+ removeAfter: 3,
78
+ retryTimeout: 50,
79
+ ...opts.taskManager,
80
+ },
81
+ storeRuntime: toStoreRuntime(sthis, ensureStoreEnDeFile(opts.storeEnDeFile)),
82
+ };
83
+ }
84
+ export class BaseBlockstoreImpl {
85
+ ready() {
86
+ return Promise.resolve();
87
+ }
88
+ async close() {
89
+ }
90
+ async destroy() {
91
+ }
92
+ async compact() {
93
+ }
94
+ constructor(ebOpts, crdt) {
95
+ this.transactions = new Set();
96
+ this.sthis = ensureSuperThis(ebOpts);
97
+ this.crdtParent = crdt;
98
+ this.ebOpts = defaultedBlockstoreRuntime(this.sthis, ebOpts, "BaseBlockstore");
99
+ this.logger = this.ebOpts.logger;
100
+ this.loader = new Loader(this.sthis, ebOpts, this);
101
+ }
102
+ async get(cid) {
103
+ if (!cid)
104
+ throw this.logger.Error().Msg("required cid").AsError();
105
+ for (const f of this.transactions) {
106
+ const v = await f.superGet(cid);
107
+ if (v)
108
+ return v;
109
+ }
110
+ }
111
+ async put(fp) {
112
+ throw this.logger.Error().Msg("use a transaction to put").AsError();
113
+ }
114
+ async transaction(fn, _opts) {
115
+ this.logger.Debug().Msg("enter transaction");
116
+ const t = new CarTransactionImpl(this, _opts);
117
+ this.logger.Debug().Msg("post CarTransaction");
118
+ const done = await fn(t);
119
+ this.logger.Debug().Msg("post fn");
120
+ this.lastTxMeta = done;
121
+ return { t, meta: done };
122
+ }
123
+ openTransaction(opts = { add: true, noLoader: false }) {
124
+ return new CarTransactionImpl(this, opts);
125
+ }
126
+ async commitTransaction(t, done, opts) {
127
+ if (!this.loader)
128
+ throw this.logger.Error().Msg("loader required to commit").AsError();
129
+ const cars = await this.loader.commit(t, done, opts);
130
+ if (this.ebOpts.autoCompact && this.loader.carLog.length > this.ebOpts.autoCompact) {
131
+ setTimeout(() => void this.compact(), 10);
132
+ }
133
+ if (cars) {
134
+ this.transactions.delete(t);
135
+ return { meta: done, cars, t };
136
+ }
137
+ throw this.logger.Error().Msg("failed to commit car files").AsError();
138
+ }
139
+ async *entries() {
140
+ const seen = new Set();
141
+ for (const t of this.transactions) {
142
+ for await (const blk of t.entries()) {
143
+ if (seen.has(blk.cid.toString()))
144
+ continue;
145
+ seen.add(blk.cid.toString());
146
+ yield blk;
147
+ }
148
+ }
149
+ }
150
+ }
151
+ export class EncryptedBlockstore extends BaseBlockstoreImpl {
152
+ ready() {
153
+ return this.loader.ready();
154
+ }
155
+ close() {
156
+ return this.loader.close();
157
+ }
158
+ destroy() {
159
+ return this.loader.destroy();
160
+ }
161
+ constructor(sthis, ebOpts, crdt) {
162
+ super(ebOpts, crdt);
163
+ this.compacting = false;
164
+ this.logger = ensureLogger(this.sthis, "EncryptedBlockstore", {
165
+ this: 1,
166
+ });
167
+ }
168
+ async get(cid) {
169
+ const got = await super.get(cid);
170
+ if (got)
171
+ return got;
172
+ const ret = await this.loader.getBlock(cid, this.loader.attachedStores.local());
173
+ return ret;
174
+ }
175
+ async transaction(fn, opts = { noLoader: false }) {
176
+ this.logger.Debug().Msg("enter transaction");
177
+ const { t, meta: done } = await super.transaction(fn);
178
+ this.logger.Debug().Msg("post super.transaction");
179
+ const cars = await this.loader.commit(t, done, opts);
180
+ this.logger.Debug().Msg("post this.loader.commit");
181
+ if (this.ebOpts.autoCompact && this.loader.carLog.length > this.ebOpts.autoCompact) {
182
+ setTimeout(() => void this.compact(), 10);
183
+ }
184
+ if (cars) {
185
+ this.transactions.delete(t);
186
+ return { meta: done, cars, t };
187
+ }
188
+ throw this.logger.Error().Msg("failed to commit car files").AsError();
189
+ }
190
+ async getFile(car, cid) {
191
+ await this.ready();
192
+ if (!this.loader)
193
+ throw this.logger.Error().Msg("loader required to get file, ledger must be named").AsError();
194
+ const reader = await this.loader.loadFileCar(car, this.loader.attachedStores.local());
195
+ if (!isCarBlockItemReady(reader)) {
196
+ throw this.logger.Error().Str("cid", car.toString()).Msg("car not ready").AsError();
197
+ }
198
+ const block = await reader.item.value.car.blocks.find((i) => i.cid.equals(cid));
199
+ if (!block)
200
+ throw this.logger.Error().Str("cid", cid.toString()).Msg(`Missing block`).AsError();
201
+ return block.bytes;
202
+ }
203
+ async compact() {
204
+ await this.ready();
205
+ if (!this.loader)
206
+ throw this.logger.Error().Msg("loader required to compact").AsError();
207
+ if (this.loader.carLog.length < 2)
208
+ return;
209
+ const compactFn = this.ebOpts.compact || ((blocks) => this.defaultCompact(blocks, this.logger));
210
+ if (!compactFn || this.compacting)
211
+ return;
212
+ const blockLog = new CompactionFetcher(this);
213
+ this.compacting = true;
214
+ const meta = await compactFn(blockLog);
215
+ await this.loader.commit(blockLog.loggedBlocks, meta, {
216
+ compact: true,
217
+ noLoader: true,
218
+ });
219
+ this.compacting = false;
220
+ }
221
+ async defaultCompact(blocks, logger) {
222
+ if (!this.loader) {
223
+ throw logger.Error().Msg("no loader").AsError();
224
+ }
225
+ if (!this.lastTxMeta) {
226
+ throw logger.Error().Msg("no lastTxMeta").AsError();
227
+ }
228
+ for await (const blk of this.loader.entries(false)) {
229
+ blocks.loggedBlocks.putSync(blk);
230
+ }
231
+ for (const t of this.transactions) {
232
+ for await (const blk of t.entries()) {
233
+ blocks.loggedBlocks.putSync(blk);
234
+ }
235
+ }
236
+ return this.lastTxMeta;
237
+ }
238
+ async *entries() {
239
+ for await (const blk of this.loader.entries()) {
240
+ yield blk;
241
+ }
242
+ }
243
+ }
244
+ export class CompactionFetcher {
245
+ constructor(blocks) {
246
+ this.blockstore = blocks;
247
+ this.loggedBlocks = new CarTransactionImpl(blocks);
248
+ }
249
+ async get(cid) {
250
+ const block = await this.blockstore.get(cid);
251
+ if (block)
252
+ this.loggedBlocks.putSync(block);
253
+ return falsyToUndef(block);
254
+ }
255
+ }
256
+ //# sourceMappingURL=transaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.js","sourceRoot":"","sources":["../../../../src/blockstore/transaction.ts"],"names":[],"mappings":"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"}