@blaxel/core 0.2.67-preview.86 → 0.2.67-preview.87

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.
@@ -9,8 +9,8 @@ const index_js_1 = require("../authentication/index.js");
9
9
  const env_js_1 = require("../common/env.js");
10
10
  const node_js_1 = require("../common/node.js");
11
11
  // Build info - these placeholders are replaced at build time by build:replace-imports
12
- const BUILD_VERSION = "0.2.67-preview.86";
13
- const BUILD_COMMIT = "6481867264ce786d817ad4ad11a30da64ec28cf7";
12
+ const BUILD_VERSION = "0.2.67-preview.87";
13
+ const BUILD_COMMIT = "24af83338eb730bbfcfc66a38761b7ad503bc69e";
14
14
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
15
15
  // Cache for config.yaml tracking value
16
16
  let configTrackingValue = null;
@@ -731,10 +731,6 @@ export type FunctionSpec = {
731
731
  * When true, the function is publicly accessible without authentication. Only available for mk3 generation.
732
732
  */
733
733
  public?: boolean;
734
- /**
735
- * Base64-encoded API reference for MCP code mode
736
- */
737
- reference?: string;
738
734
  revision?: RevisionConfiguration;
739
735
  runtime?: FunctionRuntime;
740
736
  triggers?: Triggers;
@@ -753,10 +749,6 @@ export type FunctionSpecWritable = {
753
749
  * When true, the function is publicly accessible without authentication. Only available for mk3 generation.
754
750
  */
755
751
  public?: boolean;
756
- /**
757
- * Base64-encoded API reference for MCP code mode
758
- */
759
- reference?: string;
760
752
  revision?: RevisionConfiguration;
761
753
  runtime?: FunctionRuntime;
762
754
  triggers?: TriggersWritable;