@workglow/task-graph 0.2.2 → 0.2.3

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/browser.js CHANGED
@@ -2837,11 +2837,6 @@ class TaskGraphRunner {
2837
2837
  const dataflows = this.graph.getTargetDataflows(node.id);
2838
2838
  for (const dataflow of dataflows) {
2839
2839
  const compatibility = dataflow.semanticallyCompatible(this.graph, dataflow);
2840
- getLogger3().debug("pushOutputFromNodeToEdges", {
2841
- dataflowId: dataflow.id,
2842
- compatibility,
2843
- resultsKeys: Object.keys(results)
2844
- });
2845
2840
  if (compatibility === "static") {
2846
2841
  dataflow.setPortData(results);
2847
2842
  } else if (compatibility === "runtime") {
@@ -5174,7 +5169,8 @@ function resetMethodNameCache() {
5174
5169
  }
5175
5170
  // src/task/EntitlementProfiles.ts
5176
5171
  var BROWSER_GRANTS = [
5177
- { id: Entitlements.NETWORK },
5172
+ { id: Entitlements.NETWORK_HTTP },
5173
+ { id: Entitlements.NETWORK_WEBSOCKET },
5178
5174
  { id: Entitlements.AI },
5179
5175
  { id: Entitlements.MCP_TOOL_CALL },
5180
5176
  { id: Entitlements.MCP_RESOURCE_READ },
@@ -8126,4 +8122,4 @@ export {
8126
8122
  BROWSER_GRANTS
8127
8123
  };
8128
8124
 
8129
- //# debugId=E0EF52D4D7CE1E0264756E2164756E21
8125
+ //# debugId=B6E689E8C44EE76C64756E2164756E21