2026-07-28 01:26:19 +08:00
{
"name" : "@deepseek-ai/dsh-session-projection-cache" ,
"description" : "Persisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay)" ,
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
"types" : "lib/types/index.d.ts" ,
"exports" : {
"." : {
"types" : "./lib/types/index.d.ts" ,
"default" : "./lib/index.js"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-28 01:26:19 +08:00
] ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"schemastery" : "^3.18.0" ,
"zod" : "^4.4.3"
} ,
"peerDependencies" : {
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
"@deepseek-ai/dsh-session-persistence" : "^0.0.1" ,
"@deepseek-ai/dsh-session-projection" : "^0.0.1" ,
"@deepseek-ai/dsh-storage-domain" : "^0.0.1" ,
"cordis" : "^4.0.0-rc.7"
} ,
"devDependencies" : {
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/dsh-session-persistence" : "workspace:^" ,
"@deepseek-ai/dsh-session-projection" : "workspace:^" ,
"@deepseek-ai/dsh-storage" : "workspace:^" ,
"@deepseek-ai/dsh-storage-domain" : "workspace:^" ,
"cordis" : "^4.0.0-rc.7"
}
}