发布前的依赖关系

This commit is contained in:
Xu Chang 2022-09-02 14:49:31 +08:00
parent 0de2905fef
commit 34316d43d1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
], ],
"dependencies": { "dependencies": {
"luxon": "^2.3.0", "luxon": "^2.3.0",
"oak-domain": "file:../oak-domain", "oak-domain": "^1.1.0",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"scripts": { "scripts": {

View File

@ -1,5 +1,5 @@
import { NodeId } from "oak-domain/lib/types/Demand"; import { NodeId } from "oak-domain/lib/types/Demand";
import { EntityShape, EntityDef } from "oak-domain/src/types/Entity"; import { EntityShape, EntityDef } from "oak-domain/lib/types/Entity";
export type RowNode = { export type RowNode = {
$txnId?: string; // 当前加锁的事务号 $txnId?: string; // 当前加锁的事务号