Skip to content

Commit c0410ff

Browse files
Build db-version with latest datascript WeakRef changes
1 parent 52af92d commit c0410ff

34 files changed

+4614
-4611
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ nbb-logseq -e '(+ 1 2 3)'
3636

3737
## Database Version
3838

39-
To use `nbb-logseq` with [the database version](https://github.com/logseq/logseq#-database-version), specify the version as `logseq/nbb-logseq#feat-db-v27`. This version is only available through github and has not been released to npm. An npm version will be released when the database version has a desktop release.
39+
To use `nbb-logseq` with [the database version](https://github.com/logseq/logseq#-database-version), specify the version as `logseq/nbb-logseq#feat-db-v28`. This version is only available through github and has not been released to npm. An npm version will be released when the database version has a desktop release.
4040

4141
Unlike file graphs, DB graphs can be written by scripts. This is powerful and opens up more use cases for scripting. To write your own script, you'll need a package.json and nbb.edn. Use [this example package.json](https://github.com/logseq/publish-spa/blob/feat/db/package.json) and [this example nbb.edn](https://github.com/logseq/publish-spa/blob/feat/db/nbb.edn). Some example database graph scripts:
4242

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
;; {:mvn/version "0.10.46"}
1616
datascript/deps
1717
{:git/url "https://github.com/logseq/nbb-features"
18-
:git/sha "7b5f423b3f74b6f7a87048b51e45b1fee5ef9f56"
18+
:git/sha "98085228af78eed0aee14672512c4b23ea133d41"
1919
:deps/root "features/datascript"}
2020
#_{:local/root "../nbb-features/features/datascript"}
2121
datascript-transit/deps
2222
{:git/url "https://github.com/logseq/nbb-features"
23-
:git/sha "c16679a2f7327830a88fb61688e69e86eea015a0"
23+
:git/sha "98085228af78eed0aee14672512c4b23ea133d41"
2424
:deps/root "features/datascript-transit"}
2525
#_{:local/root "../nbb-features/features/datascript-transit"}
2626
cljs-time/deps {:local/root "features/cljs-time"}

lib/nbb_api.js

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/nbb_bundler.js

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)