@cat-factory/app 0.200.0 → 0.200.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,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- // Account-tier repo-sourced Claude Skills library (docs/initiatives/repo-skills.md): a team
2
+ // Account-tier repo-sourced Claude Skills library (ADR 0024): a team
3
3
  // authors skills in a repo (`<skill>/SKILL.md` + resources), the account syncs them into a
4
4
  // catalog shared across its workspaces, and a pipeline `skill` step runs one. A body-only
5
5
  // section rendered in the "Skills" tab of AccountSettingsPanel; available for ALL account types.
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- // Repo-sourced Claude Skills library manager (docs/initiatives/repo-skills.md), for the account
2
+ // Repo-sourced Claude Skills library manager (ADR 0024), for the account
3
3
  // tier (skills are a single tier — shared across the account's workspaces). Link repo directories
4
4
  // of `<skill>/SKILL.md` folders, resync them (with a "changes available" badge), and review the
5
5
  // synced skill catalog a pipeline `skill` step picks from. Mirrors the fragment library's
@@ -10,7 +10,7 @@ import type { LinkSkillSourceInput } from '~/types/domain'
10
10
  import type { ApiContext } from './context'
11
11
 
12
12
  /**
13
- * The repo-sourced Claude Skills library (docs/initiatives/repo-skills.md). Skills live in ONE
13
+ * The repo-sourced Claude Skills library (ADR 0024). Skills live in ONE
14
14
  * tier — the account, shared across its workspaces — so every route is account-scoped
15
15
  * (`/accounts/:accountId/...`), unlike the two-tier fragment library.
16
16
  */
@@ -224,6 +224,10 @@ const CONFLICT_INFO: Record<Exclude<ConflictReason, BespokeConflictReason>, Conf
224
224
  titleKey: 'errors.conflict.title.foundational_service_exists',
225
225
  descriptionKey: 'errors.conflict.description.foundational_service_exists',
226
226
  },
227
+ binary_output_service_invalid: {
228
+ titleKey: 'errors.conflict.title.binary_output_service_invalid',
229
+ descriptionKey: 'errors.conflict.description.binary_output_service_invalid',
230
+ },
227
231
  foundational_service_not_inherited: {
228
232
  titleKey: 'errors.conflict.title.foundational_service_not_inherited',
229
233
  descriptionKey: 'errors.conflict.description.foundational_service_not_inherited',
@@ -10,7 +10,7 @@ import { useSingleFlightProbe } from '~/composables/useSingleFlightProbe'
10
10
  import { useSkillsStore } from '~/stores/skills'
11
11
 
12
12
  /**
13
- * The repo-sourced Claude Skills library for one account (docs/initiatives/repo-skills.md),
13
+ * The repo-sourced Claude Skills library for one account (ADR 0024),
14
14
  * used by the account-settings management surface. Holds the account's synced skill catalog
15
15
  * (full detail) and its linked repo sources, and drives link / sync / status / unlink. Skills
16
16
  * are a single account tier (no workspace tier), so — unlike the fragment library — there is no
@@ -8,7 +8,7 @@ const summary = (id: string, name = id): SkillSummary => ({ id, name, descriptio
8
8
  /**
9
9
  * The skill picker spans two stores: the snapshot-hydrated `useSkillsStore` (the catalog the
10
10
  * builder's `USelect` binds against) and the per-step `skillId` helpers on `usePipelinesStore`.
11
- * These pin the behaviours the builder relies on (docs/initiatives/repo-skills.md slice 3).
11
+ * These pin the behaviours the builder relies on (ADR 0024 slice 3).
12
12
  */
13
13
  describe('skills picker store — snapshot-hydrated catalog', () => {
14
14
  it('hydrate is a straight replace (a later hydrate does not merge with the earlier one)', () => {
@@ -3,7 +3,7 @@ import { ref } from 'vue'
3
3
  import type { SkillSummary } from '~/types/domain'
4
4
 
5
5
  /**
6
- * The account's repo-sourced Claude Skills catalog (docs/initiatives/repo-skills.md slice 3),
6
+ * The account's repo-sourced Claude Skills catalog (ADR 0024 slice 3),
7
7
  * hydrated from the workspace snapshot as lightweight `{ id, name, description }` summaries.
8
8
  * Drives the pipeline builder's per-step skill picker: a `skill` step binds its
9
9
  * `stepOptions.skillId` to one of these. Skills live in ONE tier (the account, shared across its
@@ -1,5 +1,5 @@
1
1
  // ---------------------------------------------------------------------------
2
- // Repo-sourced Claude Skills library (docs/initiatives/repo-skills.md). Mirrors
2
+ // Repo-sourced Claude Skills library (ADR 0024). Mirrors
3
3
  // the `@cat-factory/contracts` skill-library schemas: the account skill catalog
4
4
  // (shared across the account's workspaces), the repo sources that feed it, and the
5
5
  // lightweight per-skill summary carried in the workspace snapshot for the picker.
@@ -4855,6 +4855,7 @@
4855
4855
  "pipeline_schedule_requires_recurring": "Wiederkehrender Zeitplan braucht diese Pipeline",
4856
4856
  "pipeline_schedule_intake_unconfigured": "Zeitplan ohne Ticket-Erfassung",
4857
4857
  "foundational_service_exists": "Basisdienst existiert bereits",
4858
+ "binary_output_service_invalid": "Dienst für Binärausgaben nicht auflösbar",
4858
4859
  "foundational_service_not_inherited": "Dieses Board hat den Dienst registriert"
4859
4860
  },
4860
4861
  "description": {
@@ -4885,6 +4886,7 @@
4885
4886
  "pipeline_schedule_requires_recurring": "Ein wiederkehrender Zeitplan verweist noch auf diese Pipeline. Sie nur einmalig zu machen würde jeden künftigen Lauf unterbrechen. Lösen Sie zuerst diesen Zeitplan.",
4886
4887
  "pipeline_schedule_intake_unconfigured": "Ein Bug-Intake-Schritt bezieht seine Arbeit aus der Ticket-Erfassung des Zeitplans, und der verknüpfte Zeitplan hat keine. Konfigurieren Sie zuerst die Ticket-Erfassung im Zeitplan.",
4887
4888
  "foundational_service_exists": "Ein Basisdienst mit dieser ID ist in diesem Bereich bereits registriert. Öffnen Sie den vorhandenen Eintrag und bearbeiten Sie ihn — zwei Dienste können sich keine ID teilen, denn die ID ist der Name, den ein Architekt in seinem Entwurf verwendet.",
4889
+ "binary_output_service_invalid": "Ein Schritt, der Binärausgaben erzeugt, wählt einen Basisdienst aus, den der Katalog dieses Workspace nicht auflösen kann: Die ID ist unbekannt, oder der gewählte Speicherdienst trägt nicht die Fähigkeit asset-storage. Korrigieren Sie die Auswahl des Schritts oder registrieren Sie den Dienst und starten Sie erneut.",
4888
4890
  "foundational_service_not_inherited": "Abwählen gilt für einen vom Konto geerbten Dienst. Diese ID ist von diesem Board registriert, es gibt also nichts abzuwählen - lösche stattdessen den eigenen Eintrag des Boards."
4889
4891
  },
4890
4892
  "action": {
@@ -603,6 +603,7 @@
603
603
  "pipeline_schedule_requires_recurring": "Recurring schedule needs this pipeline",
604
604
  "pipeline_schedule_intake_unconfigured": "Schedule has no issue intake",
605
605
  "foundational_service_exists": "Foundational service already exists",
606
+ "binary_output_service_invalid": "Binary output service can't be resolved",
606
607
  "foundational_service_not_inherited": "This board registered that service"
607
608
  },
608
609
  "description": {
@@ -636,6 +637,7 @@
636
637
  "pipeline_schedule_requires_recurring": "A recurring schedule still points at this pipeline, so making it one-off only would break every future run it starts. Detach that schedule first.",
637
638
  "pipeline_schedule_intake_unconfigured": "A bug intake step draws its work from the schedule issue intake settings, and the attached schedule has none. Configure issue intake on the schedule first.",
638
639
  "foundational_service_exists": "A foundational service with this id is already registered at this scope. Open the existing entry and edit it — two services cannot share an id, because the id is what an architect names in its design.",
640
+ "binary_output_service_invalid": "A step that generates binary outputs selects a foundational service this workspace's catalog can't resolve: the id is unknown, or the chosen storage service doesn't carry the asset-storage capability. Fix the step's selection or register the service, then start again.",
639
641
  "foundational_service_not_inherited": "Opting out applies to a service inherited from the account. This id is registered by this board, so there is nothing to opt out of - delete the board's own entry instead."
640
642
  },
641
643
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "Una programación recurrente necesita esta canalización",
547
547
  "pipeline_schedule_intake_unconfigured": "La programación no tiene entrada de incidencias",
548
548
  "foundational_service_exists": "El servicio fundacional ya existe",
549
+ "binary_output_service_invalid": "No se puede resolver el servicio de salidas binarias",
549
550
  "foundational_service_not_inherited": "Este tablero registró ese servicio"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "Una programación recurrente todavía apunta a esta canalización, así que limitarla a un solo uso rompería cada ejecución futura. Desvincule primero esa programación.",
577
578
  "pipeline_schedule_intake_unconfigured": "Un paso de entrada de errores toma su trabajo de la entrada de incidencias de la programación, y la programación vinculada no la tiene. Configure la entrada de incidencias en la programación primero.",
578
579
  "foundational_service_exists": "Ya hay un servicio fundacional con este identificador registrado en este ámbito. Abre la entrada existente y edítala: dos servicios no pueden compartir un identificador, porque es el nombre que un arquitecto usa en su diseño.",
580
+ "binary_output_service_invalid": "Un paso que genera salidas binarias selecciona un servicio fundacional que el catálogo de este espacio de trabajo no puede resolver: el identificador es desconocido, o el servicio de almacenamiento elegido no tiene la capacidad asset-storage. Corrige la selección del paso o registra el servicio y vuelve a iniciarlo.",
579
581
  "foundational_service_not_inherited": "La exclusión se aplica a un servicio heredado de la cuenta. Este id está registrado por este tablero, así que no hay nada que excluir: elimina la entrada propia del tablero."
580
582
  },
581
583
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "Une planification récurrente exige ce pipeline",
547
547
  "pipeline_schedule_intake_unconfigured": "La planification n'a pas de collecte de tickets",
548
548
  "foundational_service_exists": "Ce service fondamental existe déjà",
549
+ "binary_output_service_invalid": "Service des sorties binaires introuvable",
549
550
  "foundational_service_not_inherited": "Ce tableau a enregistré ce service"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "Une planification récurrente pointe encore vers ce pipeline. Le limiter à une exécution unique casserait chaque exécution future. Détachez d'abord cette planification.",
577
578
  "pipeline_schedule_intake_unconfigured": "Une étape de collecte de bogues tire son travail des réglages de collecte de tickets de la planification, et la planification associée n'en a aucun. Configurez d'abord la collecte de tickets sur la planification.",
578
579
  "foundational_service_exists": "Un service fondamental portant cet identifiant est déjà enregistré dans cette portée. Ouvrez l’entrée existante et modifiez-la : deux services ne peuvent pas partager un identifiant, car c’est le nom qu’un architecte emploie dans sa conception.",
580
+ "binary_output_service_invalid": "Une étape qui génère des sorties binaires sélectionne un service fondamental que le catalogue de cet espace de travail ne peut pas résoudre : l’identifiant est inconnu, ou le service de stockage choisi ne porte pas la capacité asset-storage. Corrigez la sélection de l’étape ou enregistrez le service, puis relancez.",
579
581
  "foundational_service_not_inherited": "L'écartement s'applique à un service hérité du compte. Cet identifiant est enregistré par ce tableau : il n'y a donc rien à écarter - supprimez plutôt l'entrée propre au tableau."
580
582
  },
581
583
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "תזמון חוזר זקוק לצינור הזה",
547
547
  "pipeline_schedule_intake_unconfigured": "לתזמון אין קליטת פניות",
548
548
  "foundational_service_exists": "שירות תשתית כזה כבר קיים",
549
+ "binary_output_service_invalid": "לא ניתן לזהות את השירות לפלט בינארי",
549
550
  "foundational_service_not_inherited": "הלוח הזה רשם את השירות"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "תזמון חוזר עדיין מפנה לצינור הזה, ולכן הפיכתו לחד פעמי בלבד תשבור כל הרצה עתידית. נתקו קודם את התזמון ההוא.",
577
578
  "pipeline_schedule_intake_unconfigured": "שלב קליטת באגים שואב את עבודתו מהגדרות קליטת הפניות של התזמון, ולתזמון המקושר אין כאלה. הגדירו קודם קליטת פניות בתזמון.",
578
579
  "foundational_service_exists": "שירות תשתית עם מזהה זה כבר רשום בהיקף הזה. פתחו את הרשומה הקיימת וערכו אותה — שני שירותים אינם יכולים לחלוק מזהה, מפני שהמזהה הוא השם שארכיטקט מציין בתכנון שלו.",
580
+ "binary_output_service_invalid": "שלב שמייצר פלט בינארי בוחר שירות תשתית שהקטלוג של סביבת העבודה אינו יכול לזהות: המזהה אינו מוכר, או ששירות האחסון שנבחר אינו נושא את היכולת asset-storage. תקנו את הבחירה בשלב או רשמו את השירות, ואז התחילו מחדש.",
579
581
  "foundational_service_not_inherited": "החרגה חלה על שירות שנורש מהחשבון. המזהה הזה רשום על ידי הלוח הזה, ולכן אין מה להחריג - מחקו במקום זאת את הרשומה של הלוח עצמו."
580
582
  },
581
583
  "action": {
@@ -4855,6 +4855,7 @@
4855
4855
  "pipeline_schedule_requires_recurring": "Una pianificazione ricorrente richiede questa pipeline",
4856
4856
  "pipeline_schedule_intake_unconfigured": "La pianificazione non ha raccolta ticket",
4857
4857
  "foundational_service_exists": "Il servizio fondamentale esiste già",
4858
+ "binary_output_service_invalid": "Impossibile risolvere il servizio per gli output binari",
4858
4859
  "foundational_service_not_inherited": "Questa bacheca ha registrato quel servizio"
4859
4860
  },
4860
4861
  "description": {
@@ -4885,6 +4886,7 @@
4885
4886
  "pipeline_schedule_requires_recurring": "Una pianificazione ricorrente punta ancora a questa pipeline, quindi renderla solo una tantum interromperebbe ogni esecuzione futura. Scollega prima quella pianificazione.",
4886
4887
  "pipeline_schedule_intake_unconfigured": "Un passo di raccolta bug prende il lavoro dalle impostazioni di raccolta ticket della pianificazione, e la pianificazione collegata non le ha. Configura prima la raccolta ticket sulla pianificazione.",
4887
4888
  "foundational_service_exists": "Un servizio fondamentale con questo identificatore è già registrato in questo ambito. Apri la voce esistente e modificala: due servizi non possono condividere un identificatore, perché è il nome che un architetto indica nella sua progettazione.",
4889
+ "binary_output_service_invalid": "Un passaggio che genera output binari seleziona un servizio fondamentale che il catalogo di questo workspace non riesce a risolvere: l'identificatore è sconosciuto, oppure il servizio di archiviazione scelto non ha la capacità asset-storage. Correggi la selezione del passaggio o registra il servizio, poi riavvia.",
4888
4890
  "foundational_service_not_inherited": "L'esclusione vale per un servizio ereditato dall'account. Questo id è registrato da questa bacheca, quindi non c'è nulla da escludere: elimina invece la voce propria della bacheca."
4889
4891
  },
4890
4892
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "定期スケジュールにこのパイプラインが必要です",
547
547
  "pipeline_schedule_intake_unconfigured": "スケジュールに課題取り込み設定がありません",
548
548
  "foundational_service_exists": "その基盤サービスはすでに存在します",
549
+ "binary_output_service_invalid": "バイナリ出力用のサービスを解決できません",
549
550
  "foundational_service_not_inherited": "このボードが登録したサービスです"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "定期スケジュールがまだこのパイプラインを参照しているため、単発専用にすると今後の実行がすべて失敗します。先にそのスケジュールを解除してください。",
577
578
  "pipeline_schedule_intake_unconfigured": "バグ取り込みステップはスケジュールの課題取り込み設定から作業を取得しますが、関連付けられたスケジュールにその設定がありません。先にスケジュールで課題取り込みを設定してください。",
578
579
  "foundational_service_exists": "この ID の基盤サービスはこのスコープにすでに登録されています。既存のエントリを開いて編集してください。ID は設計でアーキテクトが指定する名前なので、2 つのサービスが同じ ID を共有することはできません。",
580
+ "binary_output_service_invalid": "バイナリ出力を生成するステップが、このワークスペースのカタログでは解決できない基盤サービスを選択しています。ID が不明か、選択した保存先サービスに asset-storage ケイパビリティがありません。ステップの選択を修正するかサービスを登録して、もう一度開始してください。",
579
581
  "foundational_service_not_inherited": "除外はアカウントから継承したサービスに対する操作です。この ID はこのボード自身が登録しているため、除外するものがありません。代わりにボード自身のエントリを削除してください。"
580
582
  },
581
583
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "Harmonogram cykliczny wymaga tego potoku",
547
547
  "pipeline_schedule_intake_unconfigured": "Harmonogram nie ma pobierania zgłoszeń",
548
548
  "foundational_service_exists": "Usługa fundamentalna już istnieje",
549
+ "binary_output_service_invalid": "Nie można rozpoznać usługi dla wyników binarnych",
549
550
  "foundational_service_not_inherited": "Ta tablica zarejestrowała tę usługę"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "Harmonogram cykliczny nadal wskazuje ten potok, więc ograniczenie go do jednorazowego zepsułoby każde przyszłe uruchomienie. Najpierw odłącz ten harmonogram.",
577
578
  "pipeline_schedule_intake_unconfigured": "Krok pobierania błędów czerpie pracę z ustawień pobierania zgłoszeń harmonogramu, a powiązany harmonogram ich nie ma. Najpierw skonfiguruj pobieranie zgłoszeń w harmonogramie.",
578
579
  "foundational_service_exists": "Usługa fundamentalna o tym identyfikatorze jest już zarejestrowana w tym zakresie. Otwórz istniejący wpis i go edytuj — dwie usługi nie mogą współdzielić identyfikatora, ponieważ to jego nazwą architekt posługuje się w projekcie.",
580
+ "binary_output_service_invalid": "Krok generujący wyniki binarne wybiera usługę fundamentalną, której katalog tego obszaru roboczego nie może rozpoznać: identyfikator jest nieznany albo wybrana usługa przechowywania nie ma zdolności asset-storage. Popraw wybór w kroku lub zarejestruj usługę, a następnie uruchom ponownie.",
579
581
  "foundational_service_not_inherited": "Wyłączenie dotyczy usługi dziedziczonej z konta. Ten identyfikator jest zarejestrowany przez tę tablicę, więc nie ma czego wyłączać - usuń zamiast tego własny wpis tablicy."
580
582
  },
581
583
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "Yinelenen bir zamanlama bu hatta ihtiyaç duyuyor",
547
547
  "pipeline_schedule_intake_unconfigured": "Zamanlamada sorun alımı yok",
548
548
  "foundational_service_exists": "Temel hizmet zaten var",
549
+ "binary_output_service_invalid": "İkili çıktı hizmeti çözümlenemiyor",
549
550
  "foundational_service_not_inherited": "Bu hizmeti bu pano kaydetti"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "Yinelenen bir zamanlama hâlâ bu hattı gösteriyor, bu yüzden yalnızca tek seferlik yapmak gelecekteki her çalışmayı bozar. Önce o zamanlamayı ayırın.",
577
578
  "pipeline_schedule_intake_unconfigured": "Hata alımı adımı işini zamanlamanın sorun alımı ayarlarından alır ve bağlı zamanlamada bu ayar yok. Önce zamanlamada sorun alımını yapılandırın.",
578
579
  "foundational_service_exists": "Bu kimliğe sahip bir temel hizmet bu kapsamda zaten kayıtlı. Var olan kaydı açıp düzenleyin — iki hizmet aynı kimliği paylaşamaz, çünkü kimlik bir mimarın tasarımında andığı addır.",
580
+ "binary_output_service_invalid": "İkili çıktılar üreten bir adım, bu çalışma alanının kataloğunda çözümlenemeyen bir temel hizmet seçiyor: kimlik bilinmiyor ya da seçilen depolama hizmeti asset-storage yeteneğini taşımıyor. Adımın seçimini düzeltin veya hizmeti kaydedin, sonra yeniden başlatın.",
579
581
  "foundational_service_not_inherited": "Devre dışı bırakma, hesaptan devralınan bir hizmet için geçerlidir. Bu kimlik bu pano tarafından kaydedilmiş, dolayısıyla devre dışı bırakılacak bir şey yok - bunun yerine panonun kendi kaydını silin."
580
582
  },
581
583
  "action": {
@@ -546,6 +546,7 @@
546
546
  "pipeline_schedule_requires_recurring": "Повторюваний розклад потребує цього конвеєра",
547
547
  "pipeline_schedule_intake_unconfigured": "У розкладі немає збору звернень",
548
548
  "foundational_service_exists": "Базовий сервіс уже існує",
549
+ "binary_output_service_invalid": "Не вдається розпізнати сервіс для бінарних результатів",
549
550
  "foundational_service_not_inherited": "Цей сервіс зареєструвала ця дошка"
550
551
  },
551
552
  "description": {
@@ -576,6 +577,7 @@
576
577
  "pipeline_schedule_requires_recurring": "Повторюваний розклад досі посилається на цей конвеєр, тож зробити його лише одноразовим зламало б кожен майбутній запуск. Спершу відʼєднайте цей розклад.",
577
578
  "pipeline_schedule_intake_unconfigured": "Крок збору помилок бере роботу з налаштувань збору звернень у розкладі, а привʼязаний розклад їх не має. Спершу налаштуйте збір звернень у розкладі.",
578
579
  "foundational_service_exists": "Базовий сервіс із цим ідентифікатором уже зареєстровано в цій області. Відкрийте наявний запис і відредагуйте його — два сервіси не можуть мати спільний ідентифікатор, бо саме його архітектор називає у своєму проєкті.",
580
+ "binary_output_service_invalid": "Крок, що генерує бінарні результати, вибирає базовий сервіс, який каталог цього робочого простору не може розпізнати: ідентифікатор невідомий або вибраний сервіс зберігання не має здатності asset-storage. Виправте вибір у кроці або зареєструйте сервіс і запустіть знову.",
579
581
  "foundational_service_not_inherited": "Вимкнення стосується сервісу, успадкованого від облікового запису. Цей ідентифікатор зареєстровано цією дошкою, тож вимикати нічого - натомість видаліть власний запис дошки."
580
582
  },
581
583
  "action": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.200.0",
3
+ "version": "0.200.2",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "valibot": "^1.4.2",
41
41
  "vue": "3.5.40",
42
42
  "wretch": "^3.0.9",
43
- "@cat-factory/contracts": "0.206.0"
43
+ "@cat-factory/contracts": "0.207.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@toad-contracts/testing": "0.3.2",