Skip to content

Commit

Permalink
Bump to latest nbb-logseq and feat/db
Browse files Browse the repository at this point in the history
Also put in a new test-db as old one no longer worked
  • Loading branch information
logseq-cldwalker committed Jan 18, 2024
1 parent e4e67fc commit 3c53cbf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
graph-directory: test/publish-test-db-graph
theme-mode: dark
accent-color: cyan
version: d43fb23ef01363937a383cc5984191287187811c
version: 8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522

- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
Expand Down
6 changes: 3 additions & 3 deletions nbb.edn
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{:deps
{logseq/graph-parser
{:git/url "https://github.com/logseq/logseq"
:git/sha "8eec034c612bb549000d06b94bf814f72b53c424"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:deps/root "deps/graph-parser"}
#_{:local/root "../logseq/deps/graph-parser"}
logseq/publishing
{:git/url "https://github.com/logseq/logseq"
:git/sha "8eec034c612bb549000d06b94bf814f72b53c424"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:deps/root "deps/publishing"}
#_{:local/root "../logseq/deps/publishing"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
logseq/db
{:git/url "https://github.com/logseq/logseq"
:git/sha "8eec034c612bb549000d06b94bf814f72b53c424"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:deps/root "deps/db"}
#_{:local/root "../logseq/deps/db"}}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/logseq/publish-spa#readme",
"dependencies": {
"@logseq/nbb-logseq": "logseq/nbb-logseq#feat-db-v1",
"@logseq/nbb-logseq": "logseq/nbb-logseq#feat-db-v8",
"better-sqlite3": "8.0.1",
"fs-extra": "^9.1.0",
"mldoc": "^1.5.1"
Expand Down
Binary file modified test/publish-test-db-graph/db.sqlite
Binary file not shown.
13 changes: 3 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
# yarn lockfile v1


"@logseq/nbb-logseq@^1.2.173":
version "1.2.173"
resolved "https://registry.yarnpkg.com/@logseq/nbb-logseq/-/nbb-logseq-1.2.173.tgz#27a52c350f06ac9c337d73687738f6ea8b2fc3f3"
integrity sha512-ABKPtVnSOiS4Zpk9+UTaGcs5H6EUmRADr9FJ0aEAVpa0WfAyvUbX/NgkQGMe1kKRv3EbIuLwaxfy+txr31OtAg==
dependencies:
import-meta-resolve "^2.1.0"

"@logseq/nbb-logseq@logseq/nbb-logseq#feat-db-v1":
version "1.2.173-feat-db-v1"
resolved "https://codeload.github.com/logseq/nbb-logseq/tar.gz/e4910dfb12043404c97962d8faab3a946ab89f81"
"@logseq/nbb-logseq@logseq/nbb-logseq#feat-db-v8":
version "1.2.173-feat-db-v8"
resolved "https://codeload.github.com/logseq/nbb-logseq/tar.gz/5fa1d8c83ea9c65c56cdda8bd00f3d92f529acf5"
dependencies:
import-meta-resolve "^2.1.0"

Expand Down

0 comments on commit 3c53cbf

Please sign in to comment.