@lssm/lib.workflow-composer 0.0.0-canary-20251225052113 → 0.0.0-canary-20251225071908

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 +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @lssm/lib.workflow-composer
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  Compose base WorkflowSpecs with tenant-, role-, or device-specific extensions. The composer lets teams inject steps, hide portions of a workflow, and attach tenant-scoped metadata without duplicating base definitions.
4
7
 
5
8
  ## Highlights
@@ -38,5 +41,6 @@ Refer to `docs/tech/personalization/workflow-composition.md` for more.
38
41
 
39
42
 
40
43
 
44
+
41
45
 
42
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.workflow-composer",
3
- "version": "0.0.0-canary-20251225052113",
3
+ "version": "0.0.0-canary-20251225071908",
4
4
  "description": "Tenant-aware workflow composition helpers for ContractSpec.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,11 +24,11 @@
24
24
  "test": "bun run"
25
25
  },
26
26
  "dependencies": {
27
- "@lssm/lib.contracts": "0.0.0-canary-20251225052113"
27
+ "@lssm/lib.contracts": "0.0.0-canary-20251225071908"
28
28
  },
29
29
  "devDependencies": {
30
- "@lssm/tool.tsdown": "0.0.0-canary-20251225052113",
31
- "@lssm/tool.typescript": "0.0.0-canary-20251225052113",
30
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225071908",
31
+ "@lssm/tool.typescript": "0.0.0-canary-20251225071908",
32
32
  "tsdown": "^0.18.3",
33
33
  "typescript": "^5.9.3"
34
34
  },