@substrat-run/engine-invites 0.1.7 → 0.1.9

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 +7 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -46,3 +46,10 @@ Invitations expire (14 days by default) and one sender may hold 25 open invitati
46
46
  organization. Expiry is applied on read and on transition rather than by a sweep — an
47
47
  expired invitation must never be acceptable, and a background job would be a second
48
48
  source of truth for the same fact.
49
+
50
+ ## Documentation
51
+
52
+ **https://substrat.net/engines** — the domain model and invariants, the operation/permission
53
+ surface, the event contracts, and how a vertical composes or extends it.
54
+
55
+ The docs site is the single source of truth; this README deliberately doesn't restate it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/engine-invites",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Substrat engine: invitations — invite by verified hashed identifier, accept-required, non-enumerable",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "^4.4.3",
29
- "@substrat-run/contracts": "^0.62.0",
30
- "@substrat-run/kernel": "^0.62.0"
29
+ "@substrat-run/contracts": "^0.64.0",
30
+ "@substrat-run/kernel": "^0.64.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^7.0.0",
34
34
  "vitest": "^3.0.0",
35
- "@substrat-run/engine-test-kit": "^0.0.60"
35
+ "@substrat-run/engine-test-kit": "^0.0.62"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsc -p tsconfig.json",