@prefecthq/prefect-ui-library 2.4.3 → 2.4.5
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.
- package/dist/{FlowRunsPageWithDefaultFilter-JPJauYln.mjs → FlowRunsPageWithDefaultFilter-tzWfLOKb.mjs} +2 -2
- package/dist/{FlowRunsPageWithDefaultFilter-JPJauYln.mjs.map → FlowRunsPageWithDefaultFilter-tzWfLOKb.mjs.map} +1 -1
- package/dist/{index-eFMpN8_U.mjs → index-twhzdL8q.mjs} +4280 -4256
- package/dist/index-twhzdL8q.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +12 -12
- package/dist/prefect-ui-library.umd.js +43 -43
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/index.d.ts +2 -2
- package/dist/types/src/localization/index.d.ts +2 -2
- package/dist/types/src/localization/locale/en.d.ts +2 -2
- package/dist/types/src/models/WorkPool.d.ts +2 -0
- package/dist/types/src/models/WorkerCollectionItem.d.ts +1 -0
- package/dist/types/src/models/api/WorkPoolResponse.d.ts +1 -0
- package/dist/types/src/models/api/WorkerCollectionItemResponse.d.ts +1 -0
- package/dist/types/src/types/states.d.ts +3 -2
- package/package.json +11 -11
- package/dist/index-eFMpN8_U.mjs.map +0 -1
- /package/dist/types/src/components/{FlowRunPauseButton.vue.d.ts → FlowRunSuspendButton.vue.d.ts} +0 -0
- /package/dist/types/src/components/{FlowRunPauseModal.vue.d.ts → FlowRunSuspendModal.vue.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefecthq/prefect-ui-library",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,22 +45,22 @@
|
|
|
45
45
|
"@types/lodash.camelcase": "4.3.9",
|
|
46
46
|
"@types/lodash.debounce": "4.0.9",
|
|
47
47
|
"@types/lodash.merge": "4.6.9",
|
|
48
|
-
"@types/node": "^20.10.
|
|
48
|
+
"@types/node": "^20.10.3",
|
|
49
49
|
"@types/prismjs": "^1.26.3",
|
|
50
|
-
"@vitejs/plugin-vue": "4.5.
|
|
50
|
+
"@vitejs/plugin-vue": "4.5.1",
|
|
51
51
|
"auto-changelog": "^2.4.0",
|
|
52
52
|
"autoprefixer": "10.4.16",
|
|
53
|
-
"eslint": "8.
|
|
53
|
+
"eslint": "8.55.0",
|
|
54
54
|
"lodash.camelcase": "4.3.0",
|
|
55
55
|
"lodash.debounce": "4.0.8",
|
|
56
|
-
"postcss": "8.4.
|
|
57
|
-
"tailwindcss": "3.3.
|
|
56
|
+
"postcss": "8.4.32",
|
|
57
|
+
"tailwindcss": "3.3.6",
|
|
58
58
|
"tsc-alias": "1.8.8",
|
|
59
59
|
"typescript": "5.3.2",
|
|
60
|
-
"vite": "5.0.
|
|
60
|
+
"vite": "5.0.5",
|
|
61
61
|
"vite-svg-loader": "^5.1.0",
|
|
62
|
-
"vitest": "^0.
|
|
63
|
-
"vue-tsc": "1.8.
|
|
62
|
+
"vitest": "^1.0.1",
|
|
63
|
+
"vue-tsc": "1.8.24"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@prefecthq/prefect-design": "^2.1.0",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"vue-router": "^4.0.12"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@prefecthq/graphs": "2.1.
|
|
74
|
+
"@prefecthq/graphs": "2.1.8",
|
|
75
75
|
"@types/lodash.isequal": "4.5.8",
|
|
76
76
|
"axios": "1.6.2",
|
|
77
|
-
"cronstrue": "^2.
|
|
77
|
+
"cronstrue": "^2.47.0",
|
|
78
78
|
"d3": "7.8.5",
|
|
79
79
|
"date-fns": "2.30.0",
|
|
80
80
|
"date-fns-tz": "1.3.7",
|