@antelopejs/dms-automation 0.1.1 → 0.1.2

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.
@@ -1,4 +1,4 @@
1
- import { defineDmsPlugin } from "#dms-inertia/frontend-module";
1
+ import { defineDmsPlugin } from "#dms/frontend-module";
2
2
  import RunsTimelineDisplay from "../components/RunsTimelineDisplay.vue";
3
3
 
4
4
  // Registers the "timeline" TableView display used by the Runs page
@@ -1,5 +1,5 @@
1
1
  import { defineAsyncComponent, type Component } from "vue";
2
- import type { DmsFrontendModule } from "#dms-inertia/frontend-module";
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.1",
3
+ "version": "0.1.2",
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": "^1.4.11",
44
+ "@antelopejs/core": ">=1.7.0 <2",
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",