@alma-harness/postgres 0.1.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alma-harness/postgres",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Reference Postgres storage adapters for Alma: SessionStore and the memory stores (episodes, profile, erasure watermarks), with row-level security keyed on {org, uid}.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -22,15 +22,15 @@
22
22
  "pg": "^8.16.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@alma-harness/core": "^0.1.0",
26
- "@alma-harness/memory": "^0.1.0"
25
+ "@alma-harness/core": "^0.2.0",
26
+ "@alma-harness/memory": "^0.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.1.0",
30
30
  "@types/pg": "^8.15.0",
31
31
  "typescript": "^5.9.2",
32
32
  "vitest": "^3.2.4",
33
- "@alma-harness/testing": "0.1.0"
33
+ "@alma-harness/testing": "0.2.0"
34
34
  },
35
35
  "files": [
36
36
  "dist"