Skip to content

Commit 2b751f2

Browse files
author
alef
committed
new publish version
1 parent 19c7df2 commit 2b751f2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

release-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datascript-mori",
3-
"version": "0.15.5",
3+
"version": "0.15.7",
44
"description": "Wrapper for datascript interplay mori",
55
"homepage": "https://github.com/typeetfunc/datascript-mori",
66
"author": "Andrei Melnikov (https://github.com/typeetfunc)",

src/datascript_mori/core.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
(def ^:export DB_CARDINALITY :db/cardinality)
3030
(def ^:export DB_CARDINALITY_MANY :db.cardinality/many)
3131
(def ^:export DB_UNIQUE :db/unique)
32+
(def ^:export DB_IDENT :db/ident)
3233
(def ^:export DB_UNIQUE_IDENTITY :db.unique/identity)
3334
(def ^:export DB_ADD :db/add)
3435
(def ^:export DB_RETRACT :db/retract)

0 commit comments

Comments
 (0)