You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update @WorkGlow packages to version 0.0.125
- Bumped versions for several @WorkGlow packages, including cli, ai, ai-provider, job-queue, knowledge-base, sqlite, and storage to 0.0.125.
- Updated peer dependencies and imports to ensure compatibility across the updated packages.
- Refactored code to utilize the new `workglow` package instead of individual scoped packages.
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The CLI entrypoint is `src/sec.ts` and uses Commander for subcommands (e.g., `./
33
33
34
34
### Dependency Injection
35
35
36
-
Uses `@workglow/util`'s `globalServiceRegistry` with typed tokens. Production uses `SqliteTabularRepository`, tests use `InMemoryTabularRepository`. Call `resetDependencyInjectionsForTesting()` from `src/config/TestingDI.ts` in test setup.
36
+
Uses the `workglow` package’s `globalServiceRegistry` with typed tokens. Production uses `SqliteTabularRepository`, tests use `InMemoryTabularRepository`. Call `resetDependencyInjectionsForTesting()` from `src/config/TestingDI.ts` in test setup.
0 commit comments