Skip to content

Commit fd6437b

Browse files
Copilothotlong
andcommitted
Fix review feedback: remove misleading strikethrough, use full package names
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a6fbd99 commit fd6437b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ The following renames are planned for packages that implement core service contr
107107
| Current Name (v3.x) | New Name (v4.0) | Reason |
108108
|:---|:---|:---|
109109
| `@objectstack/plugin-auth` | `@objectstack/service-auth` | Implements `IAuthService` contract |
110-
| ~~`@objectstack/plugin-cache`~~ | `@objectstack/service-cache` | Implements `ICacheService` contract |
111-
| ~~`@objectstack/plugin-queue`~~ | `@objectstack/service-queue` | Implements `IQueueService` contract |
110+
| `@objectstack/plugin-cache` (not yet published) | `@objectstack/service-cache` | Implements `ICacheService` contract |
111+
| `@objectstack/plugin-queue` (not yet published) | `@objectstack/service-queue` | Implements `IQueueService` contract |
112112
| `@objectstack/plugin-dev` | `@objectstack/plugin-dev` | ✅ Keep — optional developer tooling |
113113
| `@objectstack/plugin-msw` | `@objectstack/plugin-msw` | ✅ Keep — optional test mocking |
114114
| `@objectstack/plugin-bi` | `@objectstack/plugin-bi` | ✅ Keep — optional BI extension |
@@ -395,8 +395,8 @@ The following renames are planned for packages that implement core service contr
395395
| 1 | Data Engine | `IDataEngine` || `@objectstack/objectql` | Full CRUD + hooks + middleware |
396396
| 2 | Data Driver | `IDataDriver` || `@objectstack/driver-memory` | In-memory reference driver |
397397
| 3 | Metadata Service | `IMetadataService` || `@objectstack/metadata` | Full CRUD + overlays + deps |
398-
| 4 | Auth Service | `IAuthService` || `@objectstack/plugin-auth``service-auth` in v4.0 | better-auth integration |
399-
| 5 | HTTP Server | `IHttpServer` || `@objectstack/plugin-hono-server``service-http` in v4.0 | Hono-based server |
398+
| 4 | Auth Service | `IAuthService` || `@objectstack/plugin-auth``@objectstack/service-auth` in v4.0 | better-auth integration |
399+
| 5 | HTTP Server | `IHttpServer` || `@objectstack/plugin-hono-server``@objectstack/service-http` in v4.0 | Hono-based server |
400400
| 6 | Logger | `Logger` || `@objectstack/core` | Pino-based structured logging |
401401
| 7 | Service Registry | `IServiceRegistry` || `@objectstack/core` | Built into ObjectKernel |
402402
| 8 | Analytics Service | `IAnalyticsService` | 🟡 | `@objectstack/driver-memory` | Memory reference only |

0 commit comments

Comments
 (0)