@alma-harness/postgres 0.3.0 → 0.4.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Reference storage adapters for [Alma](https://github.com/FabioFernandesCarneiro/alma),
|
|
4
4
|
with row-level security as defense in depth.
|
|
5
5
|
|
|
6
|
-
> **Status: 0.
|
|
6
|
+
> **Status: 0.3.0 on npm, pre-1.0.** The API is still moving; see the
|
|
7
7
|
> [roadmap](../../docs/architecture.md#12-adoption-roadmap) for where it stands.
|
|
8
8
|
|
|
9
9
|
## What it owns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alma-harness/postgres",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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.
|
|
26
|
-
"@alma-harness/memory": "^0.
|
|
25
|
+
"@alma-harness/core": "^0.4.0",
|
|
26
|
+
"@alma-harness/memory": "^0.4.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.
|
|
33
|
+
"@alma-harness/testing": "0.4.0"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|