@contractspec/example.workflow-system 3.7.5 → 3.7.7

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,7 +1,7 @@
1
1
  /**
2
2
  * Workflow definition handlers.
3
3
  */
4
- import type { WorkflowDefinitionRecord, WorkflowStepRecord, HandlerContext } from '../shared/types';
4
+ import type { HandlerContext, WorkflowDefinitionRecord, WorkflowStepRecord } from '../shared/types';
5
5
  export declare function handleCreateWorkflow(input: {
6
6
  name: string;
7
7
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.workflow-system",
3
- "version": "3.7.5",
3
+ "version": "3.7.7",
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",
@@ -13,26 +13,26 @@
13
13
  "dev": "contractspec-bun-build dev",
14
14
  "clean": "rimraf dist .turbo",
15
15
  "lint": "bun lint:fix",
16
- "lint:fix": "eslint src --fix",
17
- "lint:check": "eslint src",
16
+ "lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
17
+ "lint:check": "biome check .",
18
18
  "prebuild": "contractspec-bun-build prebuild",
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.schema": "3.7.5",
23
- "@contractspec/lib.contracts-spec": "3.7.5",
24
- "@contractspec/lib.example-shared-ui": "6.0.5",
25
- "@contractspec/lib.design-system": "3.7.5",
26
- "@contractspec/lib.runtime-sandbox": "2.7.5",
22
+ "@contractspec/lib.schema": "3.7.6",
23
+ "@contractspec/lib.contracts-spec": "4.0.0",
24
+ "@contractspec/lib.example-shared-ui": "6.0.7",
25
+ "@contractspec/lib.design-system": "3.8.0",
26
+ "@contractspec/lib.runtime-sandbox": "2.7.6",
27
27
  "react": "19.2.0",
28
28
  "react-dom": "19.2.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@contractspec/tool.typescript": "3.7.5",
31
+ "@contractspec/tool.typescript": "3.7.6",
32
32
  "typescript": "^5.9.3",
33
33
  "@types/react": "^19.2.14",
34
34
  "@types/react-dom": "^19.2.2",
35
- "@contractspec/tool.bun": "3.7.5"
35
+ "@contractspec/tool.bun": "3.7.6"
36
36
  },
37
37
  "exports": {
38
38
  ".": {