datahike 0.8.1812 → 0.8.1813

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 (103) hide show
  1. package/boring.data.js +3 -3
  2. package/boring.options.js +4 -4
  3. package/browser/datahike.js +3770 -3765
  4. package/cljs.cache.js +5 -5
  5. package/cljs.cache.wrapped.js +2 -2
  6. package/cljs.core.async.impl.channels.js +2 -2
  7. package/cljs.core.async.impl.ioc_helpers.js +1 -1
  8. package/cljs.core.async.impl.timers.js +3 -3
  9. package/cljs.core.async.js +9 -9
  10. package/cljs.core.js +340 -340
  11. package/cljs.reader.js +9 -9
  12. package/cljs.spec.alpha.js +63 -63
  13. package/cljs.tools.reader.edn.js +20 -20
  14. package/cljs.tools.reader.impl.commons.js +3 -3
  15. package/cljs.tools.reader.impl.errors.js +6 -6
  16. package/cljs.tools.reader.impl.inspect.js +4 -4
  17. package/cljs.tools.reader.impl.utils.js +2 -2
  18. package/cljs_env.js +5 -5
  19. package/cljs_node_io.core.js +9 -9
  20. package/cljs_node_io.file.js +21 -21
  21. package/cljs_node_io.fs.js +1 -1
  22. package/clojure.data.js +7 -7
  23. package/clojure.string.js +6 -6
  24. package/clojure.walk.js +26 -27
  25. package/datahike.api.impl.js +31 -31
  26. package/datahike.api.js +14 -14
  27. package/datahike.api.specification.js +80 -80
  28. package/datahike.api.types.js +17 -17
  29. package/datahike.array.js +5 -5
  30. package/datahike.config.js +30 -30
  31. package/datahike.connections.js +4 -4
  32. package/datahike.connector.js +79 -79
  33. package/datahike.constants.js +2 -2
  34. package/datahike.core.js +1 -1
  35. package/datahike.datom.js +9 -9
  36. package/datahike.db.interface.js +8 -8
  37. package/datahike.db.js +61 -61
  38. package/datahike.db.search.js +39 -39
  39. package/datahike.db.transaction.js +1 -1
  40. package/datahike.db.utils.js +29 -29
  41. package/datahike.gc.js +12 -12
  42. package/datahike.gc_guard.js +1 -1
  43. package/datahike.gc_roots.js +1 -1
  44. package/datahike.impl.entity.js +12 -12
  45. package/datahike.index.interface.js +11 -11
  46. package/datahike.index.persistent_set.js +154 -154
  47. package/datahike.index.persistent_set.warm.js +1 -1
  48. package/datahike.index.secondary.js +3 -3
  49. package/datahike.js.api.js +230 -230
  50. package/datahike.lru.js +4 -4
  51. package/datahike.online_gc.js +3 -3
  52. package/datahike.optimistic.js +13 -13
  53. package/datahike.pull_api.js +3 -3
  54. package/datahike.query.estimate.js +1 -1
  55. package/datahike.query.execute.js +1 -1
  56. package/datahike.query.js +1257 -1257
  57. package/datahike.query.lower.js +2 -2
  58. package/datahike.query.plan.js +1 -1
  59. package/datahike.query.relation.js +1 -1
  60. package/datahike.query_stats.js +1 -1
  61. package/datahike.readers.js +12 -12
  62. package/datahike.schema.js +22 -22
  63. package/datahike.schema_cache.js +3 -3
  64. package/datahike.store.js +55 -55
  65. package/datahike.tools.js +2 -2
  66. package/datahike.tx_preds.js +1 -1
  67. package/datahike.versioning.js +4 -4
  68. package/datahike.writer.js +714 -708
  69. package/datahike.writing.js +49 -49
  70. package/datalog.parser.impl.js +1 -1
  71. package/datalog.parser.pull.js +2 -2
  72. package/datalog.parser.type.js +17 -17
  73. package/environ.core.js +4 -4
  74. package/fress.reader.js +3 -3
  75. package/fress.util.js +6 -6
  76. package/fress.writer.js +7 -7
  77. package/hasch.benc.js +2 -2
  78. package/hasch.core.js +6 -6
  79. package/hasch.platform.js +13 -13
  80. package/is.simm.partial_cps.sequence.js +5 -5
  81. package/konserve.compressor.js +9 -9
  82. package/konserve.core.js +35 -35
  83. package/konserve.encryptor.js +6 -6
  84. package/konserve.gc.js +1 -1
  85. package/konserve.impl.defaults.js +4 -4
  86. package/konserve.node_filestore.js +530 -530
  87. package/konserve.protocols.js +1 -1
  88. package/konserve.serializers.js +13 -13
  89. package/konserve.store.js +73 -73
  90. package/konserve.tiered.js +1 -1
  91. package/konserve.utils.js +3 -3
  92. package/malli.core.js +201 -201
  93. package/malli.error.js +31 -31
  94. package/malli.impl.regex.js +1 -1
  95. package/org.replikativ.persistent_sorted_set.btset.js +331 -331
  96. package/org.replikativ.persistent_sorted_set.fressian.js +4 -4
  97. package/package.json +1 -1
  98. package/replikativ.logging.js +2 -0
  99. package/s3/datahike.js +4340 -4334
  100. package/superv.async.js +16 -16
  101. package/tailrecursion.priority_map.js +13 -13
  102. package/taoensso.trove.console.js +3 -3
  103. package/taoensso.trove.js +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.