@strav/kernel
Advanced tools
+1
-1
| { | ||
| "name": "@strav/kernel", | ||
| "version": "1.0.0-alpha.24", | ||
| "version": "1.0.0-alpha.25", | ||
| "description": "Strav kernel — IoC container, service providers, lifecycle, config, events, helpers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+5
-3
| // Public API of @strav/kernel | ||
| // Each sub-barrel re-exports its public symbols; consumer apps import from '@strav/kernel'. | ||
| // | ||
| // Cache moved to `@strav/cache` (mirror `@strav/broadcast`) so kernel | ||
| // stays free of the database peer the Postgres driver requires. | ||
| // `storage/` and `i18n/` were placeholder barrels the spec never | ||
| // scoped as kernel subsystems — dropped as audit-gap closure. | ||
| export * from './cache/index.ts' | ||
| export * from './config/index.ts' | ||
@@ -12,6 +16,4 @@ export * from './console/index.ts' | ||
| export * from './helpers/index.ts' | ||
| export * from './i18n/index.ts' | ||
| export * from './logger/index.ts' | ||
| export * from './providers/index.ts' | ||
| export * from './session/index.ts' | ||
| export * from './storage/index.ts' |
| // cache subsystem — public exports land here. | ||
| export {} |
| // i18n subsystem — public exports land here. | ||
| export {} |
| // storage subsystem — public exports land here. | ||
| export {} |
133397
-0.01%54
-5.26%3271
-0.12%