@tomflow/proflow-execution-runtime 0.1.13 → 0.1.14
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/CHANGELOG.md +6 -0
- package/SETUP.md +1 -1
- package/dist/deployment/adapter.d.ts +11 -11
- package/dist/deployment/descriptor.d.ts +1 -1
- package/dist/deployment/descriptor.js +1 -1
- package/package.json +7 -7
- package/proflow.module.json +1 -1
package/CHANGELOG.md
CHANGED
package/SETUP.md
CHANGED
|
@@ -23,6 +23,6 @@ Success condition: `model-runtime.setupStatus=READY`.
|
|
|
23
23
|
Responsible: USER
|
|
24
24
|
Interactive executable: `platform setup --module execution-browser-extension`
|
|
25
25
|
Non-interactive executable: `platform setup --module execution-browser-extension`
|
|
26
|
-
Required inputs:
|
|
26
|
+
Required inputs: none
|
|
27
27
|
Verify: `platform status`
|
|
28
28
|
Success condition: `execution-browser-extension.setupStatus=READY`.
|
|
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
|
|
|
6
6
|
ok: true;
|
|
7
7
|
status: "SUCCEEDED";
|
|
8
8
|
moduleRef: "execution-runtime";
|
|
9
|
-
moduleVersion: "0.1.
|
|
9
|
+
moduleVersion: "0.1.14";
|
|
10
10
|
data: {
|
|
11
11
|
endpoint: string;
|
|
12
12
|
transportCredentialFile: string;
|
|
@@ -23,7 +23,7 @@ export declare const behaviorAdapter: {
|
|
|
23
23
|
readonly ok: true;
|
|
24
24
|
readonly status: "SUCCEEDED";
|
|
25
25
|
readonly moduleRef: "execution-runtime";
|
|
26
|
-
readonly moduleVersion: "0.1.
|
|
26
|
+
readonly moduleVersion: "0.1.14";
|
|
27
27
|
};
|
|
28
28
|
observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
|
|
29
29
|
}>;
|
|
@@ -33,7 +33,7 @@ export declare const behaviorAdapter: {
|
|
|
33
33
|
ok: true;
|
|
34
34
|
status: "SUCCEEDED";
|
|
35
35
|
moduleRef: "execution-runtime";
|
|
36
|
-
moduleVersion: "0.1.
|
|
36
|
+
moduleVersion: "0.1.14";
|
|
37
37
|
data: {
|
|
38
38
|
setupStatus: "BLOCKED" | "READY";
|
|
39
39
|
runtimeStatus: "RUNNING" | "STOPPED";
|
|
@@ -54,11 +54,11 @@ export declare const behaviorAdapter: {
|
|
|
54
54
|
readonly ok: true;
|
|
55
55
|
readonly status: "SUCCEEDED";
|
|
56
56
|
readonly moduleRef: "execution-runtime";
|
|
57
|
-
readonly moduleVersion: "0.1.
|
|
57
|
+
readonly moduleVersion: "0.1.14";
|
|
58
58
|
} | {
|
|
59
59
|
contract: "deployment.result.v1";
|
|
60
60
|
moduleRef: "execution-runtime";
|
|
61
|
-
moduleVersion: "0.1.
|
|
61
|
+
moduleVersion: "0.1.14";
|
|
62
62
|
ok: false;
|
|
63
63
|
status: "FAILED";
|
|
64
64
|
error: {
|
|
@@ -119,7 +119,7 @@ export declare const behaviorAdapter: {
|
|
|
119
119
|
ok: true;
|
|
120
120
|
status: "SUCCEEDED";
|
|
121
121
|
moduleRef: "execution-runtime";
|
|
122
|
-
moduleVersion: "0.1.
|
|
122
|
+
moduleVersion: "0.1.14";
|
|
123
123
|
data: {
|
|
124
124
|
docs: string;
|
|
125
125
|
};
|
|
@@ -132,7 +132,7 @@ export declare const behaviorAdapter: {
|
|
|
132
132
|
ok: true;
|
|
133
133
|
status: "SUCCEEDED";
|
|
134
134
|
moduleRef: "execution-runtime";
|
|
135
|
-
moduleVersion: "0.1.
|
|
135
|
+
moduleVersion: "0.1.14";
|
|
136
136
|
data: unknown;
|
|
137
137
|
};
|
|
138
138
|
observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
|
|
@@ -140,7 +140,7 @@ export declare const behaviorAdapter: {
|
|
|
140
140
|
result: {
|
|
141
141
|
contract: "deployment.result.v1";
|
|
142
142
|
moduleRef: "execution-runtime";
|
|
143
|
-
moduleVersion: "0.1.
|
|
143
|
+
moduleVersion: "0.1.14";
|
|
144
144
|
ok: false;
|
|
145
145
|
status: "FAILED";
|
|
146
146
|
error: {
|
|
@@ -157,7 +157,7 @@ export declare const behaviorAdapter: {
|
|
|
157
157
|
readonly ok: true;
|
|
158
158
|
readonly status: "SUCCEEDED";
|
|
159
159
|
readonly moduleRef: "execution-runtime";
|
|
160
|
-
readonly moduleVersion: "0.1.
|
|
160
|
+
readonly moduleVersion: "0.1.14";
|
|
161
161
|
};
|
|
162
162
|
observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
|
|
163
163
|
} | {
|
|
@@ -166,11 +166,11 @@ export declare const behaviorAdapter: {
|
|
|
166
166
|
readonly ok: true;
|
|
167
167
|
readonly status: "SUCCEEDED";
|
|
168
168
|
readonly moduleRef: "execution-runtime";
|
|
169
|
-
readonly moduleVersion: "0.1.
|
|
169
|
+
readonly moduleVersion: "0.1.14";
|
|
170
170
|
} | {
|
|
171
171
|
contract: "deployment.result.v1";
|
|
172
172
|
moduleRef: "execution-runtime";
|
|
173
|
-
moduleVersion: "0.1.
|
|
173
|
+
moduleVersion: "0.1.14";
|
|
174
174
|
ok: false;
|
|
175
175
|
status: "FAILED";
|
|
176
176
|
error: {
|
|
@@ -3,7 +3,7 @@ export declare const descriptor: {
|
|
|
3
3
|
readonly contractVersion: "1.0.0";
|
|
4
4
|
readonly moduleRef: "execution-runtime";
|
|
5
5
|
readonly packageName: "@tomflow/proflow-execution-runtime";
|
|
6
|
-
readonly moduleVersion: "0.1.
|
|
6
|
+
readonly moduleVersion: "0.1.14";
|
|
7
7
|
readonly kind: "service";
|
|
8
8
|
readonly templateVersion: "1.0.0";
|
|
9
9
|
readonly platformCompatibility: ">=1.0.0 <2.0.0";
|
|
@@ -3,7 +3,7 @@ export const descriptor = {
|
|
|
3
3
|
contractVersion: "1.0.0",
|
|
4
4
|
moduleRef: "execution-runtime",
|
|
5
5
|
packageName: "@tomflow/proflow-execution-runtime",
|
|
6
|
-
moduleVersion: "0.1.
|
|
6
|
+
moduleVersion: "0.1.14",
|
|
7
7
|
kind: "service",
|
|
8
8
|
templateVersion: "1.0.0",
|
|
9
9
|
platformCompatibility: ">=1.0.0 <2.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomflow/proflow-execution-runtime",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"SETUP.md"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tomflow/proflow-
|
|
28
|
-
"@tomflow/proflow-execution-
|
|
29
|
-
"@tomflow/proflow-execution-
|
|
30
|
-
"@tomflow/proflow-model-contracts": "^0.1.
|
|
31
|
-
"@tomflow/proflow-
|
|
27
|
+
"@tomflow/proflow-module-contract": "^0.1.13",
|
|
28
|
+
"@tomflow/proflow-execution-browser-extension": "^0.1.13",
|
|
29
|
+
"@tomflow/proflow-execution-contracts": "^0.1.10",
|
|
30
|
+
"@tomflow/proflow-model-contracts": "^0.1.10",
|
|
31
|
+
"@tomflow/proflow-execution-local": "^0.1.12"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tomflow/proflow-deployment-conformance": "^0.1.
|
|
34
|
+
"@tomflow/proflow-deployment-conformance": "^0.1.11"
|
|
35
35
|
},
|
|
36
36
|
"description": "Durable, policy-controlled Execution Core orchestration over SQLite and controlled executor ports.",
|
|
37
37
|
"keywords": [
|
package/proflow.module.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"contractVersion": "1.0.0",
|
|
4
4
|
"moduleRef": "execution-runtime",
|
|
5
5
|
"packageName": "@tomflow/proflow-execution-runtime",
|
|
6
|
-
"moduleVersion": "0.1.
|
|
6
|
+
"moduleVersion": "0.1.14",
|
|
7
7
|
"kind": "service",
|
|
8
8
|
"templateVersion": "1.0.0",
|
|
9
9
|
"platformCompatibility": ">=1.0.0 <2.0.0",
|