@blaxel/core 0.2.71-dev.105 → 0.2.71-dev.106

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.
@@ -106,6 +106,7 @@ async function _h2Request(session, input) {
106
106
  method,
107
107
  headers: input.headers,
108
108
  body,
109
+ signal: input.signal,
109
110
  });
110
111
  }
111
112
  function _h2Send(session, h2Headers, body, signal, fallbackUrl, fallbackInit) {
@@ -3,8 +3,8 @@ import { authentication } from "../authentication/index.js";
3
3
  import { env } from "../common/env.js";
4
4
  import { fs, os, path } from "../common/node.js";
5
5
  // Build info - these placeholders are replaced at build time by build:replace-imports
6
- const BUILD_VERSION = "0.2.71-dev.105";
7
- const BUILD_COMMIT = "cd4e249990c84664410df2d7158d13d6342300ed";
6
+ const BUILD_VERSION = "0.2.71-dev.106";
7
+ const BUILD_COMMIT = "0375f5738bbf782c01805d63ce304cafc0e20ca2";
8
8
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
9
9
  // Cache for config.yaml tracking value
10
10
  let configTrackingValue = null;