@optimystic/db-p2p-storage-fs 0.19.0 → 0.21.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -92,7 +92,7 @@ Two layers run here, both over a per-test `fs.mkdtemp` fixture with `afterEach`
92
92
  cleanup:
93
93
 
94
94
  - **Shared conformance suite** — `runRawStorageConformance('FileSystem', …)` from
95
- `@optimystic/db-p2p/testing`, the one cross-backend parity target. It proves the
95
+ `@optimystic/db-p2p/testing/conformance`, the one cross-backend parity target. It proves the
96
96
  fs backend (now `KvRawStorage` over a `FileStoreDriver`) behaves identically to
97
97
  every other backend: round-trips, `listRevisions` ordering, promote atomicity +
98
98
  the exact missing-pend error, clone-on-store/read (structural via the byte
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimystic/db-p2p-storage-fs",
3
- "version": "0.19.0",
3
+ "version": "0.21.0",
4
4
  "type": "module",
5
5
  "description": "Node.js filesystem storage backend for @optimystic/db-p2p",
6
6
  "main": "dist/src/index.js",
@@ -48,8 +48,8 @@
48
48
  "typescript": "^5.9.3"
49
49
  },
50
50
  "dependencies": {
51
- "@optimystic/db-core": "^0.19.0",
52
- "@optimystic/db-p2p": "^0.19.0",
51
+ "@optimystic/db-core": "^0.21.0",
52
+ "@optimystic/db-p2p": "^0.21.0",
53
53
  "debug": "^4.4.3"
54
54
  }
55
55
  }