mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
* fix(rtc): batch store and validate db * fix: logseq.db/transact! shouldn't distinct tx-data since move-op include 2 steps: 1. insert-block 2. update-attrs This results in db invalid after step 1. * refactor: add transact-with-temp-conn! * bump nbb-logseq and add tests for ldb/transact* fns --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: rcmerci <rcmerci@gmail.com>
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"name": "@logseq/graph-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v30",
|
|
"better-sqlite3": "11.10.0"
|
|
},
|
|
"dependencies": {
|
|
"mldoc": "^1.5.9",
|
|
"sanitize-filename": "1.6.3"
|
|
},
|
|
"scripts": {
|
|
"test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner",
|
|
"test-v": "nbb-logseq -cp test:../outliner/src -m logseq.graph-parser.test-runner"
|
|
}
|
|
}
|