@cat-factory/app 0.282.0 → 0.282.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.
|
@@ -352,7 +352,7 @@ describe('github store — GitHub PAT credential check', () => {
|
|
|
352
352
|
// read behind it answers from local rows. Awaited, an unreachable GitHub held those modals
|
|
353
353
|
// for the full outbound timeout to settle a banner they do not render.
|
|
354
354
|
it('does not make callers wait on the outbound check', async () => {
|
|
355
|
-
let settleCheck
|
|
355
|
+
let settleCheck: (value: GitHubPatCheck) => void = () => {}
|
|
356
356
|
stubApi({
|
|
357
357
|
getGitHubConnection: vi.fn().mockResolvedValue({ connection: connection() }),
|
|
358
358
|
listVcsConnectOptions: vi.fn().mockResolvedValue({ options: [] }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.282.
|
|
3
|
+
"version": "0.282.1",
|
|
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.41",
|
|
42
42
|
"wretch": "^3.0.9",
|
|
43
|
-
"@cat-factory/contracts": "0.323.
|
|
43
|
+
"@cat-factory/contracts": "0.323.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@toad-contracts/testing": "0.3.2",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"msw": "^2.15.0",
|
|
49
49
|
"nuxt": "^4.5.2",
|
|
50
50
|
"typescript": "^6.0.3",
|
|
51
|
-
"vitest": "^4.1.
|
|
51
|
+
"vitest": "^4.1.11",
|
|
52
52
|
"vue-i18n-extract": "^2.0.7",
|
|
53
|
-
"vue-tsc": "^3.3.
|
|
53
|
+
"vue-tsc": "^3.3.10"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"nuxt": "^4.5.2"
|