@tomflow/proflow-dev-tunnel 0.1.24 → 0.1.25

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-dev-tunnel
2
2
 
3
+ ## 0.1.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Keep dev-tunnel runtime readiness within its ownership boundary by requiring HTTPS/TLS transport readiness without waiting for the downstream Gateway HTTP service during cold start.
8
+
3
9
  ## 0.1.24
4
10
 
5
11
  ### Patch Changes
@@ -28,7 +28,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
28
28
  readonly ok: true;
29
29
  readonly status: "SUCCEEDED";
30
30
  readonly moduleRef: "dev-tunnel";
31
- readonly moduleVersion: "0.1.24";
31
+ readonly moduleVersion: "0.1.25";
32
32
  };
33
33
  observedEffects: never[];
34
34
  }>;
@@ -38,14 +38,14 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
38
38
  readonly ok: true;
39
39
  readonly status: "SUCCEEDED";
40
40
  readonly moduleRef: "dev-tunnel";
41
- readonly moduleVersion: "0.1.24";
41
+ readonly moduleVersion: "0.1.25";
42
42
  };
43
43
  observedEffects: string[];
44
44
  } | {
45
45
  result: {
46
46
  contract: "deployment.result.v1";
47
47
  moduleRef: "dev-tunnel";
48
- moduleVersion: "0.1.24";
48
+ moduleVersion: "0.1.25";
49
49
  ok: false;
50
50
  status: "FAILED";
51
51
  error: {
@@ -62,7 +62,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
62
62
  ok: true;
63
63
  status: "SUCCEEDED";
64
64
  moduleRef: "dev-tunnel";
65
- moduleVersion: "0.1.24";
65
+ moduleVersion: "0.1.25";
66
66
  data: {
67
67
  setupStatus: "ACTION_REQUIRED" | "READY";
68
68
  runtimeStatus: "FAILED" | "RUNNING" | "STOPPED";
@@ -89,7 +89,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
89
89
  ok: true;
90
90
  status: "SUCCEEDED";
91
91
  moduleRef: "dev-tunnel";
92
- moduleVersion: "0.1.24";
92
+ moduleVersion: "0.1.25";
93
93
  data: {
94
94
  docs: string;
95
95
  };
@@ -102,14 +102,14 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
102
102
  readonly ok: true;
103
103
  readonly status: "SUCCEEDED";
104
104
  readonly moduleRef: "dev-tunnel";
105
- readonly moduleVersion: "0.1.24";
105
+ readonly moduleVersion: "0.1.25";
106
106
  };
107
107
  observedEffects: string[];
108
108
  } | {
109
109
  result: {
110
110
  contract: "deployment.result.v1";
111
111
  moduleRef: "dev-tunnel";
112
- moduleVersion: "0.1.24";
112
+ moduleVersion: "0.1.25";
113
113
  ok: false;
114
114
  status: "FAILED";
115
115
  error: {
@@ -124,7 +124,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
124
124
  result: {
125
125
  contract: "deployment.result.v1";
126
126
  moduleRef: "dev-tunnel";
127
- moduleVersion: "0.1.24";
127
+ moduleVersion: "0.1.25";
128
128
  ok: false;
129
129
  status: "FAILED";
130
130
  error: {
@@ -140,7 +140,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
140
140
  ok: true;
141
141
  status: "SUCCEEDED";
142
142
  moduleRef: "dev-tunnel";
143
- moduleVersion: "0.1.24";
143
+ moduleVersion: "0.1.25";
144
144
  data: import("../src/resource-adapter.ts").DevTunnelObservation;
145
145
  };
146
146
  observedEffects: string[];
@@ -149,7 +149,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
149
149
  result: {
150
150
  contract: "deployment.result.v1";
151
151
  moduleRef: "dev-tunnel";
152
- moduleVersion: "0.1.24";
152
+ moduleVersion: "0.1.25";
153
153
  ok: false;
154
154
  status: "FAILED";
155
155
  error: {
@@ -165,7 +165,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
165
165
  ok: true;
166
166
  status: "SUCCEEDED";
167
167
  moduleRef: "dev-tunnel";
168
- moduleVersion: "0.1.24";
168
+ moduleVersion: "0.1.25";
169
169
  data: SetupState;
170
170
  };
171
171
  observedEffects: string[];
@@ -178,7 +178,7 @@ export declare const behaviorAdapter: {
178
178
  readonly ok: true;
179
179
  readonly status: "SUCCEEDED";
180
180
  readonly moduleRef: "dev-tunnel";
181
- readonly moduleVersion: "0.1.24";
181
+ readonly moduleVersion: "0.1.25";
182
182
  };
183
183
  observedEffects: never[];
184
184
  }>;
@@ -188,14 +188,14 @@ export declare const behaviorAdapter: {
188
188
  readonly ok: true;
189
189
  readonly status: "SUCCEEDED";
190
190
  readonly moduleRef: "dev-tunnel";
191
- readonly moduleVersion: "0.1.24";
191
+ readonly moduleVersion: "0.1.25";
192
192
  };
193
193
  observedEffects: string[];
194
194
  } | {
195
195
  result: {
196
196
  contract: "deployment.result.v1";
197
197
  moduleRef: "dev-tunnel";
198
- moduleVersion: "0.1.24";
198
+ moduleVersion: "0.1.25";
199
199
  ok: false;
200
200
  status: "FAILED";
201
201
  error: {
@@ -212,7 +212,7 @@ export declare const behaviorAdapter: {
212
212
  ok: true;
213
213
  status: "SUCCEEDED";
214
214
  moduleRef: "dev-tunnel";
215
- moduleVersion: "0.1.24";
215
+ moduleVersion: "0.1.25";
216
216
  data: {
217
217
  setupStatus: "ACTION_REQUIRED" | "READY";
218
218
  runtimeStatus: "FAILED" | "RUNNING" | "STOPPED";
@@ -239,7 +239,7 @@ export declare const behaviorAdapter: {
239
239
  ok: true;
240
240
  status: "SUCCEEDED";
241
241
  moduleRef: "dev-tunnel";
242
- moduleVersion: "0.1.24";
242
+ moduleVersion: "0.1.25";
243
243
  data: {
244
244
  docs: string;
245
245
  };
@@ -252,14 +252,14 @@ export declare const behaviorAdapter: {
252
252
  readonly ok: true;
253
253
  readonly status: "SUCCEEDED";
254
254
  readonly moduleRef: "dev-tunnel";
255
- readonly moduleVersion: "0.1.24";
255
+ readonly moduleVersion: "0.1.25";
256
256
  };
257
257
  observedEffects: string[];
258
258
  } | {
259
259
  result: {
260
260
  contract: "deployment.result.v1";
261
261
  moduleRef: "dev-tunnel";
262
- moduleVersion: "0.1.24";
262
+ moduleVersion: "0.1.25";
263
263
  ok: false;
264
264
  status: "FAILED";
265
265
  error: {
@@ -274,7 +274,7 @@ export declare const behaviorAdapter: {
274
274
  result: {
275
275
  contract: "deployment.result.v1";
276
276
  moduleRef: "dev-tunnel";
277
- moduleVersion: "0.1.24";
277
+ moduleVersion: "0.1.25";
278
278
  ok: false;
279
279
  status: "FAILED";
280
280
  error: {
@@ -290,7 +290,7 @@ export declare const behaviorAdapter: {
290
290
  ok: true;
291
291
  status: "SUCCEEDED";
292
292
  moduleRef: "dev-tunnel";
293
- moduleVersion: "0.1.24";
293
+ moduleVersion: "0.1.25";
294
294
  data: import("../src/resource-adapter.ts").DevTunnelObservation;
295
295
  };
296
296
  observedEffects: string[];
@@ -299,7 +299,7 @@ export declare const behaviorAdapter: {
299
299
  result: {
300
300
  contract: "deployment.result.v1";
301
301
  moduleRef: "dev-tunnel";
302
- moduleVersion: "0.1.24";
302
+ moduleVersion: "0.1.25";
303
303
  ok: false;
304
304
  status: "FAILED";
305
305
  error: {
@@ -315,7 +315,7 @@ export declare const behaviorAdapter: {
315
315
  ok: true;
316
316
  status: "SUCCEEDED";
317
317
  moduleRef: "dev-tunnel";
318
- moduleVersion: "0.1.24";
318
+ moduleVersion: "0.1.25";
319
319
  data: SetupState;
320
320
  };
321
321
  observedEffects: string[];
@@ -3,7 +3,7 @@ export declare const descriptor: {
3
3
  readonly contractVersion: "1.0.0";
4
4
  readonly moduleRef: "dev-tunnel";
5
5
  readonly packageName: "@tomflow/proflow-dev-tunnel";
6
- readonly moduleVersion: "0.1.24";
6
+ readonly moduleVersion: "0.1.25";
7
7
  readonly kind: "external-resource";
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: "dev-tunnel",
5
5
  packageName: "@tomflow/proflow-dev-tunnel",
6
- moduleVersion: "0.1.24",
6
+ moduleVersion: "0.1.25",
7
7
  kind: "external-resource",
8
8
  templateVersion: "1.0.0",
9
9
  platformCompatibility: ">=1.0.0 <2.0.0",
@@ -316,15 +316,6 @@ export async function verifyProvisionedPublicBaseUrl(publicBaseUrl, timeoutMs =
316
316
  const protocol = await probeTlsProtocol(url.hostname, port, timeoutMs);
317
317
  if (protocol === undefined || !tlsProtocolAtLeast(protocol, "TLSv1.2"))
318
318
  throw new Error("publicBaseUrl did not negotiate TLS 1.2 or newer");
319
- try {
320
- await fetch(url, {
321
- method: "GET",
322
- signal: AbortSignal.timeout(timeoutMs),
323
- });
324
- }
325
- catch {
326
- throw new Error("publicBaseUrl is not reachable over HTTPS");
327
- }
328
319
  }
329
320
  async function readProcessRecord(file) {
330
321
  if (!file)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomflow/proflow-dev-tunnel",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -3,7 +3,7 @@
3
3
  "contractVersion": "1.0.0",
4
4
  "moduleRef": "dev-tunnel",
5
5
  "packageName": "@tomflow/proflow-dev-tunnel",
6
- "moduleVersion": "0.1.24",
6
+ "moduleVersion": "0.1.25",
7
7
  "kind": "external-resource",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",