@meistrari/tela-build 1.19.0 → 1.19.1
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.
|
@@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n'
|
|
|
5
5
|
import { cn } from '~/lib/utils'
|
|
6
6
|
|
|
7
7
|
import { ComboboxRoot as Combobox, ComboboxTrigger } from 'reka-ui'
|
|
8
|
-
import type { AllActionsInfo } from 'tela-workflow'
|
|
8
|
+
import type { AllActionsInfo } from 'tela-workflow/src/compat-v1-schemas'
|
|
9
9
|
|
|
10
10
|
import ComboboxAnchor from './combobox-anchor.vue'
|
|
11
11
|
import ComboboxEmpty from './combobox-empty.vue'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meistrari/tela-build",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"app.config.ts",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"resize-observer-polyfill": "1.5.1",
|
|
58
58
|
"tailwind-merge": "2.5.4",
|
|
59
59
|
"tailwindcss-animate": "1.0.7",
|
|
60
|
-
"tela-workflow": "workspace:*",
|
|
61
60
|
"ts-morph": "22.0.0",
|
|
62
61
|
"typescript": "5.8.2",
|
|
63
62
|
"unocss": "66.5.12",
|