@terminals-tech/sdk 1.0.0-rc.1 → 1.0.0-rc.2
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/dist/WebContainerManager-SHXC5VKI.js +22 -0
- package/dist/browser-http-client-ZQLDWZMU.js +317 -0
- package/dist/cache-VKYSQRXX.js +45 -0
- package/dist/capabilities-MIPUMBLL.js +96 -0
- package/dist/chunk-2ESYSVXG.js +48 -0
- package/dist/chunk-2WTYE4SW.js +190 -0
- package/dist/chunk-3CEM77QZ.js +474 -0
- package/dist/chunk-3LFMIVJM.js +40 -0
- package/dist/chunk-ABCK4FWN.js +136 -0
- package/dist/chunk-AFDUOYHD.js +2060 -0
- package/dist/chunk-BCOQMFKT.js +265 -0
- package/dist/chunk-BKB3MD5Y.js +723 -0
- package/dist/chunk-BYXBJQAS.js +0 -0
- package/dist/chunk-DKFJIILR.js +9798 -0
- package/dist/chunk-EXI3LJVJ.js +51 -0
- package/dist/chunk-FOXUEYWK.js +42 -0
- package/dist/chunk-GJWAJAX3.js +173 -0
- package/dist/chunk-H3POJCFA.js +333 -0
- package/dist/chunk-KHR7ZYCX.js +4034 -0
- package/dist/chunk-NTMBOESX.js +152 -0
- package/dist/chunk-OSSRZOGC.js +190 -0
- package/dist/chunk-PUZ2S62E.js +977 -0
- package/dist/chunk-PWAHFID5.js +381 -0
- package/dist/chunk-Q2VI6ICE.js +188 -0
- package/dist/chunk-Q4B7YS7T.js +557 -0
- package/dist/chunk-QJFKEQHF.js +6460 -0
- package/dist/chunk-QWXPVB2L.js +320 -0
- package/dist/chunk-QWZRZKLZ.js +896 -0
- package/dist/chunk-SHPGIVDH.js +5521 -0
- package/dist/chunk-TSQ3BGLA.js +11945 -0
- package/dist/chunk-UJDUQNE2.js +79 -0
- package/dist/chunk-UKVUPKZP.js +296 -0
- package/dist/chunk-VZA2NUH3.js +118 -0
- package/dist/chunk-WGBCRNMB.js +1817 -0
- package/dist/chunk-WU4OTGJE.js +752 -0
- package/dist/chunk-XPJ63Y6T.js +70 -0
- package/dist/chunk-Y2EULKA2.js +172 -0
- package/dist/chunk-YJEZWCYV.js +94 -0
- package/dist/chunk-ZVO47SQV.js +150 -0
- package/dist/container-lite-KQX3NMPY.js +327 -0
- package/dist/core-H2UUDATO.js +146 -0
- package/dist/crypto-D4LMI2RN.js +45 -0
- package/dist/db-BWC2GGBN.js +50 -0
- package/dist/demo-VXMGMJNK.js +87 -0
- package/dist/diagnostics-6RQTBR6I.js +113 -0
- package/dist/dist-OPDCWARF.js +727 -0
- package/dist/dist-VXJEKX3T.js +2441 -0
- package/dist/dist-VYGJXGUS.js +1008 -0
- package/dist/embeddings-7QXTXUMC.js +15 -0
- package/dist/embeddings-MAEWWUHW.js +9 -0
- package/dist/graph-RKMNE2X5.js +36 -0
- package/dist/hvm-DRQK2MUT.js +126 -0
- package/dist/index.cjs +11706 -4004
- package/dist/index.d.cts +1299 -1339
- package/dist/index.d.ts +1299 -1339
- package/dist/index.js +189 -7938
- package/dist/mcp-NK34ZNM5.js +101 -0
- package/dist/mcp-client-service-browser-SGB2K3VZ.js +14 -0
- package/dist/neuro-state-XHRGIRVO.js +498 -0
- package/dist/nodes-DXKYDTVO.js +224 -0
- package/dist/package-EXUIU2RL.js +93 -0
- package/dist/package-VGL7HYTO.js +106 -0
- package/dist/package-XHMLOAQ4.js +98 -0
- package/dist/pg-events-QJAM2HIP.js +15 -0
- package/dist/pgliteService-IUGNNOVU.js +258 -0
- package/dist/policy-IRJCM6FS.js +13 -0
- package/dist/registry-BL3TDQDB.js +26 -0
- package/dist/registry-FW63E7FE.js +16 -0
- package/dist/registry-ZQ2IBLF6.js +9 -0
- package/dist/scheduler-H6Q53IMI.js +122 -0
- package/dist/secret-store-H7273UIT.js +18 -0
- package/dist/server-7DM74VFW.js +18 -0
- package/dist/skills-KLTTT2RM.js +6375 -0
- package/dist/stack-CHDAFU2S.js +103 -0
- package/dist/storage-L7MWNSPG.js +13 -0
- package/dist/supabaseService-6AYP2VY3.js +476 -0
- package/dist/topology-CIWWNVAN.js +13 -0
- package/dist/webcontainer-3LDJVIIL.js +281 -0
- package/package.json +2 -2
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import "./chunk-2ESYSVXG.js";
|
|
2
|
+
|
|
3
|
+
// ../../lib/webcontainer/diagnostics.ts
|
|
4
|
+
var WebContainerDiagnostics = class {
|
|
5
|
+
/**
|
|
6
|
+
* Run comprehensive diagnostics
|
|
7
|
+
*/
|
|
8
|
+
static async run() {
|
|
9
|
+
const diagnostics = {
|
|
10
|
+
timestamp: Date.now(),
|
|
11
|
+
browserInfo: {
|
|
12
|
+
userAgent: navigator.userAgent,
|
|
13
|
+
platform: navigator.platform,
|
|
14
|
+
vendor: navigator.vendor
|
|
15
|
+
},
|
|
16
|
+
isolation: {
|
|
17
|
+
isSecureContext: window.isSecureContext,
|
|
18
|
+
crossOriginIsolated: window.crossOriginIsolated,
|
|
19
|
+
hasSharedArrayBuffer: typeof SharedArrayBuffer !== "undefined",
|
|
20
|
+
hasWebAssembly: typeof WebAssembly !== "undefined"
|
|
21
|
+
},
|
|
22
|
+
headers: {},
|
|
23
|
+
recommendations: []
|
|
24
|
+
};
|
|
25
|
+
try {
|
|
26
|
+
const response = await fetch(window.location.href, { method: "HEAD" });
|
|
27
|
+
diagnostics.headers = {
|
|
28
|
+
coop: response.headers.get("cross-origin-opener-policy") || void 0,
|
|
29
|
+
coep: response.headers.get("cross-origin-embedder-policy") || void 0,
|
|
30
|
+
corp: response.headers.get("cross-origin-resource-policy") || void 0
|
|
31
|
+
};
|
|
32
|
+
} catch (error) {
|
|
33
|
+
console.warn("[Diagnostics] Unable to fetch headers:", error);
|
|
34
|
+
}
|
|
35
|
+
diagnostics.recommendations = this.generateRecommendations(diagnostics);
|
|
36
|
+
return diagnostics;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Generate actionable recommendations based on diagnostics
|
|
40
|
+
*/
|
|
41
|
+
static generateRecommendations(diag) {
|
|
42
|
+
const recommendations = [];
|
|
43
|
+
if (!diag.isolation.isSecureContext) {
|
|
44
|
+
recommendations.push("\u26A0\uFE0F Not in secure context - HTTPS required");
|
|
45
|
+
}
|
|
46
|
+
if (!diag.isolation.crossOriginIsolated) {
|
|
47
|
+
if (!diag.headers.coop || diag.headers.coop !== "same-origin") {
|
|
48
|
+
recommendations.push(
|
|
49
|
+
'\u274C COOP header missing or incorrect - should be "same-origin" for WebContainer routes'
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (!diag.headers.coep || !["credentialless", "require-corp"].includes(diag.headers.coep)) {
|
|
53
|
+
recommendations.push(
|
|
54
|
+
'\u274C COEP header missing or incorrect - should be "credentialless" or "require-corp"'
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
if (!diag.headers.coop && !diag.headers.coep) {
|
|
58
|
+
recommendations.push(
|
|
59
|
+
"\u{1F527} Check browser extensions that may modify headers (e.g., ModHeader, CORS Unblock)"
|
|
60
|
+
);
|
|
61
|
+
recommendations.push("\u{1F527} Verify middleware.ts is serving correct headers for this route");
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
if (!diag.isolation.hasSharedArrayBuffer) {
|
|
65
|
+
recommendations.push(
|
|
66
|
+
"\u274C SharedArrayBuffer not available - browser too old or headers incorrect"
|
|
67
|
+
);
|
|
68
|
+
recommendations.push("\u{1F527} Update browser: Chrome 96+, Firefox 95+, Safari 15.2+ required");
|
|
69
|
+
}
|
|
70
|
+
if (!diag.isolation.hasWebAssembly) {
|
|
71
|
+
recommendations.push("\u274C WebAssembly not supported - update browser");
|
|
72
|
+
}
|
|
73
|
+
if (recommendations.length === 0) {
|
|
74
|
+
recommendations.push("\u2705 All checks passed - WebContainer should work properly");
|
|
75
|
+
}
|
|
76
|
+
return recommendations;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Log diagnostics to console with formatting
|
|
80
|
+
*/
|
|
81
|
+
static async logToConsole() {
|
|
82
|
+
const diag = await this.run();
|
|
83
|
+
console.group("\u{1F50D} WebContainer Cross-Origin Isolation Diagnostics");
|
|
84
|
+
console.log("Timestamp:", new Date(diag.timestamp).toISOString());
|
|
85
|
+
console.group("Browser Info");
|
|
86
|
+
console.table(diag.browserInfo);
|
|
87
|
+
console.groupEnd();
|
|
88
|
+
console.group("Cross-Origin Isolation Status");
|
|
89
|
+
console.table(diag.isolation);
|
|
90
|
+
console.groupEnd();
|
|
91
|
+
console.group("Response Headers");
|
|
92
|
+
console.table(diag.headers);
|
|
93
|
+
console.groupEnd();
|
|
94
|
+
console.group("Recommendations");
|
|
95
|
+
diag.recommendations.forEach((rec) => console.log(rec));
|
|
96
|
+
console.groupEnd();
|
|
97
|
+
console.groupEnd();
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Export diagnostics as JSON for bug reports
|
|
101
|
+
*/
|
|
102
|
+
static async exportJSON() {
|
|
103
|
+
const diag = await this.run();
|
|
104
|
+
return JSON.stringify(diag, null, 2);
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
if (typeof window !== "undefined") {
|
|
108
|
+
window.wcDiagnostics = WebContainerDiagnostics;
|
|
109
|
+
console.log("[WebContainer] Diagnostics available: window.wcDiagnostics.logToConsole()");
|
|
110
|
+
}
|
|
111
|
+
export {
|
|
112
|
+
WebContainerDiagnostics
|
|
113
|
+
};
|