datahike 0.8.1813 → 0.8.1814

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 (87) hide show
  1. package/boring.data.js +2 -2
  2. package/boring.options.js +7 -7
  3. package/browser/datahike.js +784 -784
  4. package/cljs.cache.js +5 -5
  5. package/cljs.cache.wrapped.js +1 -1
  6. package/cljs.core.async.impl.channels.js +2 -2
  7. package/cljs.core.js +153 -153
  8. package/cljs.reader.js +8 -8
  9. package/cljs.spec.alpha.js +70 -73
  10. package/cljs.tools.reader.edn.js +26 -26
  11. package/cljs.tools.reader.impl.commons.js +7 -7
  12. package/cljs.tools.reader.impl.errors.js +9 -9
  13. package/cljs.tools.reader.impl.inspect.js +4 -4
  14. package/cljs.tools.reader.impl.utils.js +2 -2
  15. package/cljs.tools.reader.js +2 -2
  16. package/cljs.tools.reader.reader_types.js +1 -1
  17. package/cljs_node_io.core.js +5 -5
  18. package/cljs_node_io.file.js +6 -6
  19. package/clojure.data.js +14 -14
  20. package/clojure.set.js +1 -1
  21. package/clojure.string.js +9 -6
  22. package/clojure.walk.js +26 -25
  23. package/datahike.api.impl.js +15 -15
  24. package/datahike.api.js +13 -13
  25. package/datahike.api.specification.js +76 -76
  26. package/datahike.api.types.js +12 -12
  27. package/datahike.array.js +4 -4
  28. package/datahike.config.js +29 -29
  29. package/datahike.connections.js +4 -4
  30. package/datahike.connector.js +64 -64
  31. package/datahike.constants.js +1 -1
  32. package/datahike.datom.js +5 -5
  33. package/datahike.db.interface.js +4 -4
  34. package/datahike.db.js +48 -48
  35. package/datahike.db.search.js +17 -17
  36. package/datahike.db.utils.js +25 -25
  37. package/datahike.gc.js +1 -1
  38. package/datahike.gc_guard.js +1 -1
  39. package/datahike.impl.entity.js +5 -5
  40. package/datahike.index.interface.js +11 -11
  41. package/datahike.index.persistent_set.js +100 -100
  42. package/datahike.index.secondary.js +2 -2
  43. package/datahike.js.api.js +145 -145
  44. package/datahike.lru.js +3 -3
  45. package/datahike.pull_api.js +5 -5
  46. package/datahike.query.js +826 -826
  47. package/datahike.readers.js +6 -6
  48. package/datahike.schema.js +29 -29
  49. package/datahike.schema_cache.js +2 -2
  50. package/datahike.store.js +29 -29
  51. package/datahike.tools.js +1 -1
  52. package/datahike.writer.js +563 -563
  53. package/datahike.writing.js +31 -31
  54. package/datalog.parser.pull.js +2 -2
  55. package/datalog.parser.type.js +16 -16
  56. package/environ.core.js +4 -4
  57. package/fress.reader.js +2 -2
  58. package/fress.util.js +6 -6
  59. package/fress.writer.js +2 -2
  60. package/hasch.benc.js +1 -1
  61. package/hasch.platform.js +12 -12
  62. package/is.simm.partial_cps.sequence.js +1 -1
  63. package/konserve.compressor.js +6 -6
  64. package/konserve.core.js +24 -24
  65. package/konserve.encryptor.js +7 -7
  66. package/konserve.impl.defaults.js +1 -1
  67. package/konserve.node_filestore.js +358 -358
  68. package/konserve.protocols.js +1 -1
  69. package/konserve.serializers.js +12 -12
  70. package/konserve.store.js +46 -46
  71. package/konserve.tiered.js +1 -1
  72. package/konserve.utils.js +4 -4
  73. package/malli.core.js +267 -267
  74. package/malli.error.js +32 -32
  75. package/malli.impl.util.js +1 -1
  76. package/malli.registry.js +1 -1
  77. package/malli.util.js +1 -1
  78. package/org.replikativ.persistent_sorted_set.btset.js +223 -223
  79. package/org.replikativ.persistent_sorted_set.fressian.js +4 -4
  80. package/org.replikativ.persistent_sorted_set.js +1 -1
  81. package/package.json +1 -1
  82. package/replikativ.logging.js +1 -1
  83. package/s3/datahike.js +2827 -2827
  84. package/superv.async.js +9 -9
  85. package/tailrecursion.priority_map.js +5 -5
  86. package/taoensso.trove.console.js +2 -2
  87. 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.