发布前的依赖关系
This commit is contained in:
parent
0de2905fef
commit
34316d43d1
|
|
@ -10,7 +10,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"luxon": "^2.3.0",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-domain": "^1.1.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
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 = {
|
||||
$txnId?: string; // 当前加锁的事务号
|
||||
|
|
|
|||
Loading…
Reference in New Issue