@substrat-run/connector-scrive 0.14.11 → 0.14.13

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -123,8 +123,8 @@ not avoid it: Scrive claims party #1 and overwrites that instead.
123
123
  Two consequences, both of which reached production before this was understood:
124
124
 
125
125
  - While the issuing party was the author, **the Scrive account owner signed for the sender's
126
- organisation** — whoever the vertical actually named. Egeryds sent an avtal naming one person
127
- and a different person was invited to sign it.
126
+ organisation** — whoever the vertical actually named. A live vertical sent an agreement naming
127
+ one person and a different person was invited to sign it.
128
128
  - The **return path could never record that signature.** `reconcileScriveSignatures` refuses to
129
129
  attribute when the provider's party name disagrees with the dispatched label — a fail-closed
130
130
  guard doing exactly its job — and the substituted name never agrees.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/connector-scrive",
3
- "version": "0.14.11",
3
+ "version": "0.14.13",
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.106.0",
29
- "@substrat-run/kernel": "^0.106.0"
28
+ "@substrat-run/contracts": "^0.108.0",
29
+ "@substrat-run/kernel": "^0.108.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/adapter-sqlite": "^0.106.0",
36
- "@substrat-run/engine-protocol": "^0.12.11"
35
+ "@substrat-run/engine-protocol": "^0.12.13",
36
+ "@substrat-run/adapter-sqlite": "^0.108.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "zod": "^4.4.0"