@prefecthq/graphs 3.0.6 → 3.0.8

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
- export declare const artifactTypes: readonly ["result", "markdown", "table", "progress", "image", "unknown"];
1
+ export declare const artifactTypes: readonly ["result", "markdown", "table", "progress", "image", "rich", "unknown"];
2
2
  export type ArtifactType = typeof artifactTypes[number];
3
3
  export type RunGraphArtifactTypeAndData = {
4
4
  type: Exclude<ArtifactType, 'progress'>;
@@ -17,5 +17,6 @@ export declare const artifactTypeIconMap: {
17
17
  readonly result: "ArtifactResult";
18
18
  readonly image: "ArtifactImage";
19
19
  readonly progress: "ArtifactProgress";
20
+ readonly rich: "Artifact";
20
21
  readonly unknown: "Artifact";
21
22
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prefecthq/graphs",
3
3
  "private": false,
4
- "version": "3.0.6",
4
+ "version": "3.0.8",
5
5
  "description": "Large scale graphs designed for Prefect",
6
6
  "scripts": {
7
7
  "dev": "tsc -w & tsc-alias -w & vite build -w",
@@ -46,12 +46,12 @@
46
46
  "@types/node": "^24.4.0",
47
47
  "@vitejs/plugin-vue": "6.0.1",
48
48
  "autoprefixer": "10.4.21",
49
- "eslint": "9.35.0",
49
+ "eslint": "9.36.0",
50
50
  "postcss": "8.5.6",
51
51
  "tailwindcss": "4.1.13",
52
52
  "tsc-alias": "1.8.16",
53
53
  "typescript": "5.9.2",
54
- "vite": "7.1.5",
54
+ "vite": "7.1.7",
55
55
  "vite-svg-loader": "^5.1.0"
56
56
  },
57
57
  "dependencies": {