datahike 0.8.1821 → 0.8.1822
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.
- package/boring.core.js +2 -2
- package/boring.data.js +7 -7
- package/boring.options.js +16 -16
- package/boring.reader.js +4 -4
- package/boring.writer.js +2 -2
- package/browser/datahike.js +2864 -2864
- package/cljs.cache.js +10 -10
- package/cljs.cache.wrapped.js +7 -7
- package/cljs.core.async.impl.channels.js +8 -8
- package/cljs.core.async.impl.timers.js +4 -4
- package/cljs.core.async.js +10 -10
- package/cljs.core.js +195 -195
- package/cljs.reader.js +9 -9
- package/cljs.spec.alpha.js +74 -71
- package/cljs.tools.reader.edn.js +26 -26
- package/cljs.tools.reader.impl.commons.js +7 -7
- package/cljs.tools.reader.impl.errors.js +10 -10
- package/cljs.tools.reader.impl.inspect.js +4 -4
- package/cljs.tools.reader.impl.utils.js +3 -3
- package/cljs.tools.reader.js +2 -2
- package/cljs.tools.reader.reader_types.js +1 -1
- package/cljs_env.js +6 -6
- package/cljs_node_io.core.js +9 -9
- package/cljs_node_io.file.js +17 -17
- package/cljs_node_io.fs.js +1 -1
- package/clojure.data.js +14 -14
- package/clojure.set.js +1 -1
- package/clojure.string.js +8 -11
- package/clojure.walk.js +26 -26
- package/datahike.api.impl.js +31 -31
- package/datahike.api.js +13 -13
- package/datahike.api.specification.js +89 -89
- package/datahike.api.types.js +17 -17
- package/datahike.array.js +8 -8
- package/datahike.attr_preds.js +1 -1
- package/datahike.bitemporal.predicate.js +1 -1
- package/datahike.config.js +50 -50
- package/datahike.connections.js +6 -6
- package/datahike.connector.js +78 -78
- package/datahike.constants.js +21 -21
- package/datahike.core.js +1 -1
- package/datahike.datom.js +21 -21
- package/datahike.db.interface.js +12 -12
- package/datahike.db.js +88 -88
- package/datahike.db.search.js +50 -50
- package/datahike.db.transaction.js +12 -12
- package/datahike.db.utils.js +49 -49
- package/datahike.gc.js +12 -12
- package/datahike.gc_guard.js +1 -1
- package/datahike.gc_roots.js +3 -3
- package/datahike.impl.entity.js +15 -15
- package/datahike.index.interface.js +12 -12
- package/datahike.index.js +1 -1
- package/datahike.index.persistent_set.js +153 -153
- package/datahike.index.persistent_set.warm.js +2 -2
- package/datahike.index.secondary.js +3 -3
- package/datahike.js.api.js +220 -220
- package/datahike.lru.js +7 -7
- package/datahike.migrate.ids.js +1 -1
- package/datahike.online_gc.js +3 -3
- package/datahike.optimistic.js +13 -13
- package/datahike.pull_api.js +7 -7
- package/datahike.query.analyze.js +4 -4
- package/datahike.query.estimate.js +3 -3
- package/datahike.query.execute.js +8 -8
- package/datahike.query.ir.js +5 -5
- package/datahike.query.js +1259 -1259
- package/datahike.query.logical.js +2 -2
- package/datahike.query.lower.js +2 -2
- package/datahike.query.plan.js +12 -12
- package/datahike.query.relation.js +2 -2
- package/datahike.query_stats.js +1 -1
- package/datahike.readers.js +12 -12
- package/datahike.schema.js +48 -48
- package/datahike.schema_cache.js +2 -2
- package/datahike.store.js +48 -48
- package/datahike.tools.js +6 -6
- package/datahike.tx_preds.js +1 -1
- package/datahike.versioning.js +4 -4
- package/datahike.writer.js +684 -684
- package/datahike.writing.js +42 -42
- package/datalog.parser.impl.js +4 -4
- package/datalog.parser.impl.proto.js +1 -1
- package/datalog.parser.impl.util.js +1 -1
- package/datalog.parser.js +1 -1
- package/datalog.parser.pull.js +3 -3
- package/datalog.parser.type.js +29 -29
- package/environ.core.js +6 -6
- package/fress.api.js +1 -1
- package/fress.impl.adler32.js +4 -4
- package/fress.impl.bigdec.js +2 -2
- package/fress.impl.buffer.js +4 -4
- package/fress.impl.raw_input.js +1 -1
- package/fress.impl.raw_output.js +4 -4
- package/fress.impl.table.js +1 -1
- package/fress.reader.js +15 -15
- package/fress.util.js +11 -11
- package/fress.writer.js +24 -24
- package/geheimnis.aes.js +1 -1
- package/hasch.benc.js +2 -2
- package/hasch.core.js +10 -10
- package/hasch.platform.js +16 -16
- package/is.simm.partial_cps.sequence.js +2 -2
- package/konserve.compressor.js +16 -16
- package/konserve.core.js +42 -42
- package/konserve.encryptor.js +11 -11
- package/konserve.gc.js +1 -1
- package/konserve.impl.defaults.js +14 -14
- package/konserve.impl.storage_layout.js +3 -3
- package/konserve.memory.js +1 -1
- package/konserve.node_filestore.js +526 -526
- package/konserve.protocols.js +5 -5
- package/konserve.serializers.js +17 -17
- package/konserve.store.js +73 -73
- package/konserve.tiered.js +11 -11
- package/konserve.utils.js +4 -4
- package/malli.core.js +275 -275
- package/malli.error.js +32 -32
- package/malli.impl.regex.js +1 -1
- package/malli.impl.util.js +1 -1
- package/malli.registry.js +1 -1
- package/malli.sci.js +1 -1
- package/malli.util.js +1 -1
- package/org.replikativ.persistent_sorted_set.branch.js +3 -3
- package/org.replikativ.persistent_sorted_set.btset.js +367 -366
- package/org.replikativ.persistent_sorted_set.fressian.js +5 -5
- package/org.replikativ.persistent_sorted_set.impl.boundary.js +1 -1
- package/org.replikativ.persistent_sorted_set.impl.nodes.js +2 -2
- package/org.replikativ.persistent_sorted_set.js +1 -1
- package/org.replikativ.persistent_sorted_set.leaf.js +1 -1
- package/org.replikativ.persistent_sorted_set.util.js +1 -1
- package/org.replikativ.persistent_sorted_set.warm.js +1 -1
- package/package.json +1 -1
- package/replikativ.logging.js +2 -0
- package/s3/datahike.js +3066 -3066
- package/superv.async.js +18 -18
- package/tailrecursion.priority_map.js +16 -16
- package/taoensso.trove.console.js +3 -3
- package/taoensso.trove.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./org.replikativ.persistent_sorted_set.impl.nodes.js");require("./fress.api.js");require("./org.replikativ.persistent_sorted_set.leaf.js");require("./org.replikativ.persistent_sorted_set.branch.js");require("./org.replikativ.persistent_sorted_set.btset.js");
|
|
2
|
-
'use strict';var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
$CLJS.
|
|
6
|
-
|
|
2
|
+
'use strict';var eL,wpa,xpa,zpa;$CLJS.dL=function(a,b){return $CLJS.eD(a,b)};eL=function(a){if(a!=null&&a.Vr!=null)a=a.Vr(a);else{var b=eL[$CLJS.Xa(a==null?null:a)];if(b!=null)a=b.g?b.g(a):b.call(null,a);else if(b=eL._,b!=null)a=b.g?b.g(a):b.call(null,a);else throw $CLJS.Tb("PBoundary.-descriptor",a);}return a};
|
|
3
|
+
wpa=function(a){if(a.address==null)throw $CLJS.ul("PSS root must be flushed before serialization",new $CLJS.R(null,1,[$CLJS.lm,$CLJS.vpa],null));var b=a.M,c=function(){var d=$CLJS.oG.g(b);return $CLJS.u(d)?eL(d):null}();a=new $CLJS.R(null,5,[$CLJS.Lk,$CLJS.uf(a),$CLJS.cL,a.address,$CLJS.Kn,a.W,$CLJS.pG,$CLJS.pG.g(b),$CLJS.Nu,function(){var d=$CLJS.Nu.g(b);return $CLJS.u(d)?d:0}()],null);a=$CLJS.u($CLJS.$K.g(b))?$CLJS.ck.i(a,$CLJS.$K,$CLJS.$K.g(b)):a;return $CLJS.u(c)?$CLJS.ck.i(a,$CLJS.oG,c):a};
|
|
4
|
+
xpa=function(a){var b=a.M;a=function(){var d=$CLJS.oG.g(b);return $CLJS.u(d)?eL(d):null}();var c=new $CLJS.R(null,2,[$CLJS.pG,$CLJS.pG.g(b),$CLJS.Nu,function(){var d=$CLJS.Nu.g(b);return $CLJS.u(d)?d:0}()],null);c=$CLJS.u($CLJS.$K.g(b))?$CLJS.ck.i(c,$CLJS.$K,$CLJS.$K.g(b)):c;return $CLJS.u(a)?$CLJS.ck.i(c,$CLJS.oG,a):c};
|
|
5
|
+
$CLJS.ypa=function(a){var b=a.za;if(b==null)return null;for(var c=a.keys.length,d=a.level===1,e=0,f=$CLJS.ah;;){if(e>=c)return $CLJS.Se(f)>0?f:null;var g=b[e];if(g==null){var h=f;e+=1;f=h}else h=e+1,f=$CLJS.ck.i(f,e,new $CLJS.R(null,4,[$CLJS.Kn,$CLJS.Kn.g(g),$CLJS.rG,$CLJS.rG.g(g),$CLJS.vG,d?$CLJS.LH($CLJS.vG.g(g)):$CLJS.vG.g(g),$CLJS.GG,a.keys[e]],null)),e=h}};
|
|
6
|
+
zpa=function(a){var b=$CLJS.Go.l;if(a instanceof $CLJS.NH){var c=$CLJS.ypa(a);var d=new $CLJS.R(null,4,[$CLJS.CG,a.Nk(null),$CLJS.im,$CLJS.Ci(a.keys),$CLJS.xG,$CLJS.Ci(a.wa),$CLJS.wG,a.Tc],null);d=a.qa!=null?$CLJS.ck.i(d,$CLJS.rG,a.qa):d;c=$CLJS.u(c)?$CLJS.ck.i(d,$CLJS.$l,c):d}else c=new $CLJS.R(null,1,[$CLJS.im,$CLJS.Ci(a.keys)],null),c=a.qa!=null?$CLJS.ck.i(c,$CLJS.rG,a.qa):c;return b.call($CLJS.Go,$CLJS.bf([c,xpa(a)]))};$CLJS.Apa=$CLJS.Xg([$CLJS.KH,function(a,b){$CLJS.bD(a,"pss/leaf",1);return $CLJS.dL(a,zpa(b))},$CLJS.NH,function(a,b){$CLJS.bD(a,"pss/branch",1);return $CLJS.dL(a,zpa(b))}]);$CLJS.Bpa=$CLJS.Xg([$CLJS.yI,function(a,b){$CLJS.bD(a,"pss/set",1);return $CLJS.dL(a,wpa(b))}]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
2
|
+
'use strict';$CLJS.oG=new $CLJS.F(null,"boundary","boundary",-2000996754);$CLJS.woa=new $CLJS.F(null,"descriptor","descriptor",76122018);$CLJS.xoa=$CLJS.Ah(null);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./org.replikativ.persistent_sorted_set.impl.boundary.js");require("./org.replikativ.persistent_sorted_set.leaf.js");require("./org.replikativ.persistent_sorted_set.branch.js");require("./org.replikativ.persistent_sorted_set.btset.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
3
|
-
$CLJS.
|
|
2
|
+
'use strict';$CLJS.YK=new $CLJS.F(null,"resolve-measure","resolve-measure",1235395818);$CLJS.spa=new $CLJS.F(null,"mk-settings","mk-settings",-829192421);$CLJS.tpa=new $CLJS.F("pss","storage-id","pss/storage-id",1127028971);$CLJS.upa=new $CLJS.F(null,"measure-ops","measure-ops",188679997);$CLJS.ZK=new $CLJS.F(null,"resolve-storage","resolve-storage",1895103074);$CLJS.$K=new $CLJS.F(null,"ref-type","ref-type",-1367328851);$CLJS.aL=new $CLJS.F(null,"default-bf","default-bf",-1431077803);
|
|
3
|
+
$CLJS.bL=new $CLJS.F(null,"resolve-cmp","resolve-cmp",125224489);$CLJS.cL=new $CLJS.F(null,"address","address",559499426);$CLJS.vpa=new $CLJS.F(null,"must-be-flushed","must-be-flushed",468354549);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./clojure.string.js");require("./org.replikativ.persistent_sorted_set.btset.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
2
|
+
'use strict';$CLJS.bJ=function(a,b,c){return $CLJS.xI(a,b,c)};$CLJS.Zoa=new $CLJS.R(null,2,[$CLJS.pG,512,$CLJS.Nu,0],null);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./clojure.string.js");require("./org.replikativ.persistent_sorted_set.impl.boundary.js");require("./org.replikativ.persistent_sorted_set.util.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
2
|
+
'use strict';$CLJS.qG=new $CLJS.F(null,"removed-out","removed-out",780264512);$CLJS.rG=new $CLJS.F(null,"measure","measure",-1857519826);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./clojure.string.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
2
|
+
'use strict';$CLJS.pG=new $CLJS.F(null,"branching-factor","branching-factor",1903198601);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
var window=global;var $CLJS=require("./cljs_env.js");require("./cljs.core.js");require("./org.replikativ.persistent_sorted_set.btset.js");require("./org.replikativ.persistent_sorted_set.branch.js");require("./org.replikativ.persistent_sorted_set.util.js");require("./clojure.string.js");
|
|
2
|
-
'use strict';$CLJS.
|
|
2
|
+
'use strict';$CLJS.Cpa=new $CLJS.F(null,"done","done",-889844188);$CLJS.fL=new $CLJS.F(null,"depth","depth",1768663640);
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"types" : "index.d.ts",
|
|
18
18
|
"author" : "Christian Weilbach",
|
|
19
19
|
"files" : [ "*.js", "!test*.js", "*.js.map", "browser/datahike.js", "browser/index.mjs", "browser/index.js", "s3/datahike.js", "s3/index.mjs", "s3/index.js", "index.d.ts", "README.md", "LICENSE", "THIRD_PARTY_LICENSES.md" ],
|
|
20
|
-
"version" : "0.8.
|
|
20
|
+
"version" : "0.8.1822",
|
|
21
21
|
"publishConfig" : {
|
|
22
22
|
"access" : "public",
|
|
23
23
|
"registry" : "https://registry.npmjs.org/"
|
package/replikativ.logging.js
CHANGED