@contractspec/example.workflow-system 3.8.11 → 3.8.12
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.
- package/dist/browser/example.js +1 -1
- package/dist/example.js +1 -1
- package/package.json +5 -5
package/dist/browser/example.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"workflow-system",version:"1.0.0",title:"Workflow / Approval System",description:"State-machine driven approvals with RBAC, audit trail, notifications, and jobs.",kind:"template",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["workflow","approval","state-machine","rbac"]},docs:{rootDocId:"docs.examples.workflow-system",goalDocId:"docs.examples.workflow-system.goal",usageDocId:"docs.examples.workflow-system.usage",constraintsDocId:"docs.examples.workflow-system.constraints"},entrypoints:{packageName:"@contractspec/example.workflow-system",feature:"./feature",contracts:"./contracts",presentations:"./presentations",handlers:"./handlers",docs:"./docs"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs","builder","markdown","evolution"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};
|
|
1
|
+
import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"workflow-system",version:"1.0.0",title:"Workflow / Approval System",description:"State-machine driven approvals with RBAC, audit trail, notifications, and jobs.",kind:"template",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["workflow","approval","state-machine","rbac"]},docs:{rootDocId:"docs.examples.workflow-system",goalDocId:"docs.examples.workflow-system.goal",usageDocId:"docs.examples.workflow-system.usage",constraintsDocId:"docs.examples.workflow-system.constraints"},entrypoints:{packageName:"@contractspec/example.workflow-system",feature:"./feature",contracts:"./contracts",presentations:"./presentations",handlers:"./handlers",docs:"./docs",ui:"./ui"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs","builder","markdown","evolution"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};
|
package/dist/example.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"workflow-system",version:"1.0.0",title:"Workflow / Approval System",description:"State-machine driven approvals with RBAC, audit trail, notifications, and jobs.",kind:"template",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["workflow","approval","state-machine","rbac"]},docs:{rootDocId:"docs.examples.workflow-system",goalDocId:"docs.examples.workflow-system.goal",usageDocId:"docs.examples.workflow-system.usage",constraintsDocId:"docs.examples.workflow-system.constraints"},entrypoints:{packageName:"@contractspec/example.workflow-system",feature:"./feature",contracts:"./contracts",presentations:"./presentations",handlers:"./handlers",docs:"./docs"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs","builder","markdown","evolution"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};
|
|
2
|
+
import{defineExample as g}from"@contractspec/lib.contracts-spec";var h=g({meta:{key:"workflow-system",version:"1.0.0",title:"Workflow / Approval System",description:"State-machine driven approvals with RBAC, audit trail, notifications, and jobs.",kind:"template",visibility:"public",stability:"experimental",owners:["@platform.core"],tags:["workflow","approval","state-machine","rbac"]},docs:{rootDocId:"docs.examples.workflow-system",goalDocId:"docs.examples.workflow-system.goal",usageDocId:"docs.examples.workflow-system.usage",constraintsDocId:"docs.examples.workflow-system.constraints"},entrypoints:{packageName:"@contractspec/example.workflow-system",feature:"./feature",contracts:"./contracts",presentations:"./presentations",handlers:"./handlers",docs:"./docs",ui:"./ui"},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs","builder","markdown","evolution"]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}}),q=h;export{q as default};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.workflow-system",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.12",
|
|
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",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contractspec/lib.schema": "3.7.14",
|
|
24
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
25
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
26
|
-
"@contractspec/lib.design-system": "3.
|
|
24
|
+
"@contractspec/lib.contracts-spec": "5.4.0",
|
|
25
|
+
"@contractspec/lib.example-shared-ui": "6.0.20",
|
|
26
|
+
"@contractspec/lib.design-system": "3.10.0",
|
|
27
27
|
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
28
28
|
"react": "19.2.0",
|
|
29
29
|
"react-dom": "19.2.0",
|
|
30
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
30
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.8"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@contractspec/tool.typescript": "3.7.13",
|