@tomflow/proflow-dev-tunnel 0.1.15 → 0.1.16
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.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Retire the obsolete Carrier package and Browser standalone management CLI, make Platform setup/status preserve owner and dependency semantics, and enforce read-only status observation across the final Real-3 deployment closeout.
|
|
8
|
+
|
|
3
9
|
## 0.1.15
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -22,7 +22,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
22
22
|
readonly ok: true;
|
|
23
23
|
readonly status: "SUCCEEDED";
|
|
24
24
|
readonly moduleRef: "dev-tunnel";
|
|
25
|
-
readonly moduleVersion: "0.1.
|
|
25
|
+
readonly moduleVersion: "0.1.16";
|
|
26
26
|
};
|
|
27
27
|
observedEffects: never[];
|
|
28
28
|
}>;
|
|
@@ -32,14 +32,14 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
32
32
|
readonly ok: true;
|
|
33
33
|
readonly status: "SUCCEEDED";
|
|
34
34
|
readonly moduleRef: "dev-tunnel";
|
|
35
|
-
readonly moduleVersion: "0.1.
|
|
35
|
+
readonly moduleVersion: "0.1.16";
|
|
36
36
|
};
|
|
37
37
|
observedEffects: string[];
|
|
38
38
|
} | {
|
|
39
39
|
result: {
|
|
40
40
|
contract: "deployment.result.v1";
|
|
41
41
|
moduleRef: "dev-tunnel";
|
|
42
|
-
moduleVersion: "0.1.
|
|
42
|
+
moduleVersion: "0.1.16";
|
|
43
43
|
ok: false;
|
|
44
44
|
status: "FAILED";
|
|
45
45
|
error: {
|
|
@@ -56,7 +56,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
56
56
|
ok: true;
|
|
57
57
|
status: "SUCCEEDED";
|
|
58
58
|
moduleRef: "dev-tunnel";
|
|
59
|
-
moduleVersion: "0.1.
|
|
59
|
+
moduleVersion: "0.1.16";
|
|
60
60
|
data: {
|
|
61
61
|
setupStatus: "ACTION_REQUIRED" | "READY";
|
|
62
62
|
runtimeStatus: "FAILED" | "RUNNING" | "STOPPED";
|
|
@@ -83,7 +83,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
83
83
|
ok: true;
|
|
84
84
|
status: "SUCCEEDED";
|
|
85
85
|
moduleRef: "dev-tunnel";
|
|
86
|
-
moduleVersion: "0.1.
|
|
86
|
+
moduleVersion: "0.1.16";
|
|
87
87
|
data: {
|
|
88
88
|
docs: string;
|
|
89
89
|
};
|
|
@@ -94,7 +94,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
94
94
|
result: {
|
|
95
95
|
contract: "deployment.result.v1";
|
|
96
96
|
moduleRef: "dev-tunnel";
|
|
97
|
-
moduleVersion: "0.1.
|
|
97
|
+
moduleVersion: "0.1.16";
|
|
98
98
|
ok: false;
|
|
99
99
|
status: "FAILED";
|
|
100
100
|
error: {
|
|
@@ -110,7 +110,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
110
110
|
ok: true;
|
|
111
111
|
status: "SUCCEEDED";
|
|
112
112
|
moduleRef: "dev-tunnel";
|
|
113
|
-
moduleVersion: "0.1.
|
|
113
|
+
moduleVersion: "0.1.16";
|
|
114
114
|
data: import("../src/resource-adapter.ts").DevTunnelObservation;
|
|
115
115
|
};
|
|
116
116
|
observedEffects: string[];
|
|
@@ -121,14 +121,14 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
121
121
|
readonly ok: true;
|
|
122
122
|
readonly status: "SUCCEEDED";
|
|
123
123
|
readonly moduleRef: "dev-tunnel";
|
|
124
|
-
readonly moduleVersion: "0.1.
|
|
124
|
+
readonly moduleVersion: "0.1.16";
|
|
125
125
|
};
|
|
126
126
|
observedEffects: string[];
|
|
127
127
|
} | {
|
|
128
128
|
result: {
|
|
129
129
|
contract: "deployment.result.v1";
|
|
130
130
|
moduleRef: "dev-tunnel";
|
|
131
|
-
moduleVersion: "0.1.
|
|
131
|
+
moduleVersion: "0.1.16";
|
|
132
132
|
ok: false;
|
|
133
133
|
status: "FAILED";
|
|
134
134
|
error: {
|
|
@@ -143,7 +143,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
143
143
|
result: {
|
|
144
144
|
contract: "deployment.result.v1";
|
|
145
145
|
moduleRef: "dev-tunnel";
|
|
146
|
-
moduleVersion: "0.1.
|
|
146
|
+
moduleVersion: "0.1.16";
|
|
147
147
|
ok: false;
|
|
148
148
|
status: "FAILED";
|
|
149
149
|
error: {
|
|
@@ -159,7 +159,7 @@ export declare function createDevTunnelBehaviorAdapter(dependencies?: {
|
|
|
159
159
|
ok: true;
|
|
160
160
|
status: "SUCCEEDED";
|
|
161
161
|
moduleRef: "dev-tunnel";
|
|
162
|
-
moduleVersion: "0.1.
|
|
162
|
+
moduleVersion: "0.1.16";
|
|
163
163
|
data: SetupState;
|
|
164
164
|
};
|
|
165
165
|
observedEffects: string[];
|
|
@@ -172,7 +172,7 @@ export declare const behaviorAdapter: {
|
|
|
172
172
|
readonly ok: true;
|
|
173
173
|
readonly status: "SUCCEEDED";
|
|
174
174
|
readonly moduleRef: "dev-tunnel";
|
|
175
|
-
readonly moduleVersion: "0.1.
|
|
175
|
+
readonly moduleVersion: "0.1.16";
|
|
176
176
|
};
|
|
177
177
|
observedEffects: never[];
|
|
178
178
|
}>;
|
|
@@ -182,14 +182,14 @@ export declare const behaviorAdapter: {
|
|
|
182
182
|
readonly ok: true;
|
|
183
183
|
readonly status: "SUCCEEDED";
|
|
184
184
|
readonly moduleRef: "dev-tunnel";
|
|
185
|
-
readonly moduleVersion: "0.1.
|
|
185
|
+
readonly moduleVersion: "0.1.16";
|
|
186
186
|
};
|
|
187
187
|
observedEffects: string[];
|
|
188
188
|
} | {
|
|
189
189
|
result: {
|
|
190
190
|
contract: "deployment.result.v1";
|
|
191
191
|
moduleRef: "dev-tunnel";
|
|
192
|
-
moduleVersion: "0.1.
|
|
192
|
+
moduleVersion: "0.1.16";
|
|
193
193
|
ok: false;
|
|
194
194
|
status: "FAILED";
|
|
195
195
|
error: {
|
|
@@ -206,7 +206,7 @@ export declare const behaviorAdapter: {
|
|
|
206
206
|
ok: true;
|
|
207
207
|
status: "SUCCEEDED";
|
|
208
208
|
moduleRef: "dev-tunnel";
|
|
209
|
-
moduleVersion: "0.1.
|
|
209
|
+
moduleVersion: "0.1.16";
|
|
210
210
|
data: {
|
|
211
211
|
setupStatus: "ACTION_REQUIRED" | "READY";
|
|
212
212
|
runtimeStatus: "FAILED" | "RUNNING" | "STOPPED";
|
|
@@ -233,7 +233,7 @@ export declare const behaviorAdapter: {
|
|
|
233
233
|
ok: true;
|
|
234
234
|
status: "SUCCEEDED";
|
|
235
235
|
moduleRef: "dev-tunnel";
|
|
236
|
-
moduleVersion: "0.1.
|
|
236
|
+
moduleVersion: "0.1.16";
|
|
237
237
|
data: {
|
|
238
238
|
docs: string;
|
|
239
239
|
};
|
|
@@ -244,7 +244,7 @@ export declare const behaviorAdapter: {
|
|
|
244
244
|
result: {
|
|
245
245
|
contract: "deployment.result.v1";
|
|
246
246
|
moduleRef: "dev-tunnel";
|
|
247
|
-
moduleVersion: "0.1.
|
|
247
|
+
moduleVersion: "0.1.16";
|
|
248
248
|
ok: false;
|
|
249
249
|
status: "FAILED";
|
|
250
250
|
error: {
|
|
@@ -260,7 +260,7 @@ export declare const behaviorAdapter: {
|
|
|
260
260
|
ok: true;
|
|
261
261
|
status: "SUCCEEDED";
|
|
262
262
|
moduleRef: "dev-tunnel";
|
|
263
|
-
moduleVersion: "0.1.
|
|
263
|
+
moduleVersion: "0.1.16";
|
|
264
264
|
data: import("../src/resource-adapter.ts").DevTunnelObservation;
|
|
265
265
|
};
|
|
266
266
|
observedEffects: string[];
|
|
@@ -271,14 +271,14 @@ export declare const behaviorAdapter: {
|
|
|
271
271
|
readonly ok: true;
|
|
272
272
|
readonly status: "SUCCEEDED";
|
|
273
273
|
readonly moduleRef: "dev-tunnel";
|
|
274
|
-
readonly moduleVersion: "0.1.
|
|
274
|
+
readonly moduleVersion: "0.1.16";
|
|
275
275
|
};
|
|
276
276
|
observedEffects: string[];
|
|
277
277
|
} | {
|
|
278
278
|
result: {
|
|
279
279
|
contract: "deployment.result.v1";
|
|
280
280
|
moduleRef: "dev-tunnel";
|
|
281
|
-
moduleVersion: "0.1.
|
|
281
|
+
moduleVersion: "0.1.16";
|
|
282
282
|
ok: false;
|
|
283
283
|
status: "FAILED";
|
|
284
284
|
error: {
|
|
@@ -293,7 +293,7 @@ export declare const behaviorAdapter: {
|
|
|
293
293
|
result: {
|
|
294
294
|
contract: "deployment.result.v1";
|
|
295
295
|
moduleRef: "dev-tunnel";
|
|
296
|
-
moduleVersion: "0.1.
|
|
296
|
+
moduleVersion: "0.1.16";
|
|
297
297
|
ok: false;
|
|
298
298
|
status: "FAILED";
|
|
299
299
|
error: {
|
|
@@ -309,7 +309,7 @@ export declare const behaviorAdapter: {
|
|
|
309
309
|
ok: true;
|
|
310
310
|
status: "SUCCEEDED";
|
|
311
311
|
moduleRef: "dev-tunnel";
|
|
312
|
-
moduleVersion: "0.1.
|
|
312
|
+
moduleVersion: "0.1.16";
|
|
313
313
|
data: SetupState;
|
|
314
314
|
};
|
|
315
315
|
observedEffects: string[];
|
|
@@ -121,10 +121,6 @@ const baseBehaviorAdapter = {
|
|
|
121
121
|
observedEffects: [],
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
|
-
await writeModuleSharedFacts(context, descriptor.moduleRef, {
|
|
125
|
-
tunnelId: state.tunnelId,
|
|
126
|
-
publicBaseUrl: state.publicBaseUrl,
|
|
127
|
-
});
|
|
128
124
|
const rt = runtime(context, state);
|
|
129
125
|
const login = await rt.loginStatus();
|
|
130
126
|
const observed = await rt.status();
|
|
@@ -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.16";
|
|
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.16",
|
|
7
7
|
kind: "external-resource",
|
|
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-dev-tunnel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@tomflow/proflow-module-contract": "^0.1.13"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@tomflow/proflow-deployment-conformance": "^0.1.
|
|
29
|
+
"@tomflow/proflow-deployment-conformance": "^0.1.12"
|
|
30
30
|
},
|
|
31
31
|
"description": "Governs the Microsoft Dev Tunnel public HTTPS ingress resource and its managed local host process.",
|
|
32
32
|
"keywords": [
|
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.16",
|
|
7
7
|
"kind": "external-resource",
|
|
8
8
|
"templateVersion": "1.0.0",
|
|
9
9
|
"platformCompatibility": ">=1.0.0 <2.0.0",
|