@substrat-run/engine-workorder 0.3.11 → 0.3.15

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -41,7 +41,7 @@ host.defineOperation('acme/ticket-to-order', async (ctx, input) => {
41
41
 
42
42
  ## Documentation
43
43
 
44
- **https://substrat.ahlstrand.es/engines/workorder/** — the domain model and invariants, the
44
+ **https://substrat.net/engines** — the domain model and invariants, the
45
45
  full operation/permission surface, event contracts, and how to compose or extend it.
46
46
 
47
47
  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-workorder",
3
- "version": "0.3.11",
3
+ "version": "0.3.15",
4
4
  "description": "Substrat engine: work orders + time + material — one engine, one state machine, append-only reporting",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  "url": "git+https://github.com/substrat-run/substrat.git",
9
9
  "directory": "engines/workorder"
10
10
  },
11
- "homepage": "https://github.com/substrat-run/substrat",
11
+ "homepage": "https://substrat.net/engines",
12
12
  "type": "module",
13
13
  "main": "./dist/index.js",
14
14
  "types": "./dist/index.d.ts",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "^4.4.3",
29
- "@substrat-run/contracts": "^0.14.0",
30
- "@substrat-run/kernel": "^0.14.0"
29
+ "@substrat-run/contracts": "^0.17.0",
30
+ "@substrat-run/kernel": "^0.17.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.12"
35
+ "@substrat-run/engine-test-kit": "^0.0.15"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsc -p tsconfig.json",