@substrat-run/connector-scrive 0.11.2 → 0.11.4
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 +5 -5
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ instead. The host needs a `SecretBox` configured to seal the credential at rest.
|
|
|
84
84
|
requires valid email field"* — at `basic` as much as at `strong`.
|
|
85
85
|
`protocol.signatures-requested` carries no contact, and `ScriveParty.email` is therefore never
|
|
86
86
|
populated. This is the live blocker, and it is one carrier away
|
|
87
|
-
(`docs/
|
|
87
|
+
(`docs/architecture/signature-contact-carrier.md`); every other caveat here is downstream of it.
|
|
88
88
|
|
|
89
89
|
Read the participant number: **#2**, not #1. Scrive never invites the **author** — it is the
|
|
90
90
|
sending account — so the rule does not reach it, and the gap splits in two:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/connector-scrive",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"description": "Substrat connector: Scrive eSign (Swedish BankID). Turns a protocol.signatures-requested event into a Scrive signing flow (create → set file → parties → start) and records the completed signature back into the scope through the #97 authority seam. Host code — registered on a ScopeHost, never module code.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@substrat-run/contracts": "^0.
|
|
29
|
-
"@substrat-run/kernel": "^0.
|
|
28
|
+
"@substrat-run/contracts": "^0.77.0",
|
|
29
|
+
"@substrat-run/kernel": "^0.77.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"typescript": "^7.0.0",
|
|
33
33
|
"vitest": "^3.2.7",
|
|
34
34
|
"zod": "^4.4.3",
|
|
35
|
-
"@substrat-run/
|
|
36
|
-
"@substrat-run/
|
|
35
|
+
"@substrat-run/adapter-sqlite": "^0.77.0",
|
|
36
|
+
"@substrat-run/engine-protocol": "^0.9.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"zod": "^4.4.0"
|