@contractspec/integration.workflow-devkit 0.1.1 → 0.1.2
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/compiler.js +1 -1
- package/dist/browser/helpers.js +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/runtime.js +1 -1
- package/dist/compiler.js +1 -1
- package/dist/helpers.d.ts +1 -1
- package/dist/helpers.js +1 -1
- package/dist/index.js +1 -1
- package/dist/node/compiler.js +1 -1
- package/dist/node/helpers.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/runtime.js +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +6 -6
package/dist/browser/compiler.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/browser/helpers.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/browser/index.js
CHANGED
|
@@ -167,7 +167,7 @@ function readStartIndex(url) {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
// src/helpers.ts
|
|
170
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
170
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
171
171
|
function inferWorkflowDevkitBehavior(step) {
|
|
172
172
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
173
173
|
}
|
package/dist/browser/runtime.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/compiler.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/helpers.ts
|
|
3
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
3
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
4
4
|
function inferWorkflowDevkitBehavior(step) {
|
|
5
5
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
6
6
|
}
|
package/dist/helpers.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Step, WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow';
|
|
1
|
+
import type { Step, WorkflowSpec } from '@contractspec/lib.contracts-spec/workflow/spec';
|
|
2
2
|
export declare function inferWorkflowDevkitBehavior(step: Step): import("@contractspec/lib.contracts-spec/workflow").StepType | import("@contractspec/lib.contracts-spec/workflow").WorkflowDevkitStepBehavior;
|
|
3
3
|
export declare function resolveWorkflowDevkitEntryStepId(spec: WorkflowSpec): string;
|
|
4
4
|
export declare function resolveWorkflowDevkitRunIdentity(spec: WorkflowSpec, runIdentity?: string): string;
|
package/dist/helpers.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/helpers.ts
|
|
3
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
3
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
4
4
|
function inferWorkflowDevkitBehavior(step) {
|
|
5
5
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
6
6
|
}
|
package/dist/index.js
CHANGED
|
@@ -168,7 +168,7 @@ function readStartIndex(url) {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
// src/helpers.ts
|
|
171
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
171
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
172
172
|
function inferWorkflowDevkitBehavior(step) {
|
|
173
173
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
174
174
|
}
|
package/dist/node/compiler.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/node/helpers.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/node/index.js
CHANGED
|
@@ -167,7 +167,7 @@ function readStartIndex(url) {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
// src/helpers.ts
|
|
170
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
170
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
171
171
|
function inferWorkflowDevkitBehavior(step) {
|
|
172
172
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
173
173
|
}
|
package/dist/node/runtime.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/helpers.ts
|
|
2
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
2
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
3
3
|
function inferWorkflowDevkitBehavior(step) {
|
|
4
4
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
5
5
|
}
|
package/dist/runtime.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/helpers.ts
|
|
3
|
-
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow";
|
|
3
|
+
import { evaluateExpression } from "@contractspec/lib.contracts-spec/workflow/expression";
|
|
4
4
|
function inferWorkflowDevkitBehavior(step) {
|
|
5
5
|
return step.runtime?.workflowDevkit?.behavior ?? step.type;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/integration.workflow-devkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Workflow DevKit compiler and runtime bridges for ContractSpec workflows",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"scripts": {
|
|
78
78
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
79
79
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
80
|
-
"build": "bun run
|
|
80
|
+
"build": "bun run build:bundle && bun run build:types",
|
|
81
81
|
"build:bundle": "contractspec-bun-build transpile",
|
|
82
82
|
"build:types": "contractspec-bun-build types",
|
|
83
83
|
"dev": "contractspec-bun-build dev",
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
"typecheck": "tsc --noEmit"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@contractspec/lib.ai-agent": "8.0.
|
|
94
|
-
"@contractspec/lib.contracts-spec": "5.0.
|
|
93
|
+
"@contractspec/lib.ai-agent": "8.0.4",
|
|
94
|
+
"@contractspec/lib.contracts-spec": "5.0.4",
|
|
95
95
|
"@workflow/ai": "^4.1.0-beta.58",
|
|
96
96
|
"ai": "6.0.138",
|
|
97
97
|
"workflow": "^4.2.0-beta.72"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@contractspec/tool.bun": "3.7.
|
|
101
|
-
"@contractspec/tool.typescript": "3.7.
|
|
100
|
+
"@contractspec/tool.bun": "3.7.12",
|
|
101
|
+
"@contractspec/tool.typescript": "3.7.12",
|
|
102
102
|
"typescript": "^5.9.3"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|