@nxgt/janus 0.8.5 → 0.8.6

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.
@@ -479,5 +479,5 @@ Types: `ConformanceHarness`, `OpenedStores`, `StoreFaults`, `ConformanceCase`,
479
479
  - [Errors](errors.md) — `StoreFailure`, `StoreConflict` and the rule behind them
480
480
  - [Vocabulary](vocabulary.md) — ids, cursors and `invalidCursor`
481
481
  - `@nxgt/janus-mongo` — an adapter that passes both suites against a real mongod, outages included
482
- - `@nxgt/janus-drizzle` — both suites on PostgreSQL 17 and PGlite
483
- - `@nxgt/janus-redis` — the sessions and one-time tokens cases on Redis 7.4
482
+ - `@nxgt/janus-drizzle` — both suites on PostgreSQL 17, PostgreSQL 15 and PGlite
483
+ - `@nxgt/janus-redis` — the sessions and one-time tokens cases on Redis 7.4, Redis 7.0 and Valkey 7.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxgt/janus",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "Embeddable, type-safe identities and permissions: bring your own database",
5
5
  "license": "MIT",
6
6
  "type": "module",