Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@strav/kernel

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strav/kernel - npm Package Compare versions

Comparing version
1.0.0-alpha.24
to
1.0.0-alpha.25
+1
-1
package.json
{
"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",

// 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 {}