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)" ,
2026-08-11 22:39:48 +08:00
"version" : "0.0.1-rc.2" ,
2026-08-11 00:02:53 +08:00
"publishConfig" : {
"access" : "restricted"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-ai/deepseek-harness.git" ,
"directory" : "packages/session/session-projection-cache"
} ,
2026-07-28 01:26:19 +08:00
"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" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/schemastery" : "workspace:^" ,
2026-07-28 01:26:19 +08:00
"zod" : "^4.4.3"
} ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@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-domain" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^"
2026-07-28 01:26:19 +08:00
} ,
"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:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^"
2026-07-28 01:26:19 +08:00
}
}