@substrat-run/connector-scrive 0.1.30 → 0.1.31

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/connector-scrive",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
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": {
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "^4.4.3",
29
- "@substrat-run/contracts": "^0.40.0",
30
- "@substrat-run/kernel": "^0.40.0"
29
+ "@substrat-run/contracts": "^0.41.0",
30
+ "@substrat-run/kernel": "^0.41.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^7.0.0",
34
34
  "vitest": "^3.0.0",
35
- "@substrat-run/adapter-sqlite": "^0.40.0",
36
- "@substrat-run/engine-protocol": "^0.4.32"
35
+ "@substrat-run/adapter-sqlite": "^0.41.0",
36
+ "@substrat-run/engine-protocol": "^0.4.33"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsc -p tsconfig.json",