@tomflow/proflow-dev-tunnel 0.1.9 → 0.1.10

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.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Resolve DOCS.md from both source and built deployment adapters, prove all 24 built adapters return the published body, and announce package synchronization before the package manager blocks.
8
+
3
9
  ## 0.1.9
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
6
6
  readonly ok: true;
7
7
  readonly status: "SUCCEEDED";
8
8
  readonly moduleRef: "dev-tunnel";
9
- readonly moduleVersion: "0.1.9";
9
+ readonly moduleVersion: "0.1.10";
10
10
  };
11
11
  observedEffects: never[];
12
12
  }>;
@@ -16,14 +16,14 @@ export declare const behaviorAdapter: {
16
16
  readonly ok: true;
17
17
  readonly status: "SUCCEEDED";
18
18
  readonly moduleRef: "dev-tunnel";
19
- readonly moduleVersion: "0.1.9";
19
+ readonly moduleVersion: "0.1.10";
20
20
  };
21
21
  observedEffects: string[];
22
22
  } | {
23
23
  result: {
24
24
  contract: "deployment.result.v1";
25
25
  moduleRef: "dev-tunnel";
26
- moduleVersion: "0.1.9";
26
+ moduleVersion: "0.1.10";
27
27
  ok: false;
28
28
  status: "FAILED";
29
29
  error: {
@@ -40,7 +40,7 @@ export declare const behaviorAdapter: {
40
40
  ok: true;
41
41
  status: "SUCCEEDED";
42
42
  moduleRef: "dev-tunnel";
43
- moduleVersion: "0.1.9";
43
+ moduleVersion: "0.1.10";
44
44
  data: {
45
45
  setupStatus: "ACTION_REQUIRED" | "READY";
46
46
  runtimeStatus: "FAILED" | "RUNNING" | "STOPPED";
@@ -52,7 +52,7 @@ export declare const behaviorAdapter: {
52
52
  result: {
53
53
  contract: "deployment.result.v1";
54
54
  moduleRef: "dev-tunnel";
55
- moduleVersion: "0.1.9";
55
+ moduleVersion: "0.1.10";
56
56
  ok: false;
57
57
  status: "ACTION_REQUIRED";
58
58
  data: {
@@ -90,7 +90,7 @@ export declare const behaviorAdapter: {
90
90
  readonly ok: true;
91
91
  readonly status: "SUCCEEDED";
92
92
  readonly moduleRef: "dev-tunnel";
93
- readonly moduleVersion: "0.1.9";
93
+ readonly moduleVersion: "0.1.10";
94
94
  };
95
95
  observedEffects: never[];
96
96
  }>;
@@ -100,7 +100,7 @@ export declare const behaviorAdapter: {
100
100
  ok: true;
101
101
  status: "SUCCEEDED";
102
102
  moduleRef: "dev-tunnel";
103
- moduleVersion: "0.1.9";
103
+ moduleVersion: "0.1.10";
104
104
  data: {
105
105
  docs: string;
106
106
  };
@@ -111,7 +111,7 @@ export declare const behaviorAdapter: {
111
111
  result: {
112
112
  contract: "deployment.result.v1";
113
113
  moduleRef: "dev-tunnel";
114
- moduleVersion: "0.1.9";
114
+ moduleVersion: "0.1.10";
115
115
  ok: false;
116
116
  status: "FAILED";
117
117
  error: {
@@ -127,7 +127,7 @@ export declare const behaviorAdapter: {
127
127
  ok: true;
128
128
  status: "SUCCEEDED";
129
129
  moduleRef: "dev-tunnel";
130
- moduleVersion: "0.1.9";
130
+ moduleVersion: "0.1.10";
131
131
  data: import("../src/resource-adapter.ts").DevTunnelObservation;
132
132
  };
133
133
  observedEffects: string[];
@@ -138,14 +138,14 @@ export declare const behaviorAdapter: {
138
138
  readonly ok: true;
139
139
  readonly status: "SUCCEEDED";
140
140
  readonly moduleRef: "dev-tunnel";
141
- readonly moduleVersion: "0.1.9";
141
+ readonly moduleVersion: "0.1.10";
142
142
  };
143
143
  observedEffects: string[];
144
144
  } | {
145
145
  result: {
146
146
  contract: "deployment.result.v1";
147
147
  moduleRef: "dev-tunnel";
148
- moduleVersion: "0.1.9";
148
+ moduleVersion: "0.1.10";
149
149
  ok: false;
150
150
  status: "FAILED";
151
151
  error: {
@@ -252,7 +252,7 @@ export const behaviorAdapter = {
252
252
  result: {
253
253
  ...base,
254
254
  data: {
255
- docs: readFileSync(new URL("../DOCS.md", import.meta.url), "utf8"),
255
+ docs: readFileSync(new URL(import.meta.url.includes("/dist/") ? "../../DOCS.md" : "../DOCS.md", import.meta.url), "utf8"),
256
256
  },
257
257
  },
258
258
  observedEffects: [],
@@ -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.9";
6
+ readonly moduleVersion: "0.1.10";
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.9",
6
+ moduleVersion: "0.1.10",
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.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,10 +22,10 @@
22
22
  "SETUP.md"
23
23
  ],
24
24
  "dependencies": {
25
- "@tomflow/proflow-module-contract": "^0.1.8"
25
+ "@tomflow/proflow-module-contract": "^0.1.9"
26
26
  },
27
27
  "devDependencies": {
28
- "@tomflow/proflow-deployment-conformance": "^0.1.6"
28
+ "@tomflow/proflow-deployment-conformance": "^0.1.7"
29
29
  },
30
30
  "description": "Governs the Microsoft Dev Tunnel public HTTPS ingress resource and its managed local host process.",
31
31
  "keywords": [
@@ -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.9",
6
+ "moduleVersion": "0.1.10",
7
7
  "kind": "external-resource",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",