@antelopejs/dms-automation 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2277,7 +2277,7 @@ async function onRun() {
|
|
|
2277
2277
|
@add-template="onPaletteAddTemplate"
|
|
2278
2278
|
/>
|
|
2279
2279
|
<div class="h-full min-w-0 flex-1">
|
|
2280
|
-
<
|
|
2280
|
+
<DmsClientOnly>
|
|
2281
2281
|
<DmsAutomationGraphCanvas
|
|
2282
2282
|
v-if="currentGraph"
|
|
2283
2283
|
ref="graphCanvasRef"
|
|
@@ -2372,7 +2372,7 @@ async function onRun() {
|
|
|
2372
2372
|
{{ $t('dms_automation.editor.loading') }}
|
|
2373
2373
|
</div>
|
|
2374
2374
|
</template>
|
|
2375
|
-
</
|
|
2375
|
+
</DmsClientOnly>
|
|
2376
2376
|
</div>
|
|
2377
2377
|
</div>
|
|
2378
2378
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineAsyncComponent, type Component } from "vue";
|
|
2
|
-
import type { DmsFrontendModule } from "#dms
|
|
2
|
+
import type { DmsFrontendModule } from "#dms/frontend-module";
|
|
3
3
|
import timelinePlugin from "./app/plugins/runs-timeline-display.client";
|
|
4
4
|
|
|
5
5
|
interface VueModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antelopejs/dms-automation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"zod": "^3.25.76"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@antelopejs/core": "
|
|
44
|
+
"@antelopejs/core": "1.8.0",
|
|
45
45
|
"@antelopejs/tooling-configs": ">=0.0.6 <1.0.0",
|
|
46
46
|
"@types/node": "^24.0.0",
|
|
47
47
|
"@types/node-cron": "^3.0.11",
|