@contractspec/module.ai-chat 4.3.16 → 4.3.17
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/core/index.js +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/presentation/components/index.js +1 -1
- package/dist/browser/presentation/hooks/index.js +1 -1
- package/dist/browser/presentation/index.js +1 -1
- package/dist/core/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/node/core/index.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/presentation/components/index.js +1 -1
- package/dist/node/presentation/hooks/index.js +1 -1
- package/dist/node/presentation/index.js +1 -1
- package/dist/presentation/components/index.js +1 -1
- package/dist/presentation/hooks/index.js +1 -1
- package/dist/presentation/index.js +1 -1
- package/package.json +14 -14
|
@@ -643,7 +643,7 @@ function createWorkflowTools(config) {
|
|
|
643
643
|
`);
|
|
644
644
|
const meta = base.meta;
|
|
645
645
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
646
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
646
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
649
|
* Workflow: ${base.meta.key}
|
package/dist/browser/index.js
CHANGED
|
@@ -3415,7 +3415,7 @@ function createWorkflowTools(config) {
|
|
|
3415
3415
|
`);
|
|
3416
3416
|
const meta = base.meta;
|
|
3417
3417
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3418
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3418
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3419
3419
|
|
|
3420
3420
|
/**
|
|
3421
3421
|
* Workflow: ${base.meta.key}
|
|
@@ -3016,7 +3016,7 @@ function createWorkflowTools(config) {
|
|
|
3016
3016
|
`);
|
|
3017
3017
|
const meta = base.meta;
|
|
3018
3018
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3019
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3019
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3020
3020
|
|
|
3021
3021
|
/**
|
|
3022
3022
|
* Workflow: ${base.meta.key}
|
|
@@ -641,7 +641,7 @@ function createWorkflowTools(config) {
|
|
|
641
641
|
`);
|
|
642
642
|
const meta = base.meta;
|
|
643
643
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
644
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
644
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
645
645
|
|
|
646
646
|
/**
|
|
647
647
|
* Workflow: ${base.meta.key}
|
|
@@ -3016,7 +3016,7 @@ function createWorkflowTools(config) {
|
|
|
3016
3016
|
`);
|
|
3017
3017
|
const meta = base.meta;
|
|
3018
3018
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3019
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3019
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3020
3020
|
|
|
3021
3021
|
/**
|
|
3022
3022
|
* Workflow: ${base.meta.key}
|
package/dist/core/index.js
CHANGED
|
@@ -638,7 +638,7 @@ function createWorkflowTools(config) {
|
|
|
638
638
|
`);
|
|
639
639
|
const meta = base.meta;
|
|
640
640
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
641
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
641
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
642
642
|
|
|
643
643
|
/**
|
|
644
644
|
* Workflow: ${base.meta.key}
|
package/dist/index.js
CHANGED
|
@@ -3410,7 +3410,7 @@ function createWorkflowTools(config) {
|
|
|
3410
3410
|
`);
|
|
3411
3411
|
const meta = base.meta;
|
|
3412
3412
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3413
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3413
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3414
3414
|
|
|
3415
3415
|
/**
|
|
3416
3416
|
* Workflow: ${base.meta.key}
|
package/dist/node/core/index.js
CHANGED
|
@@ -638,7 +638,7 @@ function createWorkflowTools(config) {
|
|
|
638
638
|
`);
|
|
639
639
|
const meta = base.meta;
|
|
640
640
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
641
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
641
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
642
642
|
|
|
643
643
|
/**
|
|
644
644
|
* Workflow: ${base.meta.key}
|
package/dist/node/index.js
CHANGED
|
@@ -3410,7 +3410,7 @@ function createWorkflowTools(config) {
|
|
|
3410
3410
|
`);
|
|
3411
3411
|
const meta = base.meta;
|
|
3412
3412
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3413
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3413
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3414
3414
|
|
|
3415
3415
|
/**
|
|
3416
3416
|
* Workflow: ${base.meta.key}
|
|
@@ -3011,7 +3011,7 @@ function createWorkflowTools(config) {
|
|
|
3011
3011
|
`);
|
|
3012
3012
|
const meta = base.meta;
|
|
3013
3013
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3014
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3014
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3015
3015
|
|
|
3016
3016
|
/**
|
|
3017
3017
|
* Workflow: ${base.meta.key}
|
|
@@ -636,7 +636,7 @@ function createWorkflowTools(config) {
|
|
|
636
636
|
`);
|
|
637
637
|
const meta = base.meta;
|
|
638
638
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
639
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
639
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
640
640
|
|
|
641
641
|
/**
|
|
642
642
|
* Workflow: ${base.meta.key}
|
|
@@ -3011,7 +3011,7 @@ function createWorkflowTools(config) {
|
|
|
3011
3011
|
`);
|
|
3012
3012
|
const meta = base.meta;
|
|
3013
3013
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3014
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3014
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3015
3015
|
|
|
3016
3016
|
/**
|
|
3017
3017
|
* Workflow: ${base.meta.key}
|
|
@@ -3011,7 +3011,7 @@ function createWorkflowTools(config) {
|
|
|
3011
3011
|
`);
|
|
3012
3012
|
const meta = base.meta;
|
|
3013
3013
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3014
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3014
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3015
3015
|
|
|
3016
3016
|
/**
|
|
3017
3017
|
* Workflow: ${base.meta.key}
|
|
@@ -636,7 +636,7 @@ function createWorkflowTools(config) {
|
|
|
636
636
|
`);
|
|
637
637
|
const meta = base.meta;
|
|
638
638
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
639
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
639
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
640
640
|
|
|
641
641
|
/**
|
|
642
642
|
* Workflow: ${base.meta.key}
|
|
@@ -3011,7 +3011,7 @@ function createWorkflowTools(config) {
|
|
|
3011
3011
|
`);
|
|
3012
3012
|
const meta = base.meta;
|
|
3013
3013
|
const transitionsJson = JSON.stringify(base.definition.transitions, null, 6);
|
|
3014
|
-
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
3014
|
+
const code = `import type { WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
3015
3015
|
|
|
3016
3016
|
/**
|
|
3017
3017
|
* Workflow: ${base.meta.key}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.ai-chat",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.17",
|
|
4
4
|
"description": "AI chat interface module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"typecheck": "tsc --noEmit"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@contractspec/lib.ai-agent": "8.0.
|
|
35
|
-
"@contractspec/lib.surface-runtime": "0.5.
|
|
36
|
-
"@contractspec/lib.ai-providers": "3.7.
|
|
37
|
-
"@contractspec/lib.contracts-spec": "5.0
|
|
38
|
-
"@contractspec/integration.workflow-devkit": "0.1.
|
|
39
|
-
"@contractspec/lib.workflow-composer": "3.7.
|
|
40
|
-
"@contractspec/lib.schema": "3.7.
|
|
41
|
-
"@contractspec/lib.metering": "3.7.
|
|
42
|
-
"@contractspec/lib.cost-tracking": "3.7.
|
|
43
|
-
"@contractspec/lib.design-system": "3.8.
|
|
44
|
-
"@contractspec/lib.ui-kit-web": "3.9.
|
|
34
|
+
"@contractspec/lib.ai-agent": "8.0.5",
|
|
35
|
+
"@contractspec/lib.surface-runtime": "0.5.17",
|
|
36
|
+
"@contractspec/lib.ai-providers": "3.7.13",
|
|
37
|
+
"@contractspec/lib.contracts-spec": "5.1.0",
|
|
38
|
+
"@contractspec/integration.workflow-devkit": "0.1.3",
|
|
39
|
+
"@contractspec/lib.workflow-composer": "3.7.17",
|
|
40
|
+
"@contractspec/lib.schema": "3.7.14",
|
|
41
|
+
"@contractspec/lib.metering": "3.7.17",
|
|
42
|
+
"@contractspec/lib.cost-tracking": "3.7.13",
|
|
43
|
+
"@contractspec/lib.design-system": "3.8.10",
|
|
44
|
+
"@contractspec/lib.ui-kit-web": "3.9.9",
|
|
45
45
|
"@ai-sdk/react": "3.0.140",
|
|
46
46
|
"ai": "6.0.138",
|
|
47
47
|
"lucide-react": "^1.6.0",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"zod": "^4.3.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@contractspec/tool.typescript": "3.7.
|
|
52
|
+
"@contractspec/tool.typescript": "3.7.13",
|
|
53
53
|
"@types/react": "^19.2.14",
|
|
54
54
|
"typescript": "^5.9.3",
|
|
55
|
-
"@contractspec/tool.bun": "3.7.
|
|
55
|
+
"@contractspec/tool.bun": "3.7.13"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": ">=19.2.4"
|