@contractspec/example.workflow-system 0.0.0-canary-20260119224949 → 0.0.0-canary-20260119225944

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.
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/workflow-system.capability.d.ts
4
- declare const WorkflowCapability: _contractspec_lib_contracts0.CapabilitySpec;
5
- declare const ApprovalCapability: _contractspec_lib_contracts0.CapabilitySpec;
6
- declare const StateMachineCapability: _contractspec_lib_contracts0.CapabilitySpec;
4
+ declare const WorkflowCapability: _contractspec_lib_contracts4.CapabilitySpec;
5
+ declare const ApprovalCapability: _contractspec_lib_contracts4.CapabilitySpec;
6
+ declare const StateMachineCapability: _contractspec_lib_contracts4.CapabilitySpec;
7
7
  //#endregion
8
8
  export { ApprovalCapability, StateMachineCapability, WorkflowCapability };
9
9
  //# sourceMappingURL=workflow-system.capability.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/workflow-system.feature.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
6
6
  * Workflow System feature module that bundles workflow definition,
7
7
  * instance management, and approval handling into an installable feature.
8
8
  */
9
- declare const WorkflowSystemFeature: _contractspec_lib_contracts3.FeatureModuleSpec;
9
+ declare const WorkflowSystemFeature: _contractspec_lib_contracts12.FeatureModuleSpec;
10
10
  //#endregion
11
11
  export { WorkflowSystemFeature };
12
12
  //# sourceMappingURL=workflow-system.feature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"workflow-system.feature.d.ts","names":[],"sources":["../src/workflow-system.feature.ts"],"sourcesContent":[],"mappings":";;;;;;;AAWA;cAAa,uBAmKX,4BAAA,CAnKgC"}
1
+ {"version":3,"file":"workflow-system.feature.d.ts","names":[],"sources":["../src/workflow-system.feature.ts"],"sourcesContent":[],"mappings":";;;;;;;AAWA;cAAa,uBAmKX,6BAAA,CAnKgC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.workflow-system",
3
- "version": "0.0.0-canary-20260119224949",
3
+ "version": "0.0.0-canary-20260119225944",
4
4
  "description": "Workflow and approval system example for ContractSpec - State machine with role-based transitions",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@contractspec/lib.schema": "1.48.0",
21
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
22
- "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119224949",
23
- "@contractspec/lib.design-system": "0.0.0-canary-20260119224949",
21
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119225944",
22
+ "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119225944",
23
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119225944",
24
24
  "@contractspec/lib.runtime-sandbox": "0.3.0",
25
25
  "react": "19.2.3",
26
26
  "react-dom": "19.2.3"