feat: 升级midway,支持esm

This commit is contained in:
xiaojunnuo
2024-07-15 00:30:33 +08:00
parent 970c7fd8a0
commit 485e603b51
246 changed files with 3821 additions and 1532 deletions
@@ -1,5 +1,5 @@
import { HistoryEntity } from '../history';
import { HistoryLogEntity } from '../history-log';
import { HistoryEntity } from '../history.js';
import { HistoryLogEntity } from '../history-log.js';
export class HistoryDetail {
history: HistoryEntity;
@@ -1,6 +1,6 @@
import { PipelineEntity } from '../pipeline';
import { HistoryEntity } from '../history';
import { HistoryLogEntity } from '../history-log';
import { PipelineEntity } from '../pipeline.js';
import { HistoryEntity } from '../history.js';
import { HistoryLogEntity } from '../history-log.js';
export class PipelineDetail {
pipeline: PipelineEntity;