@tomflow/proflow-dev-tunnel 0.1.23 → 0.1.24
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
|
@@ -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.
|
|
31
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
41
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
48
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
65
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
92
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
105
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
112
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
127
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
143
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
152
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
168
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
181
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
191
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
198
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
215
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
242
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
255
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
262
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
277
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
293
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
302
|
+
moduleVersion: "0.1.24";
|
|
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.
|
|
318
|
+
moduleVersion: "0.1.24";
|
|
319
319
|
data: SetupState;
|
|
320
320
|
};
|
|
321
321
|
observedEffects: string[];
|
|
@@ -371,13 +371,16 @@ export function createDevTunnelBehaviorAdapter(dependencies) {
|
|
|
371
371
|
const state = await readState(context);
|
|
372
372
|
if (state?.phase !== "READY" || !state.publicBaseUrl)
|
|
373
373
|
return baseBehaviorAdapter.start(context);
|
|
374
|
-
const rt = createRuntime({
|
|
375
|
-
command: devTunnelCliPath(),
|
|
376
|
-
tunnelId: state.tunnelId,
|
|
377
|
-
publicBaseUrl: state.publicBaseUrl,
|
|
378
|
-
processStateFile: processFile(context),
|
|
379
|
-
});
|
|
380
374
|
try {
|
|
375
|
+
const cliPath = dependencies?.resolveCli
|
|
376
|
+
? await dependencies.resolveCli(context.workspaceRoot)
|
|
377
|
+
: (await resolveDevTunnelCli()).command;
|
|
378
|
+
const rt = createRuntime({
|
|
379
|
+
command: cliPath,
|
|
380
|
+
tunnelId: state.tunnelId,
|
|
381
|
+
publicBaseUrl: state.publicBaseUrl,
|
|
382
|
+
processStateFile: processFile(context),
|
|
383
|
+
});
|
|
381
384
|
const observed = await rt.start();
|
|
382
385
|
if (observed.login !== "LOGGED_IN")
|
|
383
386
|
throw new Error("Microsoft Dev Tunnel login is not ready");
|
|
@@ -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.
|
|
6
|
+
readonly moduleVersion: "0.1.24";
|
|
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.
|
|
6
|
+
moduleVersion: "0.1.24",
|
|
7
7
|
kind: "external-resource",
|
|
8
8
|
templateVersion: "1.0.0",
|
|
9
9
|
platformCompatibility: ">=1.0.0 <2.0.0",
|
package/package.json
CHANGED
package/proflow.module.json
CHANGED
|
@@ -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.
|
|
6
|
+
"moduleVersion": "0.1.24",
|
|
7
7
|
"kind": "external-resource",
|
|
8
8
|
"templateVersion": "1.0.0",
|
|
9
9
|
"platformCompatibility": ">=1.0.0 <2.0.0",
|