@@ -13,19 +13,20 @@ Shared frontend service packages monorepo under the `@script-development` npm sc
1313- ** Publish:** OIDC Trusted Publishing to public npm registry (no stored tokens)
1414- ** CI:** 8-gate pipeline: audit → format → lint → build → typecheck → lint: pkg → coverage → mutation
1515
16- ## Packages (9)
17-
18- | Package | Vue | Description |
19- | ---------------- | --- | ----------------------------------------------------------------- |
20- | fs-http | No | HTTP service factory with middleware architecture |
21- | fs-storage | No | localStorage service factory with prefix namespacing |
22- | fs-helpers | No | Tree-shakeable utilities: deep copy, type guards, case conversion |
23- | fs-theme | Yes | Reactive dark/light mode with storage persistence |
24- | fs-loading | Yes | Loading state service with HTTP middleware |
25- | fs-adapter-store | Yes | Reactive adapter-store pattern with CRUD resource adapters |
26- | fs-toast | Yes | Component-agnostic toast queue (FIFO) |
27- | fs-dialog | Yes | Component-agnostic dialog stack (LIFO) with error middleware |
28- | fs-translation | Yes | Type-safe reactive i18n with dot-notation keys |
16+ ## Packages (10)
17+
18+ | Package | Vue | Description |
19+ | ---------------- | --- | ---------------------------------------------------------------------------------------------------------------- |
20+ | fs-http | No | HTTP service factory with middleware architecture |
21+ | fs-storage | No | localStorage service factory with prefix namespacing |
22+ | fs-helpers | No | Tree-shakeable utilities: deep copy, type guards, case conversion |
23+ | fs-theme | Yes | Reactive dark/light mode with storage persistence |
24+ | fs-loading | Yes | Loading state service with HTTP middleware |
25+ | fs-adapter-store | Yes | Reactive adapter-store pattern with CRUD resource adapters |
26+ | fs-toast | Yes | Component-agnostic toast queue (FIFO) |
27+ | fs-dialog | Yes | Component-agnostic dialog stack (LIFO) with error middleware |
28+ | fs-translation | Yes | Type-safe reactive i18n with dot-notation keys |
29+ | fs-router | Yes | Type-safe router service factory with CRUD navigation, middleware pipeline, and custom components for Vue Router |
2930
3031## Conventions
3132
0 commit comments