@tomflow/proflow-platform-host 0.1.12 → 0.1.13

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tomflow/proflow-platform-host
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Ship the Phase 3 browser, tunnel, model automation, platform readiness, and documentation closure as one verifiable platform snapshot.
8
+
3
9
  ## 0.1.12
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
6
6
  ok: true;
7
7
  status: "SUCCEEDED";
8
8
  moduleRef: "platform-host";
9
- moduleVersion: "0.1.12";
9
+ moduleVersion: "0.1.13";
10
10
  data: {
11
11
  endpoint: string;
12
12
  stateRoot: string;
@@ -24,7 +24,7 @@ export declare const behaviorAdapter: {
24
24
  readonly ok: true;
25
25
  readonly status: "SUCCEEDED";
26
26
  readonly moduleRef: "platform-host";
27
- readonly moduleVersion: "0.1.12";
27
+ readonly moduleVersion: "0.1.13";
28
28
  };
29
29
  observedEffects: string[];
30
30
  }>;
@@ -34,7 +34,7 @@ export declare const behaviorAdapter: {
34
34
  ok: true;
35
35
  status: "SUCCEEDED";
36
36
  moduleRef: "platform-host";
37
- moduleVersion: "0.1.12";
37
+ moduleVersion: "0.1.13";
38
38
  data: {
39
39
  setupStatus: "BLOCKED" | "READY";
40
40
  runtimeStatus: "RUNNING" | "STOPPED";
@@ -55,11 +55,11 @@ export declare const behaviorAdapter: {
55
55
  readonly ok: true;
56
56
  readonly status: "SUCCEEDED";
57
57
  readonly moduleRef: "platform-host";
58
- readonly moduleVersion: "0.1.12";
58
+ readonly moduleVersion: "0.1.13";
59
59
  } | {
60
60
  contract: "deployment.result.v1";
61
61
  moduleRef: "platform-host";
62
- moduleVersion: "0.1.12";
62
+ moduleVersion: "0.1.13";
63
63
  ok: false;
64
64
  status: "FAILED";
65
65
  error: {
@@ -76,7 +76,7 @@ export declare const behaviorAdapter: {
76
76
  ok: true;
77
77
  status: "SUCCEEDED";
78
78
  moduleRef: "platform-host";
79
- moduleVersion: "0.1.12";
79
+ moduleVersion: "0.1.13";
80
80
  data: {
81
81
  docs: string;
82
82
  };
@@ -89,7 +89,7 @@ export declare const behaviorAdapter: {
89
89
  ok: true;
90
90
  status: "SUCCEEDED";
91
91
  moduleRef: "platform-host";
92
- moduleVersion: "0.1.12";
92
+ moduleVersion: "0.1.13";
93
93
  data: {
94
94
  host: string;
95
95
  port: number;
@@ -100,7 +100,7 @@ export declare const behaviorAdapter: {
100
100
  result: {
101
101
  contract: "deployment.result.v1";
102
102
  moduleRef: "platform-host";
103
- moduleVersion: "0.1.12";
103
+ moduleVersion: "0.1.13";
104
104
  ok: false;
105
105
  status: "FAILED";
106
106
  error: {
@@ -117,7 +117,7 @@ export declare const behaviorAdapter: {
117
117
  readonly ok: true;
118
118
  readonly status: "SUCCEEDED";
119
119
  readonly moduleRef: "platform-host";
120
- readonly moduleVersion: "0.1.12";
120
+ readonly moduleVersion: "0.1.13";
121
121
  };
122
122
  observedEffects: string[];
123
123
  } | {
@@ -126,11 +126,11 @@ export declare const behaviorAdapter: {
126
126
  readonly ok: true;
127
127
  readonly status: "SUCCEEDED";
128
128
  readonly moduleRef: "platform-host";
129
- readonly moduleVersion: "0.1.12";
129
+ readonly moduleVersion: "0.1.13";
130
130
  } | {
131
131
  contract: "deployment.result.v1";
132
132
  moduleRef: "platform-host";
133
- moduleVersion: "0.1.12";
133
+ moduleVersion: "0.1.13";
134
134
  ok: false;
135
135
  status: "FAILED";
136
136
  error: {
@@ -3,7 +3,7 @@ export declare const descriptor: {
3
3
  readonly contractVersion: "1.0.0";
4
4
  readonly moduleRef: "platform-host";
5
5
  readonly packageName: "@tomflow/proflow-platform-host";
6
- readonly moduleVersion: "0.1.12";
6
+ readonly moduleVersion: "0.1.13";
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: "platform-host",
5
5
  packageName: "@tomflow/proflow-platform-host",
6
- moduleVersion: "0.1.12",
6
+ moduleVersion: "0.1.13",
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-platform-host",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,19 +24,19 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "zod": "4.1.12",
27
- "@tomflow/proflow-module-contract": "^0.1.12",
28
- "@tomflow/proflow-task-migration-runner": "^0.1.10",
29
- "@tomflow/proflow-task-orchestration": "^0.1.8",
30
- "@tomflow/proflow-execution-browser-extension": "^0.1.12",
31
- "@tomflow/proflow-agent-runtime": "^0.1.9",
32
- "@tomflow/proflow-task-store-sqlite": "^0.1.10",
33
- "@tomflow/proflow-execution-contracts": "^0.1.9"
27
+ "@tomflow/proflow-execution-browser-extension": "^0.1.13",
28
+ "@tomflow/proflow-agent-runtime": "^0.1.10",
29
+ "@tomflow/proflow-module-contract": "^0.1.13",
30
+ "@tomflow/proflow-task-migration-runner": "^0.1.11",
31
+ "@tomflow/proflow-task-store-sqlite": "^0.1.11",
32
+ "@tomflow/proflow-task-orchestration": "^0.1.9",
33
+ "@tomflow/proflow-execution-contracts": "^0.1.10"
34
34
  },
35
35
  "devDependencies": {
36
- "@tomflow/proflow-agent-gateway": "^0.1.12",
37
- "@tomflow/proflow-deployment-conformance": "^0.1.10",
38
- "@tomflow/proflow-model-runtime": "^0.1.14",
39
- "@tomflow/proflow-execution-runtime": "^0.1.13"
36
+ "@tomflow/proflow-agent-gateway": "^0.1.13",
37
+ "@tomflow/proflow-deployment-conformance": "^0.1.11",
38
+ "@tomflow/proflow-model-runtime": "^0.1.15",
39
+ "@tomflow/proflow-execution-runtime": "^0.1.14"
40
40
  },
41
41
  "description": "Provides the ProFlow local application composition root that binds Task, Agent, Execution and Model owner transports.",
42
42
  "keywords": [
@@ -3,7 +3,7 @@
3
3
  "contractVersion": "1.0.0",
4
4
  "moduleRef": "platform-host",
5
5
  "packageName": "@tomflow/proflow-platform-host",
6
- "moduleVersion": "0.1.12",
6
+ "moduleVersion": "0.1.13",
7
7
  "kind": "service",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",