From 34316d43d1e4aec4048002269566ed845b51d62a Mon Sep 17 00:00:00 2001 From: "Xc@centOs" Date: Fri, 2 Sep 2022 14:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=89=8D=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/types/type.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6781dc..bcf2abe 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "dependencies": { "luxon": "^2.3.0", - "oak-domain": "file:../oak-domain", + "oak-domain": "^1.1.0", "uuid": "^8.3.2" }, "scripts": { diff --git a/src/types/type.ts b/src/types/type.ts index c5c5960..b55edbf 100644 --- a/src/types/type.ts +++ b/src/types/type.ts @@ -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; // 当前加锁的事务号