@cat-factory/app 0.58.1 → 0.58.3

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.
@@ -45,6 +45,7 @@ const CONFLICT_TITLE_KEYS: Record<
45
45
  github_not_connected: 'errors.conflict.title.github_not_connected',
46
46
  bootstrap_not_retryable: 'errors.conflict.title.bootstrap_not_retryable',
47
47
  bootstrap_reference_missing: 'errors.conflict.title.bootstrap_reference_missing',
48
+ provision_type_unhandled: 'errors.conflict.title.provision_type_unhandled',
48
49
  }
49
50
 
50
51
  /**
@@ -282,7 +282,8 @@
282
282
  "no_pr_to_merge": "No PR to merge",
283
283
  "github_not_connected": "GitHub not connected",
284
284
  "bootstrap_not_retryable": "Bootstrap can’t be retried",
285
- "bootstrap_reference_missing": "Reference architecture is gone"
285
+ "bootstrap_reference_missing": "Reference architecture is gone",
286
+ "provision_type_unhandled": "No handler for this provision type"
286
287
  },
287
288
  "fallbackMessage": "This action conflicts with the current state.",
288
289
  "providersUnconfigured": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.58.1",
3
+ "version": "0.58.3",
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",
@@ -34,7 +34,7 @@
34
34
  "valibot": "^1.4.2",
35
35
  "vue": "^3.5.39",
36
36
  "wretch": "^3.0.9",
37
- "@cat-factory/contracts": "0.59.0"
37
+ "@cat-factory/contracts": "0.61.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@toad-contracts/testing": "0.3.2",