@strav/cache 1.0.0-alpha.35 → 1.0.0-alpha.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strav/cache",
3
- "version": "1.0.0-alpha.35",
3
+ "version": "1.0.0-alpha.38",
4
4
  "description": "Strav cache layer — Cache abstraction + MemoryCache (in-process) + PostgresCache (cross-process ledger) + RedisCache (Bun.RedisClient, all data structures incl. tagged sets) + MemcachedCache (text-protocol client over Bun.connect). Atomic increments, distributed locks, tagged invalidation. Mirrors @strav/broadcast: kernel-free core in the root, every driver under its own subpath.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -24,11 +24,11 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@strav/cli": "1.0.0-alpha.35",
28
- "@strav/kernel": "1.0.0-alpha.35"
27
+ "@strav/cli": "1.0.0-alpha.38",
28
+ "@strav/kernel": "1.0.0-alpha.38"
29
29
  },
30
30
  "peerDependencies": {
31
- "@strav/database": "1.0.0-alpha.35",
31
+ "@strav/database": "1.0.0-alpha.38",
32
32
  "@types/bun": ">=1.3.14"
33
33
  },
34
34
  "peerDependenciesMeta": {